Can anyone please explain me the process of automating an
application using QTP as i am new to this?
Answer / guest
-Analyzing Application: Understand requirement and analyzing
application before -preparing the test cases
-Preparing Testing infrastructure: preparing resources like
collecting repository and function library etc
-Writing scripts: writing scripts for regression test cases
-Running and debugging:
-Enhanced to frame work:
-Defect reporting:
| Is This Answer Correct ? | 3 Yes | 0 No |
how qtp handles customised object
what are inputs for automation?
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 the difference between keyword view and expert view?
Explain the difference between call to action and copy action?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
Hi, Can any body please tell me how to create framework in qtp & where i can get some material to learn about it. regards, rahulT
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
.qfl extension for which file? where vl use it
What do you mean by checkpoints in qtp?
hi all i have qtp 9.0, Active screen is not working means after recording script snap shots not displayed in Active screen window. i have all ready check all setting means Tool...>option...>Active screen...>Default Level button is disabled. Is there other setting is remain to set Pls help i m new for qtp