What are the different types of Database checkpoints in QTP?
when they are used?
Answer Posted / dinesh
qtp is the operation database its consist of database
management system which console of in sql software it's
refers to the check point of the data base system it's
considiring of coding likes
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
If the objects hierarchy is changing from build to build, then how you will handle that condition?
How will you check that your test cases covered all the requirements?
How does qtp identify gui object?
When Recovery scenario actually starts while testing the application?
What is quicktest professional window?
could any help me please, how to work on visual foxpro application using UFT
Explain step generator in qtp?
What is the differences between image check point and bit map check point?
How will you test a keyboard?
What is ‘object spy’ and what is the function of object spy in qtp?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
What is test object model in quicktest professional (qtp)?
What is the basic concept of quicktest professional?
Mention the test steps of qtp.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.