Have you done batch testing in qtp? If yes how you are doing?
No Answer is Posted For this Question
Be the First to Post Answer
what are the attributes of QTP?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
For Regression testing already written test cases are sufficient?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table
Connect to QC using AOM.
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
During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
How to load object properties to object repository through scripting.give one example
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How can the expected image for a bitmap checkpoint be recaptured in QTP
Write a script to delete the a specific row (say 3rd) in a webtable.