What is runtime objects and test objects? What is the
difference between them?
Answer Posted / mukti prakash
>Test objects are the QTP (HP) defined classes that are used to represent the objects in your application under test (AUT). The information about these objects is stored in object repository.
Runtime objects are the actual AUT objects in your application which a Test object refers to during the test run. The information about these objects can be accessed using Object Spy.
>Test object methods are methods that QuickTest recognizes and records when they are performed on an object while you are recording a test, and that QuickTest performs when your test runs.
Runtime object methods are the methods of the object in your application as defined by the object creator(the developer!). You can access and perform runtime object methods using the .Object property.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Explain calling sub procedure.
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
who QTP recognizes the object stored in object repository?
write the vb script for call to new action in qtp?
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 are the methods of the TextStream object that are used for reading from a text file?
How many types of Automation frameworks are there in UFT? Describe them.
Where we can use the synchronization?
What are test settings and global settings?
what is error and fault in terms of software quality?
In qtp, explain what is keyword driven automation framework?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)