what is selective recording ? and normal recording?
Answer / guest
Hi,
Normal recording mode is default(selective) mode and we can
record objects in the app.
Regards
AAAA
| Is This Answer Correct ? | 0 Yes | 0 No |
What will be the test script in QTP to test a ComboBox where a user has to select more than two items????
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
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 QTP 8.0 & 9.0?
How many types of object repository in qtp?
how to invoke the web application through script in qtp
Hi all, I am New to QTP . I am Now in critical situtaion. I want to know How to create our own object respository for our application. please say the answer with example.
can i automate java web application using qtp web addin only not using java addin
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT