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 |
Can test case contains more than 50 steps in single test case?
int a, int b, int c= (a+b); Write the test cases for c.
How does one write Test Cases?
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
write a testcase for tea cup?
write testcases to waterbottle?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
This question is regarding MC/DC coverage (A and B) or (B and C) or (A and C) ? how many conditions are there in above expression? what are the test cases for statement, decision, condition, MC/DC and multiple condition overage explain in deatil why ?
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
how will we know test cases are written by us are correct