Tag «QTP Fundamentals»

QTP – Record an end-to-end test scenario

Test automation is a process of automating end-to-end test scenarios. Although, the recording test steps using QTP looks much simple that becomes complex when the scenario has many steps as well as involves different kinds of objects. According to me, to learn QTP we should start with a simple test then the recording should extend …

QTP – Record a simple script

QuickTest Professional provides a Record and Playback engine, which can be used to record a script and playback the same to reproduce the test actions. Let us record a simple script, steps are as given below: Open Flight application Enter appropriate username Enter appropriate password Click on OK button User should get logged in Click …

QTP – Installation, Sample Applications, Add-ins

Explanation whatever given here is with respect to QTP 9.2.  Information on QTPs other versions such as 9.5, 10, and 11 will be provided in the future posts. Installation of QuickTest Professional 9.2: Double click the Setup.exe file in the QTP installation disk. Click Next and provide the necessary licensing information. This installs the QTP …

Fundamental Concepts of Test Automation

What is Test Automation? Automated Software Testing or Test Automation is the process of automating the manual test cases.  This also involves comparing the run time data with the test data provided, and producing useful Test Results. Test Automation tool – What we can expect? To test a software, a manual testing engineer needs to …