Answer Posted / trevor chandler
For QTP (Quick Test Pro)
You can use the following line below directly in a test in
expert view.
First parameter is the browser.
Second Parameter is the URL to navigate to
SystemUtil.Run "iexplore.exe", "C:\opt\projects\dtlt\catalin
a\functions\dtltLaunch.html"
Hope this helps.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How to check feasibility of the appliction?in automation testing?
1.Write a CRITICAL test cases for calculator ? 2.What is the difference b/w FRS and SRS documents ? 3.What is Component ? 4.What is object ? 5.what is the difference b/w static and dynamic descriptive programming ?
What is Distributed testing? How does UFT support it?
whow much strong on VB and C?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How can you identify the browser and its information using the qtp script?
Explain how you can find the absolute value of the number in qtp?
Explain types of output values?
What is test object model in quicktest professional (qtp)?
Generic function to search for the unique link in webtable and click on it
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
Name the properties you would use for identifying a browser and page when using descriptive programming?
How to handle Java tree in QTP?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
How you can delete excel file in qtp?