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 |
write script for how to add function library in QTP
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
What is the limitation to XML Checkpoints?
can u expect, major bugs in NET BANKING Project? Modules Transaction Module, Customer Relation Module.
Explain about invoking of application?
how we will use output values in qtp? is there any possibulity by descriptive programming?
Hi all , I am new at QTP I want a sample script to check validation messages(For java script or VB script) for login page with for web based application.. Any one can Help. I have to complete it in two days I need urgent help.. Ex. if I want to check mail.yahoo.com 1 > If user doed not exist it display "Username does not exist" 2> if invalid Uname and password then it display" Invalid Uname or pass" 3> Loing Sucssessfully. I want to check this types of application by using data table to give values of username and password.. Thanks
Am going to QTP testing......but i dont know coding languages like (c,c++,java,etc)and am not having interest in coding .............can i choose testing tools like qtp to learn and get a job in software......please reply me
How to do the Mouse Operations in QTP. How to aacess an Image in a web application to save it on my desktop. To my Knwoledge that can be done by mouse right click on the Image and selecting 'Save the Image'option. Or Is there any alternate way to do this..
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.