Answer Posted / malini
A test case is a document that describes an input, action,
or event and an expected response, to determine if a
feature of an application is working correctly.
A test case should contain particulars such as test case
identifier, test case name, objective, test
conditions/setup, input data requirements, steps, and
expected results.
there are different methods to design a testcase...
1. equivalence partionioning
2. error guessing
3. boundary value analysis
4. Graph analysis
need to learn these methods first...before writing a tc.
then analyse the functonal spec and the use_case and begin
to write a test case.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How the application is launched to the production environment?
What is the difference between pilot and beta testing?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What is the test case?
what is the difference between Test-bed and test topology?
What are the different types of software testing?
what is traceability matrix and its usefulness
What is a test log?
After insert the record in front-end, how will you check the back end by manually? Please explain?
1.What types of documents would you need for QA, QC, and Testing?
What is software configuration management?
Can you explain steps in function points?
Why we have to do manual testing?
What is the purpose of test strategy?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.