how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / rohan
Hi All,
Can any one send me some QTP scripts..my email id
is 'rohanshank@gmail.com'
Thanks in advance.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
how will you check how many members visited the website www.infosys.com?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
what is run action?
What is a recovery scenario?
what is keyword driven testing in qtp?n how is it useful?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Difference between copy to action and call to action?
How to use parameterization in qtp?
What is the diff between image and bitmap check point?
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
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.