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 |
desribe a situation where u faced a stressful situation and how did u cope with it
Does QTP is "Unicode" compatible?
What is Virtual Object? Plz Explain me with an example?
How can we call Winrunner functions from QTP?
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
How to use Regular Expressions in QTP
what is the difference between modular framework & datadriven framework
how can i pass a "cript"as a parameter in to a function
Explain abt the File System Object in QTP with ex
What is recovery scenario manager? When you go for recovery scenario manager?
Can I use datatable of Action1 in the Action2.
hi, In A Table there are some columns and dynamic rows and in each row in first column there is a link with name. upon clicking on that link it will show some details. write the vbscript to check that link without descriptive programming?