How do we run the scripts in QTP ?? what are the three
options....
Answers were Sorted based on User's Feedback
Answer / surya prakash
We can run QTP Script in three different ways
1. "Verify Run-Mode"
(Normal Runmode)F5,aiming towards testing the application.
2. Debug Run-Mode
(Aim is to know the syntactical and Logical Errors)
F11- step into
F10 - Step Over
Shift+F11 - step Out
3. Update Run-mode(Automation -> update run mode)
(Aim is to Update the object physical Desctription)
using this mode qtp can update the following
1. Object Repository Physical Desctription
2. Check point Property Values
3. Active Screen images
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / neeraj kumar
Hi
1) Simply Run or F5
2) Maintenance Run Mode
3) Update Run Mode
Is This Answer Correct ? | 4 Yes | 1 No |
Pressing Run button on the tool bar is 1st option
Pressing f5 is the second option
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sandipgami84
It's Simple, Press F5....and Click on OK button........it
will execute......
Sandip
9714177088
Is This Answer Correct ? | 0 Yes | 2 No |
How to Run a Test using QTP?
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
how can i add an action(external action) programmatically?
What is the difference between Datadriven and Parameterization?
what is the data driven testing?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
How to find the number the number of Links, Brolken Links in a webpage?
What are the ways you can synchronize?
in howmany ways you perfrom batchtesting
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
Explain types of output values?
Hi All,I am in wierd situation that my laptop is installed with QTP11 and os is xp sp3.The problem is the descriptive programming which i have written is working in other laptops and it is not working in my laptop.it is clicking the link which is above the testbox instead of typing it in textbox below it.It is same with the other working scripts written by another person.