Answer Posted / jothi
Hi,
The object which canot be indentied by the QTP is called
Virtual objects.these objects can be handled by its
properties.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the virtual object?
What are advantages of test automation?
Explain QTP using different development techniques ?
how do u plan test automation?
What is a Patch in QTP?
How to handle the exceptions using the recovery scenario manager in qtp?
How to do call a output parameter from one action to another action??/
How to run a test using quicktest professional (qtp)?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
With what extension you can save the list of tests in a file to run in test batch runner?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How can you write the scripts that operate on different objects depending on run-time information?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
when u script reveiwing in which area u more concentrates?
Is it possible to split an action? How?