What is difference between Recording time object identification and Run time (Execution) time.
No Answer is Posted For this Question
Be the First to Post Answer
What is quick test pro?
What is log file? what is the use of Log fine. How to create? what are the contents and the main advantages of log files. plz do help me in this concepts as i have an interivew on qtp in a couple of days. plz do help me.. thanks in Advance.
.qfl extension for which file? where vl use it
if full in Object Repostoiory then how to load other Object Repository
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
The interviewer asked me when u recorded one application.object repository properties are saved with .tsr extention. in qtp expert view wherever mouse is there that snapshot displayed in active screen but some recored script lines are not displyed in actives screen y?
How to run a script from lines 50 - 100 alone (if the script has 1- 200 lines of code)?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Explain the types of properties that quick test learns while recording?
Can u call winRunner scripts from QTP?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY 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