Answer Posted / alok
Executing modes in QTP are
1)Normal
2)Fast
3)Maintaince Run Mode
er.qtptester@gmail.com
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Explain the concept of object repository and how qtp recognises objects?
How you debug your script?
Can we run multiple QTP scripts one after the other without manual intervention? How?
What is the expert view?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What is qtp window?
what is run action?
when a test case is written how u test using qtp
Describe the differences between functions and actions in UFT?
What is the difference in the global and action sheet in qtp?
Approach for Installation,comaptibility,system testing
What is the new version of qtp which is recently released in the market?
Explain how to use QTP to check broken links on a page?
How to integrate the qualitycenter with 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