Answer Posted / mahesh babu
we have to use one tool for synch. ie.bay watch tool . in
which we synchronize two appl. of differnt system
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can i initiate the objects to find uniquely in OR
How will you test a stapler?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How many lines of code in each script of QTP?
What is post recovery scenario?
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.
What is Curd testing?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Which features or drawbacks of QTP lead to the upgrade for a newer version?
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How can you close the second opened browser?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
In what occasion we can specify global sheet and action sheet?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?