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 to retrieve the property of an object in QTP?
DIFFERENT RUN MODE IN QTP..1-VERIFY MODE 2-UPDATE MODE 3- dEBUG MODE. My question is in whic sitution we use these modes Explain me with example
images are dynamically changes how to compare two images
Explain QTP testing process?
Both static and dynamic arrays are handled by the vb script. Is it true?
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
If there r 1000 test scripts that were written. If a change to any functionality is to be made then how can we know in which script is this functionality existing.
What is QTP?
What is a Web Table?
Could any one explain about the nested actions in QTP? This question is asked by Qualitree and CA
3 Answers CA, Qualtree Solutions,
In a Web appl, on a page, there are student names & details listed.On clicking sort button,details are sorted on Names.How do u verify htat sorting is done by using QTP?