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
Write a script to customize the test results in PDF and HTML format.
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Why is action split used by qtp?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Where to use Property Let, Property Get, Property Set in UFT
How you will rate urself in QTP in the range of 0 to 5
What is QTP scenario.
How to find Operating system information using QTP script?
Explain hybrid framework with advantages and disadvantages?
How you can make an action as re-usable action?
what is clean sweep?
What is the standard timing delay for web based application in qtp?
What is difference in global and action sheet in qtp?
Why qtp the best testing tool?
Mention the different actions types of qtp.