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
What is keyword view?
How can you pass value one action to another action?
www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example
What are the 3 main stages involved in testing with qtp?
How to delete an object from the object repository?
How u will do versioning in QTP?
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
How to define array in qtp?
What is business process testing(bpt) in qtp?
Does Low-level recording capture mouse movements?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Explain quicktest professional testing process?
How many types of Automation frameworks are there in UFT? Describe them.
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel