Answer Posted / naren
An action that can be called multiple times by the test in
which it was created.(local test) as well as by other tests.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Hi ,Can any one pleas explain how to test splash objects using QTP?
How you can find the absolute value of the number in qtp?
How many types of status are there?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
What is the extension of the qtp local repository?
Write a script to verify font style and color of a windows object using descriptive programming
how do i know how to use tools
hou can we use vb script in qtp could u tell me breafly
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
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 are test settings and global settings?
I want to do QTP Certification what is the pattern of Question paper.
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
how to create flat file datasubmission in qtp
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?