what is the difference between Table checkpoint and
Database checkpoint in QTP
Answers were Sorted based on User's Feedback
Answer / sreeprasad
-Table checkpoint lets u verify the table values in the
front end where as database checkpoint lets u verify the
table values in the back end. For database checkpoint u
should create the data source to get connected to the back
end data base via driver. Table checkpoint simply captures
the table values in the user interface.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / satyanarayana.a
Table checkpoint is used to check the contents of a
webtable.
Database checkpoint is used to check the contents of a
database using sql queries
| Is This Answer Correct ? | 8 Yes | 3 No |
how we connect 1. qtp9.2 to the quality center9.0? 2. Load runner8.0 to the quality center9.0
how to merge object repositories in qtp for n different applications
How do you configure QTP AND Test director?
WHAT IS THE FUNCTION (HOW TO DO) THE BATCH TESTING IN TEST DIRECTOR USING MANUAL TESTING PROCEDURE?
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
Could you please explain me about QTP framework.
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?
hi is there any chance to change encoding the password
Which object model ur used in ur project
What is the qtp testing process?
1. In build1 there is a page with two check boxes and a submit button. You have prepared a script for that page and its working fine. In Build 2 the developers have added two checkboxes in the page. Will the script prepared for Build 1 work for Build 2 or not. If yes, why and if No, why. Remember the developers have not touched the object properties of the textboxes in the page.