How to launch application under test through VBscript without
using systemutil.run or invokeapplication?
Answer Posted / nayana
set ie=CreateObject("internetexplorer.application")
ie.fullscreen=true
ie.navigate "http://gmail.com"
set ie=nothing
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
tell me QTP standards ?plz
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
What phases are involved in testing an application in qtp?
What are the different types of qtp test assets and their extensions?
What is the parameterization?
Explain how to use QTP to check broken links on a page?
What is data driver in qtp? Where we use it?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
which type of testing process are you following in ur company? how to recognize a qtp page?
please post the interview questions for QA position in FACTSET
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What is the meaning Work bench?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
QTP script is not working on other's machine..