Answer Posted / veena
hi.....
change the object properties in by using virtual object
if there is any mistake plz tell .............
thank you
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
How to find a window is minimized or not
how can i call function (which has link with excell sheet at a remote location) within another function
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How can you give wait up to 10 seconds in qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
How do you know the location Id of an object if you know its index id?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How many add-ins comes by default with quicktest professional (qtp)?
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
when u script reveiwing in which area u more concentrates?
What is the Command used to start the QTP
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this