ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
how to invoke the web application through script in qtp
 Question Submitted By :: Shivani
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to invoke the web application through script in qtp
Answer
# 1
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 ?    2 Yes 1 No
Sreekanth
 
  Re: how to invoke the web application through script in qtp
Answer
# 2
To invoke the web application.

In QTP, Enter IEXPLORE "Your appl url"

ex: 
Iexplore "http:\radix:8080\project1"
 
Is This Answer Correct ?    0 Yes 5 No
Suvarna
 
 
 
  Re: how to invoke the web application through script in qtp
Answer
# 3
syntax: systemutil.Run "Browser", "ur web url"

systemutil.Run "iexplore.exe", "www.yahoo.com"
 
Is This Answer Correct ?    10 Yes 0 No
Raj
 
  Re: how to invoke the web application through script in qtp
Answer
# 4
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 ?    0 Yes 3 No
Sathi
 
  Re: how to invoke the web application through script in qtp
Answer
# 5
Invokeapplication"C:\Program Files\Internet 
Explorer\IEXPLORE.EXE"
 
Is This Answer Correct ?    0 Yes 2 No
Menaka N
 
  Re: how to invoke the web application through script in qtp
Answer
# 6
Use the Object reference Model of qtp
and you will find many ways there
 
Is This Answer Correct ?    0 Yes 0 No
Supriya
 
  Re: how to invoke the web application through script in qtp
Answer
# 7
Systemutil.run "URL" 



 --------  It's Enough
 
Is This Answer Correct ?    0 Yes 0 No
Chandradeep
 
  Re: how to invoke the web application through script in qtp
Answer
# 8
invokeapplication " specify the path "
 
Is This Answer Correct ?    0 Yes 0 No
Ayush
 
  Re: how to invoke the web application through script in qtp
Answer
# 9
Browser("<Browser>").Navigate "<URL>".
 
Is This Answer Correct ?    0 Yes 0 No
Satyanj
 
  Re: how to invoke the web application through script in qtp
Answer
# 10
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 ?    0 Yes 0 No
Sandipgami84
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
how to select the work for complete automation and one more thing when u are going to choose automation Fidelity2
What is the maximum size of Object Repository in QTP 8.2? Mphasis4
How to get line numbers in your editor in expert view?  2
what is difference between analog and low level recording Intel2
I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process. TCS2
According to use, how virtual object is different from object spy? If Qtp is not learning a sub-menues. What should we done? how would we manage on the expert view too? alkaa.dugaal@gmail.com HCL1
what are the difference between qtp8.2 to 9.0 surya Bally-Technologies1
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ? CTS3
How to covert a String to an integer?  3
Do you have any knowledge about Business Processing Testing in QTP Appulse1
How to connect to the Database from QTP? Thatavarti-Technologies7
from where we will retrieve data for data driven tests in qtp?  3
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this. Thatavarti-Technologies11
While creating Recovery Scenario for Pop-up window..In 'Recovery operation' we have to call a function. Can u tell me that function. Ordain-Solutions4
In QTP how to interact tool and application build?  2
How to export data in excelsheet to qtp without using datatable.  1
User defined function in QTP Lehman-Brothers2
what is the general issues faced while using automation tool Qtp9.0 TCS1
What is a Web Table? Kanbay4
How to handle Run-time errors?  2
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com