what is test case? what it consists? what are the types of
test cases?
Answer Posted / ruhi
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
What is agile testing and why is it important?
1.How can you Pick Integration Test Cases? 2.When will you start Regression Testing? 3.What is the difference between QA & QC? 4.When Will you Exit In Testing? 5.Test Deliverable's 6.What is the difference between windows based appln and web based appln? 7.What are the types of regression testing?
write the test senario on opening door in the flow diagram format
What is the procedure of manual testing?
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
what exactly is heuristic checklist approach for unit testing?
What are some best practices that you should follow when writing test cases?
Explain the difference between alpha testing and beta testing.
List out test deliverables?
Could some one tell me test cases for multi line text boxes like Notes field?
Manual and automation how do they help in bringing out quality product? Explain?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is date driven testing?
when database testing comes into manual tesing