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
Answer Posted / sagar
We can do the Dialog("text:= login").WinEdit("attached text:= Agent Name:").set "user name"
Do the rest
We can use Dialog("text:= login")
Ok
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of checkpoints?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Did the scripts need lot of maintenance? If yes, why?
How to check feasibility of the appliction?in automation testing?
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?
Should have experience in framework means?
how can we compare descriptive programing with a regular expression
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What are the properties you would use for identifying a browser and page when using descriptive programming?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
What is the difference between a Function and Action in QTP?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
hi nani my doubt is how does qtp process metrix related to software process.
How can I check if a environment variable exist or not?