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.
Answers were Sorted based on User's Feedback
Answer / aparna
Yes u can write in the expert view like this:
Browser("Browser").Page("Page").WebEdit("Name:=txt_Name","html
tag:=INPUT").set "Test"
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / jas
No you cant write the descriptive programming in expert
view. Descriptive programming is written in keyword view
only
| Is This Answer Correct ? | 1 Yes | 8 No |
how can you select random value for every iteration from a weblist
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
Explain the types of properties that quick test learns while recording?
how to merge object repositories in qtp for n different applications
Is there a function to find the number of occurrences of sub strings within a string?
How to supress warnings from the "Test results page"?
how u write vb script in qtp pls give me some basic script and some material
32 Answers Datamatics, UHG, Winit,
Write a code check the checkbox in the web table which is in the 4th row and fifth column (Use child item concept)
what skills needed to be good test automation?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
In qtp, explain what is keyword driven automation framework?
how to retrieve the column headers in database using vbscript statement in QTP