Can we do qtp testing without creating objects in Dbject
repository? can we do it completely writing code i.e in
expert view only. Are there any books for this?
Answer Posted / alliance info
yes we will create objects by using DP (descriptive
programming)
'here no need of o.r
'cp the general recorded program in new test
'then write the dp
'tools>object spy>click on the hand button>test object
properties in object spy>name
For Eg:
dialog("text:=Login").Activate
dialog("text:=Login").WinEdit("attached text:=Agent
Name:").Set "user"
dialog("text:=Login").WinEdit("attached
text:=Password:").Set "mercury"
dialog("text:=Login").WinButton("text:=OK").Click
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Does QTP run in any environment?
Explain the terms test and business component?
Whether qtp 9.0 supports Test director8.0
On what document base Descriptive programming is written if build is not yet ready ?
How does you test a weblink which is changing dynamically?
What is the significance of “action 0” in qtp?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What is the short cut keys for the following?
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
What are advantages of test automation?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What is a recovery scenario?
How to create Reusable and Multiple Actions?
What is use of object spy?
What is the extension of qtp local repository?