Explain process of smart Identification in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
More details about keyword driven technique in QTP
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
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 are the views available in qtp?
What is text/text area checkpoint?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
explian about the qtp frame work? where u can use it in your project?
Explain different types of checkpoints?
write the regular expression for date format of mm/dd/yy?
10 Answers CTS, HCL,
What are the main features we have to compulsory test by using qtp in an web based application
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
Is it possible to return multiple values from a function..? Then how..?