What is the use of "Define new test object" in QTP 9.1
When should we use? Explain?
Answer Posted / rayudu
Thank you nanda...
U r right..
Second one is Okay..
But one thing I have not understood is that, after writting
the code, should we add properties to the repository?
I knew two ways to write script.
1. Add objects to the repository and use them in script.
2. Assigning the property values to the properties
directly, without using OR (Discriptive programming)
But here not using either OR or object property values in
the script
How the QTP identfies the objects of an application.
suppose I have written like this.(if it is web based)
Browser("Rayudu").Page("ray").link("livetek").click
Once application ready how can I run this on the
application.
ok
should we use settoproperty???
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi Samrat, Thank u very much, what u said it is right.
Explain the use of action split in qtp?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
what is defenetion of kiran can u tell me plz CVS, SVN
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Explain different type of event trigger option.
What is clean sweep?
which type of testing process are you following in ur company? how to recognize a qtp page?
How to associate shared object repository to test in qtp?
What is the syntax for how to call one script from another?
what is meant by Implicit and explicit requirements?
How would you export a script from one pc to another in qtp?
What do you to script when objects are removed from application?
Explain the terms test and business component?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object