WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Answer Posted / kirankumar.y
fuction generater is library of statements which r used in
vb scripting
it is didved into three parts
1.fuctions,2.test objects,3.utility objects
fuctions example is iputbox,msg box,cint,cdbl
2.test objects example : get visible text,get ro property
3.utility objects:value,import,get row count
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How to use the object spy in quicktest professional 8.0 version?
How to use parameterization in qtp?
How to create scenario selector
What is recovery scenario manager? When you go for recovery scenario manager?
how will load the object during runtime?
Can we create a qtp test from qc?
How to create Reusable and Multiple Actions?
How to analyzing test results using quicktest professional (qtp)?
What is the XML file architecture ?
Which environments are supported by hp qtp?
What are the various automation frameworks available 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 many types of Automation frameworks are there in UFT? Describe them.
How smart identification works in qtp ?