how to testba storedprocedure?
There are two ways to test a stored procedure.
1)Black box testing: The Result Set should be checked if the
desired output is returned by SQL command.
2)Performance Testing: Stored Procedures are created to
avoid compiling it again and again. hence, testing should be
done to check if stored procedures are reducing CPU load and
network traffic.
| Is This Answer Correct ? | 4 Yes | 0 No |
how can we write test cases with help of functional spec? is it not appropriate to write by using the application?
What is component testing?
Explain the unit testing?
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Please let me know how to write a test case for Pen and washing machine.
What is the difference between Test Input and Test Data??
i want to write the test cases for sorting the records in a table according to date wise.this is the functionality ,that is the latest record should come on the top can any one tell me the test cases for this thanks in advance:)
What are test cases for Car Locking System?
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
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?
Who will take care of test cases and test plan?