what are the challenges do we face while testing webbased
applcations using the automation tool QTP or any?
Answer Posted / paayal
One of the challenges user face with QTP web based
applicatons is 'Working with Dynamic Objects'. If we have
dynamic objects on screen which can be part of a table or
otherwise as well. Descriptive programming is the only way
to work with these kind of objects in QTP.
Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
how to disable the pop ups through QTP using a script
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
what is the difference between IE & Netscape in web testing on a log in page
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
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 you can find the absolute value of the number in qtp?
what frame work you are following?
how to prepared for first for the first interview?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
how did u use automating testing tools in ur job?
What is QTP scenario.
What are the technologies supported by qtp?
hi, FOR 3+ QTP INTERVIEW, FOR EXAMPLE WE PUT ONLINE BANKING SYSTEM PROJECT IN OUR RESUME, IN PROJECT MANAGER ROUND...WHAT R THE MAJOR QUESTIONS ARE ASKED IN P.M? PLS TELL ME ATLEAST 10 QUESTIONS?.....AND IF POSSIBLE POST ANSWERS ALSO....
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.