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 the difference between call to existing action and copy of an action?
On what document base Descriptive programming is written if build is not yet ready ?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
What is Curd testing?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
What are the features supported by UFT?
What is different command used in command Prompt while using QTP?
How is test case write?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
Can you write a script to check if the folder exists or not?
your coming from electrical backgroung..but y ur coming to software side?
What is data driver in qtp?
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?