what are the cases in which we use XML and accessibility
check points.
Answer Posted / radhika
For web based applications only we use XML and
acceessibility check points.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Can we run test with out adding object in object repository? How it is possible?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What are main panes available in qtp test browser?
How many types of Automation frameworks are there in UFT? Describe them.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What is test object model in quicktest professional?
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 can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
Have you faced any problems with object repository?
How many types of actions are there in quicktest professional?
How to start recording using quicktest professional (qtp)?
How can you write the scripts that operate on different objects depending on run-time information?
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
What is the difference in testing a client-server application and a web application?