hello everyone,
can anybody please tell me what are the different recording
modes of QTP, and where these recording modes are present
in QTP 9.2.
Thanks in advance,
Gaytri
Answer Posted / litan
in QTP 3 modes of recording
1-context sensitive mode(object releted operations)
2-analog mode(to record mouse pointer movements)
3-low level recording(we can use this option when tool not
identified d object by above 2 modes)
.........litan........
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is fragmentation and paging?
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 do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
what are the challenges you have faced while testing web based application using the automation tools ?
what is the difference between IE & Netscape in web testing on a log in page
what is run-time data?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Whether qtp 9.0 supports Test director8.0
What is use of object spy?
How to test fly out menu in qtp?
Are Shared ORs read-only?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
What is throw Object?
How may types of defects identify application or your currently working application?pls give me answer..
What is the use of running the scripts in Hidden-mode in UFT?