1.Functionality Test Cases
2.User Interface Test Cases
3.Performence Test Cases
4.Integration Test Cases
5.Usability Test cases
6.Database Testing Test Cases
7.Security Test Cases
8.User Acceptence Test cases
9.Unit test cases....................etc
By
rajendra_penumalli@yahoo.com
or call me:9885162742
I would broadly classify test Cases into 3 categories:
1. Positive test case - system is doing what it suppose to
do
2. Negative Test Case - system is not doing what is it
suppose not to do
3. Destructive Test Case - trying to break the system and
see if it get effected
Positive and Negative Testcases.
Positive Testcase: System is doing what it suppose to do,
it's called positive Testcase.
Negative: System is not doing what it shouldn't suppose to
do that, it's called negative Testcase.
Dears i know that there is 3 kind of the test cases,
i now one of them that called:
1. System Test Cases.
Is there any one can help me with the other test cases??
I have read all the above types of test cases and here is my
answer according to my knowledge
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.
I do agree what Abdul.Sameer has explained. He has explained
very clearly about different stages of test cases.
This should be the best answer I got till now.
Q: what are different types of test cases??
Answer: Two Types 1) Positive ad 2) Negative.
Functional, GUI, Usability etc..they all are types of
testing.
Test Cases are divided into two types
1.GUI Test cases
2.Functional Teat cases
Again Functional Teat cases are divided into two parts
1.Positive Test case
2.Negative Test case
Types of testcases:
1.Functionality Test Cases
2.User Interface Test Cases
3.Performence Test Cases
4.Integration Test Cases
5.Usability Test cases
6.Database Testing Test Cases
7.Security Test Cases
8.User Acceptence Test cases
9.Unit test cases
10.Positive testcases
11.Negative testcases
12.Non Functional testcases
13.Validation testcases
14.Destructive Test Case
15.System testcases
16.Boundary value and Equivalance Class testcases
17.Smoke testcases
18.Compatability testcases
Just now i got a bug in the application.Anyone of u can
clarify me is it a bug or not.
scenario is: 1. if we a check box more than one.
2. click TAB and keep the focus on any check box
not on the last check box
3. Then click (space+tab) at a time
4. then check the changes if we click anywhere
the previous check box is going to be checked and the
application is going to be hanged...........
please answer to this question.If i have reported this to
my developers they are telling that this is a browser
property please confirm this scenario at ur developers and
answer to me please .thanks in advance........
(glamorous)
This is the question related to Traceability Matrix.
Say we have 10 requirements for a project. If one of the
testing team member misses the 9th requirement. Then how can
we justify the Traceability Matrix and what is the further
action to be taken. Please advice.