how u write vb script in qtp pls give me some basic script
and some material
Answer Posted / tushar
Hi
This is Tushar.
Please send me some reusable function in VB script for QTP.
Thanks in advance.
My E-mail ID : tushar1232001@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the default add-ins in qtp?
Write a script to customize the test results in PDF and HTML format.
How to define array in qtp?
What is ‘object spy’ and what is the function of object spy in qtp?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
In qtp, how you can use xpath to identify objects?
How you are developing the script? Using record and play back or manual?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Can the user toggle between using Local OR and shared OR for the same action?
What is test object model in quicktest professional (qtp)?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
What is the Difference between test object and run time object?
How can I check if a environment variable exist or not?
How to do call a output parameter from one action to another action??/
What is difference between shared and local object repository?