How many types of OBJECTS are there in QTP?
Answer Posted / shankar
In fact there are only 2 types of objects in QTP
1) Run Time objects - These are the actual Objects present
in the AUT
2) Test objects - Objects present in the Object repository
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of loading qtp add-ins?
How to creating an output value using quicktest professional?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
How did you use regular expressions in QTP and also in WR?
Explain how to use QTP to check broken links on a page?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is text/text area checkpoint?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
What is the difference between QTP and WinRunner? Why do you choose only QTP for automation among remaing tools like Rational robot and silk test? Write the VBscript for any functionality in your project ? What is the cost of QTP ? If you entered into yahoo mail with your valid user name then you will get FOR EXAMPLE , " welcome to krishna " on the top of inbo page , how can you test it in QTP? What type of testing you can do, when we gave you 5 screens and how can you test that application? What type of framework you are using in your company and explain it?
Explain advantages and disadvantages of ddf?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What is the Difference between test object and run time object?
distinguish between old version and new version QTP features.
What will be happen if i load object repository at run time, but it has already associated.
What are the key points to create a framework in QTP for oracle forms?