How to identify 2 versions of browsers based on regular expression
Answer / mahesh.k
goto properties of browser and select title of that browser in
physical properties click on <> symbol and plase * after name
of that product,like this we have to change for name and url
of that browser.
| Is This Answer Correct ? | 1 Yes | 6 No |
How is UFT 11.5 version different from UFT 12.0?
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
What is the significance of “action 0” in qtp?
Have you worked with QC?
How to open an application through scripting?
What is action?
How many actions we can write in a test?
How to track the execution time?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is the difference between Normal mode and Fast mode ?
During test run,How will you copy/paste from/to clipboard?
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example