Hi All,
I Want To excute scripts batch without using QC .I need
code for that
Thanks
Balaji
No Answer is Posted For this Question
Be the First to Post Answer
how qtp identifies objects of application.
What is Maximum synchronization time out in QTP(By Default is 20sec). Anybody can answer it. Thanks in advance.
Explain Different types of Checkpoints in Quick Test Professional?
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
Why is Client side image is preferred over server side image?
What is Environment Variable and when we apply this in QTP?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
By using QTP can we record any log files written by the application which is in execution?
How can you capture(Read) the values from a Table?
What is Descriptive Programing? In which cases, we will go for descriptive programing?
How can we get a textcheckpoint in QTP9.1?
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