what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / sreenivasa rao nandam
Automation framework describes the process /procedures /
methods involved in automation process.
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
How to break the object spy ?
Describe function procedure in vbscript.
What is the basic concept of quicktest professional (qtp)?
Explain actions in qtp ?
what is supply chain management?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
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 u will evaluate the tool for test automation?
What is the difference between run time object and test object in QTP?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
What is a Patch in QTP?
What do you mean by iteration?
What is the expert view?
How can you send user defined messages to test report?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded