Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to invoke the web application through script in qtp

Answers were Sorted based on User's Feedback



how to invoke the web application through script in qtp..

Answer / raj

syntax: systemutil.Run "Browser", "ur web url"

systemutil.Run "iexplore.exe", "www.yahoo.com"

Is This Answer Correct ?    52 Yes 7 No

how to invoke the web application through script in qtp..

Answer / sreekanth

Initially in check the web addin in add-in manager window &
in Record & Run Settings,choose Web tab.

Then...give the following script & see...

systemutil.Run "your appl url"

ex:
systemutil.Run "yahoomail.com"

Is This Answer Correct ?    25 Yes 12 No

how to invoke the web application through script in qtp..

Answer / widewaythink

If you are using Windows 7, Use this command to open the
application through QTP:

Systemutil.Run "C:\Program Files\xx....\flight3a.exe"

You can record and run the application without any crash error.

Is This Answer Correct ?    8 Yes 3 No

how to invoke the web application through script in qtp..

Answer / menaka n

Invokeapplication"C:\Program Files\Internet
Explorer\IEXPLORE.EXE"

Is This Answer Correct ?    12 Yes 11 No

how to invoke the web application through script in qtp..

Answer / sandipgami84

Hi..

u can call below function, and Pass your URL.

Public Function OpenInternetExplorer(URL)
Dim IE
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
If URL <> "" Then
IE.Navigate Trim(URL)
Else
IE.Navigate "about:blank"
ExitTest
End If
Environment.Value("HWND") = IE.HWND
End Function

Is This Answer Correct ?    7 Yes 11 No

how to invoke the web application through script in qtp..

Answer / satyanj

Browser("<Browser>").Navigate "<URL>".

Is This Answer Correct ?    5 Yes 12 No

how to invoke the web application through script in qtp..

Answer / ayush

invokeapplication " specify the path "

Is This Answer Correct ?    3 Yes 11 No

how to invoke the web application through script in qtp..

Answer / supriya

Use the Object reference Model of qtp
and you will find many ways there

Is This Answer Correct ?    3 Yes 12 No

how to invoke the web application through script in qtp..

Answer / sathi

do you write the script in web application go to qtp choose
on web page example yahoo or gmail and go to record ->click
on insert menu choose xml testing with page or link->chose
the hand icon on any menu->stop the record and ->run

web application scripting in qtp

SYNTAX:
BROWSER("BROWSER NAME").PAGE("PAGE
NAME").WEBXML("SETTINGS").CHECK CHECKPOINT("SETTINGS")

Is This Answer Correct ?    5 Yes 16 No

how to invoke the web application through script in qtp..

Answer / chandradeep

Systemutil.run "URL"



-------- It's Enough

Is This Answer Correct ?    7 Yes 22 No

Post New Answer

More QTP Interview Questions

Object Repositories types, which & when to use?

3 Answers   Crea,


Hi,can anyone tell me How to found the number of 1's and 2's in the given format 1,1,2,2,3,3,4,2 using vbscript Thanks in advance

3 Answers  


what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief

3 Answers  


Explain getroproperty and gettoproperty & settoproperty?

1 Answers  


What is Virtual object wizard in QTP?

4 Answers  


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

0 Answers   FIS,


Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.

1 Answers  


Write a QTP script to print all the link names displayed in a web page

4 Answers   TCS, Virtusa,


does test plan is in test strategy or test strategy is in test plan.

6 Answers   Microsoft, TCS,


How software automation specialist enter steps in the Expert View?

0 Answers  


What is object identification?

8 Answers   Wipro,


WHICH PROCESS U FOLLOW IN COMPANY

1 Answers   IGT,


Categories