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 |
Hi,Sudhanandareddy plz forword framework and ppts for QTP to me. This is my mail id: ranjith_99reddy@yahoo.co.in (your contact number also)
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
your doing one project testing then how u know itis wheather web based application or windows based application?
how to capture the run time values of web table.
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
what is the extension for QTP files?
16 Answers American Solutions,
How do you perform testing on web based application using qtp 9.2?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)