Should Tester have to write separate test cases document
for Functional testing, UI testing, Regression Testing,
Stress testing etc....?



Should Tester have to write separate test cases document for Functional testing, UI testing, Regre..

Answer / abdul.sameer

No need to write test case for Regression or stress testing.
it will not be of use.

you will be writing test cases like


1. integration test case
2.Functional Test case
3.Non-Functional Test cases( which include security,
performance and usability)
4.User Acceptance Test cases( end to end scenario).

Validation test case:- Here all the above stated techniques
of test cases fall under validation test cases itself, there
is no seperate test case for validation, when we execute all
the above test cases we can conclude we have done the entire
validation too.

Verificatin test cases:- after writing the entire test cases
there will be some dedicated people who review these test
cases to check whether these test cases written according to
the requirements or not, in such a case it is called
verification test case and when we are executing those test
cases it is called validation test cases.


In a simple way expected results are verification and
actual results are validation.


Integration test case:- here we execute test cases which
just tells about the connectivity from one module to other
module and integrating one application to other application
and how the application moves from parent node to child node
and vice versa.

Functional Test case:- Here we execute test cases which
tells about the functionality of the application and talks
about the desired output to be seen. internally we have
different type of test cases when we write here like range,
output values , BVA, ECP and so on. We give input and expect
some output according to the SRS.Here we check individual
module completely by checking each and every tab , text box,
buttons and so on.

Non-Functional Test case:- Test cases related to User
friendliness like font, image, color, how easy to navigate
etc, performance related, security related comes under here.

User Acceptance test case:- These test cases are cruical and
very important to client side people, because these test
case talks about there business and approach of the
application to complete a particular client task. which is
also called as End-End- Business scenario test case. Here we
won;t be doing testing related to UI, Functional or
Non-Functional, we talk about business and scenario which
the application is made for.


This might give you a small ideas for your question. If you
feel this is right do respond to me and if you feel a change
in it also do respond to me stating your contradiction to
it.. which will be helpful to me also.


Hey this might help you.

when you want to do regression testing if you execute all
the above test cases related to it then it is sufficient .
No need to write further or seperate test case.

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More Manual Testing Interview Questions

difference between web based application and window based application

32 Answers   Akash, Evox, iGate, Intelligrape, Lexicon, Semantic Space, SVICS,


Graph-based testing methods can only be used for object-oriented systems .Is it true. explain

1 Answers  


what is the diffrence between bug, error,defect??

7 Answers   CTS,


What if the software is so buggy it can't really be tested at all?

1 Answers   Crea,


what is meant by Priority nad severity?

11 Answers   HCL, Infosys, Verizon,






Manual Testing: 1.How do we categorize Test cases in Regression Testing? 2.How can u do Performance tESTING? 3.What r the parameters u apply for doing functional testing? 4.what is non-functional testing? 5.if they r more number of test cases how can u pick up a selective test case? 6.what is good requirement& bad requirement? 7.what is functionality testing? 8.how to manage test cases when requirements change? 9.at what phase of project testing starts? 10.diff between test bed n test environment? 11.what did u achieve being a tester? 12.what is pare to analysis? 13.what is testcondition? who prepares it n when it is used? 14.what is show stopper? 15.what is backend testing using sql? 16.diff bet application testing n product testing? 17.what is cause effect graph? 18.how performance testing done manually? 19.what is proto type testing? 20.pre UAT and UAT testing? 21. what is broken link in web testing n how to test it? 22.what is cyclomatic complexity explain with example? 23.what is buddy testing?

2 Answers  


At the time Design of Specification , there is ANY need of QA Team . if Yes Then why ?

3 Answers  


who is releasing the project?PM/TL?

3 Answers  


where do you write the test cases

7 Answers   IBM,


what is real testing & comprehensive testing? plz rly me my qestion

1 Answers  


What is the testing that a tester performs at the end of unit testing?

4 Answers   Mind Tree,


who will prepare the SRS,FRS,BRS, AND When Will they prepare that

4 Answers  


Categories