what is database check point, how will you parameterize the
database from seperate data table?
Answers were Sorted based on User's Feedback
Answer / aniketa
checkpoint is entry in the log. a checkpoint record is
wrtten in the to the log at that point when the system
writes out to the database on disk all DBMS. recovery
manager decides at what intervals a checkpoint should be
made.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / abhiram patil
A database check point is a condition that we give in query
to find perticular record(e.g. select * from emp where
empid=1024)here empid=1024 is database check point
| Is This Answer Correct ? | 1 Yes | 14 No |
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
how will you load the test cases in ddt?
What is diff betwee datatable.importsheet "path" and datatable.import
how to load all resource files(function libraries,object repositories etc) into tests without associating them?
Explain about Standard output value, Text output value, database o/p value, Xml O/p value, Xm o/p Value
Differences between text and test area checkpoints?
can u put checpoints for moving images
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
How to test menu options using qtp
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
write vb script code to delete the duplicate values in an array.
How to run a test using quicktest professional (qtp)?