What is runtime objects and test objects? What is the
difference between them?
Answer Posted / naveen
Test Object:
Test Objects are QTp defined Classes used to represent
various objects in applicationunder test.
Run Time Object:
Runtime Objects are actual application under test object
which a Test object refers/points to during test execution.
While running script QTP compares Test Object with Run Time
Object to check Object
Existsence in the application.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
what is the hierarchy to use properties in descriptive programming
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
How to find Operating system information using QTP script?
What are the recording modes in qtp?
explain keyword driven framework with banking domain?
How to use output values in qtp ?
What is the Command used to start the QTP
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
what is the difference between development and testing
I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
What is the Difference between copy to action and call to action?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
What is clean sweep?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?