write testcase for sql table? this is the question asked by
interviewer?
Answer Posted / 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 |
Post New Answer View All Answers
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the format of a requirement traceability
How to write email id in world wide web
Write a test case for telephone?
How would you do " Keeping two folders in sync testing"
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
What is test environment? Elaborate with example.
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
what is the test plan for ms-word
Do you write test plan and test case?
Pls tell me test cases for pepper grinder
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.