If u r using descriptive programming to identify the object
where do u write the script for those objects? do u write
it in the expertview? plz do answer its urgent thanks
advance.
Answer Posted / krishan kant sharma
You need to write script in Expert Mode.
For example you want to click on one button available on
Calculator:
' Open Calculator
Systemutil.Run "Calc"
'Click on Button 1-simplest code
Window("text:=Calculator").winbutton("text:=1").Click
'Close Calculator
systemutil.CloseDescendentProcesses
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
How to open a new test using quicktest professional (qtp)?
how to explain a claims and insurance project?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
What is checking bitmaps?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How you can find the absolute value of the number in qtp?
How do you perform Regreession Testing?
Can we create user defined functions in qtp?
Explain the benefits of quick test pro(qtp)?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
What are the technics follow in writing VB script?
what could go wrong with test automation?
Can any body please tell me the steps of keyword driven framework of QTP.
What are the properties you would use for identifying a browser and page when using descriptive programming?