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
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
To which environments does quicktest professional supports?
What are the five challenges you faced in QTP?
In qtp, how you can use xpath to identify objects?
Is it possible to change the property value at runtime? How it is possible?
How will you find the current time of the remote machine using QTP script?
On what document base Descriptive programming is written if build is not yet ready ?
What is throw Object?
When using descriptive programming?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
What is the difference between byref and byval in qtp?
Explain data driven framework?
How to create Reusable and Multiple Actions?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
What is quicktest professional?