What is the use of "Define new test object" in QTP 9.1
When should we use? Explain?
Answer Posted / nanda
By using 'Define new test object' we can create a new test
object in object repository, even the application is not
available.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to customize qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What is QTP scenario.
How many scripts did you have?
How will you find the current time of the remote machine using QTP script?
What is qtpro? What is quick test pro?
How to test results for qtp ?
What is the short cut keys for the following?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How to open a new test using quicktest professional?
How can you exit from an action?