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 |
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b
What are the Disadvantages of shared object repository?
When to use Descriptive programing?
Suppose there is a bitmap with some text in it how do you write the script to get the text.
how we connect oracle or sql data server database to qtp.
hi friends can anyone tell me where can i find descriptive programming material please send me the link also,from which i can download the material
In qtp what type of data tables are used , name and list out them
how to test one edit box using dotnet addin for Web Applications? write script?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
how can i prepare for QTP(8.2) to face interview ? give over view details?
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
What is the Dynamic Scenario in QTP? And also anybody give the example for this?