write testcase for sql table? this is the question asked by
interviewer?
Answers were Sorted based on User's Feedback
Answer / ravi
The Question is not clear.what is write testcase for SQL
table?..for which table...what are the fields in the
table..?Before writting we should be clear about the
requirements...
| Is This Answer Correct ? | 27 Yes | 0 No |
Answer / nag
verify to create the table
verify to create the constraints
verify to create the char, varchar2, number......
verify to insert the data into table
verify to update the data into table
verify to delete the data into table
verify to select the data into table
verify to sort the data into table
.
.
.
.
Nag
9989093551
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / pradyumna
I think the answer will be
1- write the query to create the table.
2-insert the values into the table.
3-retrive the values from that table
If i m wrong then posty the correct answer
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / narayan
column definitions
data ranges for values
referential integrity - primary / foreign keys
| Is This Answer Correct ? | 1 Yes | 2 No |
Write test cases for orkut?
can anyone please send me the sample testcases on how to write it into the testtemplates
What is the difference between System testing and System Integration testing?
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
Explain the concept of semi-random test cases?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
explain end to end scenario's for online Money transfer in Banking Domain?
What are semi-random test cases?
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
HI i'm Ramu new join as manual tester plz send me test cases for web application testing i need basic idea's
Explain the functional testing?