What is the difference between systemUtil and invoke method..?
Answer Posted / ravichandra
system util run executes executable and non executable
files,but invoke application executes only executable files
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
i can done the project with QTP in that time i can say how many members in my team size?
how to disable the pop ups through QTP using a script
What is expert view in qtp?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
how could i download qtp in which i get add-in support for 'oracle' is there any way to get it? i finding but not getting pls help me out :)
How will you check a web application for broken links using qtp?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
how will you load the test cases in ddt?
What are the ordinal identifiers in web page?
how interviews will be on QTP?
What is the latest version of qtp?
Is text area check point supports for web applications?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
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
Why is action split used by qtp?