What is the clear meaning of test case, levels in test
case ? contents of test case

Answers were Sorted based on User's Feedback



What is the clear meaning of test case, levels in test case ? contents of test case..

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

What is the clear meaning of test case, levels in test case ? contents of test case..

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

Post New Answer

More Manual Testing Interview Questions

what is the difference between reporting and testing? which one is good to choose as a carrer?

2 Answers  


If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?

0 Answers  


Hi Friends, I am going to give Foundation Level Testing Exam from ISTQB, I need its dumps and study material. Please help me if any one has. Thanks in Advance

2 Answers   CMC,


What is Memory Leak? How to test "Memory Leak" problem in an application manually?

2 Answers   HCL,


Can anybody help i put the pharma and bank project in my resume, but i dont know what to tell about them, any body tell the where can i get the information about them,what i need to tell about these applications,please help me

0 Answers  






Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security

2 Answers   IonIdea,


can automation testing replace manual testing?it it so,how?

4 Answers  


need answer interviewer will ask me about all project which i mention in resume or presently i'm working??please reply tomorrow is my interview

0 Answers  


Test case for Google home page

2 Answers  


Adobe puzzles: . . . . . . . . . connect all these dots using 4 continuous lines.one clue u can extend the line after the points also. 2.one basket contains apples,second basket contains oranges and third basket contains apples and oranges the labels are wrongly mentioned.pick one fruit from one of these basket and find which basket contain which fruits.

2 Answers   Adobe, TCS,


How do you do Data Base Testing?

12 Answers  


say me 5 advantage of manaul over automation?

9 Answers  


Categories