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


Please Help Members By Posting Answers For Below Questions

What is keyword view?

787


How can you pass value one action to another action?

767


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

1932


What are the 3 main stages involved in testing with qtp?

816


How to delete an object from the object repository?

803


How u will do versioning in QTP?

1643


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 ?

1997


How to define array in qtp?

768


What is business process testing(bpt) in qtp?

896


Does Low-level recording capture mouse movements?

778


How do you open adobe acrobat file in QTP and do some testing on that file ?

846


Explain quicktest professional testing process?

734


How many types of Automation frameworks are there in UFT? Describe them.

764


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

824


how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel

2107