Answer Posted / gabbar
QTP>>fILE>>CONNECT TO QC>>URL AND THEN CONNECT
BY MENTIONING DOMAIN AND PROJECT DETAILS.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
Explain quicktest professional testing process?
What do you mean by checkpoints in qtp?
explain how to write vb script in qtp?when will you write own script?
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
if our qtp vb Script may be Currepted then What we want do?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
Does Low-level recording capture mouse movements?
How can you give wait up to 10 seconds in qtp?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Where can I find and view run-time data table?
What is CMMP and CMMH?
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 QTP identify the system time that's changes every seconds?
How would you export a script from one pc to another in qtp?
What is text check point and text area check point?