4. How u will open the build automatically in QTP except
using Systemutil.run command
Answers were Sorted based on User's Feedback
Answer / chinna
Hi,
set a=createobject("Wscript.shell")
a.run "Notepad.exe"
or
InvokeApplication "path of the file"
| Is This Answer Correct ? | 2 Yes | 0 No |
we will open the build automatically they are 3
by using invoke application,
by using second option in record and run settings and
system.util.run
| Is This Answer Correct ? | 1 Yes | 1 No |
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
In QTP how can we recognize objects Without using Object Repository?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Write a function which returns the addition of two numbers. give the value of the numbers outside the function.
Hi What are re-usable actions in QTP? -Thank You
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
What is the Diff between Image check-point and Bit map Check point?
What is the difference betweent test and component?
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
what will be there in keyword view and expert view?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
How do you capture tooltip using QTP?