We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
Answer / ram
Yes...We can handle this scenario by creating user
defined function here we pass page and popup object
aspparameters....pls do comment..Ram
| Is This Answer Correct ? | 0 Yes | 0 No |
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
Tel me what was the automation testing process you followed?
What do you do if QTP doesn't recognize object ,what action should be taken
What is Object Spy in QTP?
if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?
What is difference between web object and web items
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 if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
How to export QTP results to an ".xls" file?
how to retrieve the xml file data through qtp. can anybody send script for this..
how to lunch the application in the qtp tool ?
How to invoke Mozilla from QTP thru VB Script
When i used this below script to insert value in the Datatable... At run time it was inserting the given value in the specified column, But after execution all those inserted values were cleared automatically... datatable("column name",sheetid)=value