How u will open the build automatically in QTP except using
Systemutil.run command
Answer Posted / vidyasagar
Dim oShell
Set oShell = CreateObject ("WSCript.shell")
oShell.run "Pathof the file"
Set oShell = Nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When Recovery scenario actually starts while testing the application?
How to check which add-ins are associated with a test in qtp?
How to save your test using quicktest professional?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
what is the difference between data driver & data driven and driver script?
Explain the types of properties that quick test learns while recording?
How u will do versioning in QTP?
Differences between quicktest professional (qtp) and winrunner?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How to use transactions in qtp?
Does Low-level recording capture mouse movements?
What contains Data Driven Framework document in qtp?
how can we compare descriptive programing with a regular expression
What are the methods of the TextStream object that are used for reading from a text file?
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