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
Can we create user defined functions in qtp?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
Explain how qtp identifies object?
images are dynamically changes how to compare two images with out using the bitmap
How you can write contexts to text file in qtp?
explain how to write vb script in qtp?when will you write own script?
Explain the use of action split in qtp?
Can you list some technologies that support qtp?
How to release all resources file from the QTP?
When using descriptive programming?
Is it possible to call win runner script in qtp?
how to find that tools work well with your existing system?
How many ways we can parameterize data in quicktest professional (qtp)?
Diff b/w test scenario's and test Procedures?