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 |
What is Reusable component is QTP...Anybody can answer it..Thanks in advance...
what type of test cases tou will automate?
unique properties of button,edit box, radio button,check box?
What is log file?How to write log file code?
2 Answers Apps Lab, Value Labs,
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
what area in a web application cannot be automated.
what is the exact testing process in qtp plz explin ?
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
How will you handle the situation when object is not captured during record?
How does you pass optional arguments in qtp?
In QTP I have a parameter in a datatable that is a sentence. I need to take the last word from the sentence and enter it into a field in a web application. How can I setup a parameter to enter in just a portion of the parameter (last word of the sentence) instead of the entire paramater (whole sentence).
How to export data present in Datatable to an ".xls" file?