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 |
Explain the functional testing?
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
write testcases to waterbottle?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
Do you write test plan and test case?
What is Defect Seeding? What is Defect Density?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
How to write test case for this scenario. The system shall allow the user to request a search for a case using the following mandatory parameters: Last Name First Name Case creation date range
what is the purpose of writing testcases
Write 5 best test cases for : Blog,Join now(button)(social networking site,community site)
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
What is the role of QA in a development project?