Can we Script any test case with out having Object
repository? or Using Object Repository is a must
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
No. U can script with out Object repository by knowing the
Window Handlers, spying and recognizing the objects logical
names and properties available.
K,Byeeee.....
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
If you know discriptive scripting you don't need Object
Repository. Otherwise you need the Object Repository.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / zia ur rehman
No. U can script with out Object repository by knowing the Window Handlers, spying and recognizing the
objects logical names and properties available.
Is This Answer Correct ? | 0 Yes | 0 No |
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
1. What is extense of Result file in QTP?
There is an excel file of 1 to 100 sheets how you will iterate through it?
How to supress warnings from the "Test results page"?
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
What is the parameterization?
Difference between object identification and smart identification
what is the use of Browser.sync()
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
How qtp recognizes the object?
Is it possible to call win runner script in qtp?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone