What is the clear meaning of test case, levels in test
case ? contents of test case
Answers were Sorted based on User's Feedback
Answer / swati
What is a test case?
“A test case has components that describes an input, action
or event and an expected response, to determine if a
feature of an application is working correctly.” Definition
by Glossary
There are levels in which each test case will fall in order
to avoid duplication efforts.
Level 1: In this level you will write the basic test cases
from the available specification and user documentation.
Level 2: This is the practical stage in which writing test
cases depend on actual functional and system flow of the
application.
Level 3: This is the stage in which you will group some
test cases and write a test procedure. Test procedure is
nothing but a group of small test cases maximum of 10.
Level 4: Automation of the project. This will minimize
human interaction with system and thus QA can focus on
current updated functionalities to test rather than
remaining busy with regression testing.
So you can observe a systematic growth from no testable
item to a Automation suit.
Why we write test cases?
The basic objective of writing test cases is to validate
the testing coverage of the application. If you are working
in any CMMi company then you will strictly follow test
cases standards. So writing test cases brings some sort of
standardization and minimizes the ad-hoc approach in
testing.
How to write test cases?
Here is a simple test case format
Fields in test cases:
Test case id:
Unit to test: What to be verified?
Assumptions:
Test data: Variables and their values
Steps to be executed:
Expected result:
Actual result:
Pass/Fail:
Comments:
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mahesh
test case is the ideas of a test engineer.first we need to
write the ideas how to test the application on a predefined
template called testcase.
test cases should follow some guidelines
1.it must be a positive action
2.it should be simple
3.it should be clearely understandable
4.there should be a chance of finding the defect
| Is This Answer Correct ? | 0 Yes | 0 No |
i have 3 years of manual testing, i have 1 year of exp in banking domain project, if i am attending any interview what kind of question i will get?
What is difference between cmmi and cmm levels?
What are the properties of a good requirement?
How u write the test cases after studing the RSD and FSD
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
what do you test in compatability for client server and web application? ?
why do testing are divided into stages primarily becoz: 1)different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Please do answer its urgent
how you will write test case for integration testing give me example
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
how do you know the testcases writing completed
What did you include in a test plan?
What is the type of the testing to check the availability of a website 24 * 7?