QTP
How to use Functions in QTP/UFT in 3 easy steps
If you have segments of code that you need to use several times in your tests, you may want to...
An optional step is a step that is not necessarily required to successfully complete a run session.
During a run session, if the object of an optional step does not exist in the application QTP bypasses this step and continues to run the test
To set a step as optional in keyword view right click on the step and select Optional Step
Alternatively, you can directly write the keyword "OptionalStep" preceding a statement to make it optional
Following video describes an OPTIONAL STEP and how it can be used.
Click here if the video is not accessible
If you have segments of code that you need to use several times in your tests, you may want to...
Installing the trial version of HP UFT or QTP from the Micro Focus site is a 2-step process. Part 1)...
What is Smart Identification in QTP? If the usual object identification process fails, Micro Focus...
Traning Summary In this course, you will learn test automation using QTP tool now called as Micro Focus...
This tutorial demonstrates OBJECT SPY. Object Spy can help determine the useful properties and...
Once the script is recorded, you need to REPLAY the script to ensure the test steps have recorded...