how do you run scripts in QTP?please anyone can answer my
questions
Answers were Sorted based on User's Feedback
Answer / kalyanijmr
Hi,
After completing the recording or own scripting for that
requirementonly we will go for running the scripts
using "Run" button
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / somalatha
we run scripts in qtp through execution grid and ) Once a
tester has run a test, a TestFusion report displays all
aspects of the test run: a high-level results overview, an
expandable Tree View of the test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
What is the latest version of qtp?
In an output value text checkpoint, where does the output value stored by default ?
What is the XML file architecture ?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Diff b/n image n bitmap checkpoints?
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?
how to identify the objects if application consists of objects that have same properties.
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
how can I read text in browser and export the same into text file?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What are the different ways to invoke an application using QTP?