How to handle Multiple Browsers in QTP 09:49:00 Edit At times we need to handle or work with Multiple Browsers when executing the test scripts. QTP provides a mechanism to handle this kind of s... Read More
Debugging In QTP 09:10:00 Edit This article explains the procedure to debug the scripts in QTP. Every Automation Engineers should be strong in debugging. Then only we can ... Read More
QTP Short Cut Keys 03:36:00 Edit This article gives the short cut keys details. File Menu New > Test CTRL + N New > Business Component CTRL + SHIFT + N New > S... Read More
Synchronization in QTP 02:08:00 Edit Synchronization is the process of matching the speed of the AUT and QTP inorder to get the proper execution of results.As part of the script... Read More
How to close all browsers in QTP? 03:14:00 Edit This is very basic task to be done by the automation test engineer before starting the script execution.It's always better to kill/close... Read More
Descriptive Programming In QTP 02:53:00 Edit Assume that we want to perform some operation on the objects which are not present in the object repository.In such kind of situation we can... Read More
Recovery Scenarios In QTP 09:29:00 Edit We may come across some unexpected errors or exceptions during our test case execution. Consider the following scenario. Assume that after e... Read More