What will be the test script in QTP to test a ComboBox
where a user has to select more than two items????
Answer Posted / ramp@oracle
systemutil.Run"path"
Dialog("Title:=Login").WinEdit("AttachedText:=Agent Name:").Set "chaitanya"
Dialog ("Title:=Login").WinEdit("AttachedText:=Password:").Set "mercury"
Dialog ("Title:=Login").winbutton("Text:=OK").Click
Window ("Title:=Flight Reservation").close
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different attribute used with regular expression?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
what r the main attributes of test automation?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
Explain step generator in qtp?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
Can we record an application running on a remote machine using qtp?
What is business process testing(bpt) in qtp?
How many types of recording facility are available in quicktest professional (qtp)?
How to find the length of the string in qtp?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How you calling actions in qtp?