What is the advantage of associating a procedure with a
test object?
Answer Posted / sahil
Reusable and saving of time n effort
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is QTP supports Unix. If yes, then how the test automation is done?
I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Can any one send me the QTP Basic Coding Samples?
What are the different types of qtp test assets and their extensions?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Mention what are the different types of recording modes in qtp? Which will be used when?
What is the difference between per-action and shared?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
Where is the Bitmap checkpoint information stored?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How does qtp recognize objects in aut?
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
What are the trigger events in qtp?