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 |
How do you find out which is the start up file in winrunner?
What is the purpose of the temp GUI map file?
what is the tsl statement for selecting the position of item in list box in winrunner?
can i get apex technologies interview questions in testing
how can you explain your Real Estate Project in front of interviewer..? please step by step......
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
How to to get the information from the status bar without doing any activity/click on the hyperlink?
what r the standard properties r u checking for pushbutton?
what is the diff. Between GUI_unload() and GUI_close()?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
what are the modules present in Winrunner?
what is the use of Step into option provided in WR?