How to open any application during Scripting in QTP?

Answer Posted / raja83

you can launch any exe files using following code

systemUtil.Run "PATH\Filename.EXE"

ex:

systemUtil.Run "C:\Calc.exe"

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u

1554


Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19

1423


Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com

1578


What is contained in the object repository?

833


WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,

1755


What will be happen if i load object repository at run time, but it has already associated.

1496


how to know no.of mails in our g mail by using vb-script

1986


How you know that a test case is a regression test case

3482


Can any body please tell me the steps of keyword driven framework of QTP.

1753


what is the hierarchy to use properties in descriptive programming

1738


How many types of recording modes in qtp? Which will be used when?

747


Explain object spy in qtp.

799


i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji

1833


Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

3627


In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer

2144