what is the difference btn risks & Therads in the Test plan
documentation?
No Answer is Posted For this Question
Be the First to Post Answer
Give one example of Standard checkpoint in qtp 10?
How do you return a value from a function
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
Explain about Hybrid Framework
can u please explain what r the challenges u faced in ur automation testing
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
How does QTP identifies the object in the application?
How to use Regular Expressions in QTP
How to save your test using quicktest professional?
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click