What is database check points? how many types are there?Explain?
Answers were Sorted based on User's Feedback
Answer / suni reddy
Data base check point is used to check the integrity of
data base i.e rows count ,content and mapping between front
end objects and back end tables are coorectly working or
not?
default
custom
runtime record check
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / winrunner
You can place the Data base check points in three ways..
1. default
2. Custom
3. run time record check point
For the first two check points db_check() function generated
for the Last one db_record_check() function generated..
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sivaprasad, global e-softsys p
1.Default check:rows and columns
2.Custom Check:,rows or coloumns....
3.Runtime check:checking runtime data checking (DVR,CVR)
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chocho
Database check point check the contents of database......
three option is there
1.Default check:check contents
2.Custom Check:check contents,rows,coloumns....
3.Runtime check:checking runtime data checking (DVR,CVR)
Dvr means Data verification on runtime
CVR means corrent verification on runtime
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mandeep kumar
check points are basically of two types Default and custom.
Default is basically used by the syatem for their intrgrity
test and custom checkpoins for user define where user can
check what is status of the transaction on this point.
If the transaction failed then syatem will roll back the
transaction upto this checkpoint.
Is This Answer Correct ? | 1 Yes | 1 No |
is manual testing knowledge is enough for attending interviews
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
The title of the window consists of Date and Time.Tell me the Regular Expression to recognise that window as unique?
What do you verify with the gui checkpoint for single property and what command it generates, explain syntax?
What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
How you integrated your automated scripts from TestDirector?
Which is the default Record Method for Static Text Object?
which testcases do u automate?
What is tsl? What 4gl is it similar too?
i would like to know the steps to write tsl exception and object exception with a simple example
Hi all,Can anybody tell me what does AUT stands for in winrunner,because now only iam learning
What is the disadvantage of loading the GUI maps through start up scripts?