in flight reservation ex once u login, u go into next
window where we hav an option of new, open and help etc..
how to fetch those options and to go to respectiv tab
accordingly using qtp.. plz let me knw answer for tis as
early as possible. Thanks in advance... asha
Answer / ravi
hi comming to ur question i am not clear abt wht u want but
anyhow i am sending the solution as wht i have understood.
first login into the flight reservation table and then
start recording the process using standard checkpoint and
stop the process when u have finished of with the step.now
return to the proj base state and then run the proj.
i am sending u the steps of one task i.e open order.pls
check through tht and reply me whether u intend the same or
not.u can perform the same task using several methods for
eg descriptive prog also.
Window("Flight Reservation").Check CheckPoint("Flight
Reservation")
Window("Flight Reservation").WinMenu
("Menu").Select "File;Open Order..."
Window("Flight Reservation").Dialog("Open
Order").WinCheckBox("Order No.").Set "ON"
Window("Flight Reservation").Dialog("Open Order").WinEdit
("Edit").Set "5"
Window("Flight Reservation").Dialog("Open Order").WinEdit
("Edit").Type micReturn
| Is This Answer Correct ? | 2 Yes | 1 No |
hi i have one doubt is there any companies are taking correspandence courses plz leme know urjent
How you can write contexts to text file in qtp?
how to write vbscript on web applications in qtp. explian with one example?
We stored into the objects OR and then write the scripting
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to record right click of a context menu and click on the selection ?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
what is defenetion of kiran can u tell me plz CVS, SVN
can we test an windows application using qtp
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
Where virtual objects stores results?