examples of user definied functions? how to write user
defined functions in qtp9.2?
Answer Posted / sonu
using function definition generator,we can also write functions.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to save your test using quicktest professional (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
what is profile tool?
How to handle dynamic objects in quicktest professional?
What are private functions in QTP? How they can be called from the function library?
Can we create a qtp test from qc?
Explain the concept of object repository and how qtp recognises objects?
How you know that a test case is a regression test case
what is Property......End Property loop? how to write sript for it in QTP
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
Explain about the test fusion report of quicktest professional?
What is the extension of the recovery scenario file in qtp?
What is difference between run time object and test object?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
Explain actions in qtp ?