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 / visualsoft
Yes, we can automate even without adding objects to object
repository. This can be done using descriptive programming,
but u should get the properties of the object from
developers.
Set object=Description.Create()
Object("htmltag")value=something(as given by developer)
Object("micclass").value=Edit box
Bowser("something).page(Object).click
so that it will identify the obejct even it is not added to
object repository
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the Different types of QTP test assets and their extensions?
Your roles and responsibilities and daily tasks? (As automation tester)
What is a quick test professional?
How to delete an object from the object repository?
In qtp, explain what is qrs file?
What is regular expression?
When and why to use descriptive programming?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
How will you compare keyword and expert view?
Can we run multiple QTP scripts one after the other without manual intervention? How?
How to find a window is minimized or not
Explain the terms test and business component?
How many types of Automation frameworks are there in UFT? Describe them.