How to invoke QTP through VBscript?Send me full code along
with description of the code.Thanks in Advance
Answer / udham singh
set qtp = createobject("quicktest.application")
qtp.visible = true
qtp.launch
| Is This Answer Correct ? | 5 Yes | 0 No |
how much space occupies in object respository by default?
IF application is a Java-based application means 2 0r 3 tier application. How the script will be in QTP. pls kindly give some sample script.
hi how could i get installation guide for QTP 9.0 on XP help me for this !!!!!
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
any body plz send health care domain project to me with explanation any two modules on that project. mail_id: ranjith_99reddy@yahoo.co.in
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What are the Features & Benefits of Quick Test Pro (QTP 8.0)?
If there are 100 checkboes in a page then how can we select all chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...
do you prepared framework,pls answer this
Explain the difference between check point and output value?