how do you run scripts in QTP?please anyone can answer my
questions
Answer Posted / dipu krishnan
Ram,
Clicking the run button on top runs the script.
>*>*>*>*
Under the Automation tab we have an item "Record and Run
Settings". In this we are having two tabs ,Web and Windows.
I will go with Web for now.
On the Web tab you can find the radial buttons:-
> Run on any open Browser.
> "Open the following address" with an text box for
entering the URL.
While you click the record button with the first
selection ,what qtp is going to do is that ,it Record the
script based on action performed on any browser which is
open.
While you click the run button with this selection,qtp
performs the run on any of the open browser that is open.If
no browser is open then the test won't run.
-------
While you click the record button with the second
selection ,what qtp is going to do is that ,it launches a
new browser with the entered url in the textbox.Scripts are
recorded based on action performed on this browser which
qtp had opened.
While you click the run button with this selection,qtp
launches a new browser with this url and runs the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is method name to compare two XML files.
How do you create regression test packs?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
How many tabs are available in debug viewer pane?
How you are developing the script? Using record and play back or manual?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
What is Test Fusion Report in QTP?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is the difference between a Function and Action in QTP?
What is the use of text output value in quicktest professional (qtp)?
Can anybody post some real time scenario in qtp? please its very urgent.
Explain about the test fusion report of quicktest professional?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
Is virtual object supported in low level recording mode?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?