what is check point?
Answers were Sorted based on User's Feedback
Check point is a verification point. It will capture the
expected value in pre execution and capture actual value
while execution. Then compare actual value with expected
value and send results accordingly to qtp results.
Regards,
mahi.kotike@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kamal pratap singh
A checkpoint is where all committed transactions are written
to the redo/audit logs, so puts a checkpoint in the
transaction log every. The DBA determine the frequency of
the checkpoints based on volume of transactions. Too
frequent checkpoints affect performance. Checkpoints that
are too long in between will cause a longer mean time to
recovery because more logs will have to be applied.
And check the run-time configuration options
CHECKPOINT_SEGMENTS and CHECKPOINT_TIMEOUT.
The CHECKPOINT command forces an immediate checkpoint when
the command is issued, without waiting for a scheduled
checkpoint.
A checkpoint is a point in the transaction log sequence at
which all data files have been updated to reflect the
information in the log.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hey friends i m facing a problem when i m running my script in qtp it waits for about 5-10 secs before starting execution why it is so can any one solve my problem .Previously it was running fine
Explain building blocks of the bpt framework ?
What is QTP testing process?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
In QTP, Give the difference of Global sheet and Local sheet in datatable?
There is a name "AJAY" how do u count no.of. "A" in that name ?
what is action in QTP?
Can we check environment variable value without existing of environment variable
after initiating one project for testing, when exacltly QTP tester role starts?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
How you perform smoke and sanity testing using qtp?