ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
what are different types of test cases?.
 Question Submitted By :: Karimireddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what are different types of test cases?.
Answer
# 1
three types
 
Is This Answer Correct ?    8 Yes 6 No
Ramakrishna
 
  Re: what are different types of test cases?.
Answer
# 2
1. UI
2. USABLITY
3.VALIDATION
4. FUNCTIONALITY
 
Is This Answer Correct ?    5 Yes 7 No
Guru
 
 
 
  Re: what are different types of test cases?.
Answer
# 3
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
 
Is This Answer Correct ?    10 Yes 5 No
Rajendra Prasad Reddy Penumall
 
  Re: what are different types of test cases?.
Answer
# 4
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
 
Is This Answer Correct ?    9 Yes 5 No
Pradeep
 
  Re: what are different types of test cases?.
Answer
# 5
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.
 
Is This Answer Correct ?    9 Yes 5 No
Mike Patrick
 
  Re: what are different types of test cases?.
Answer
# 6
1.user interface
2.usability
3.validation
4.functionality
5.performance
6.intigration
7.database testing
8.security
9.user acceptence
10.unit
11.positive
12.negetive
13.destructive etc.....
 
Is This Answer Correct ?    11 Yes 4 No
Bhanu
 
  Re: what are different types of test cases?.
Answer
# 7
There are only 3 types of Test Cases as,
1 Unit Test Case
2 Functional Test Cases
3 Accepatance Test Cases
 
Is This Answer Correct ?    2 Yes 7 No
Qa Tester
 
  Re: what are different types of test cases?.
Answer
# 8
There are four types of test cases
1.GUI Test case
2.Usability Test case
3.Functional Test case
4.Validation Test case
 
Is This Answer Correct ?    1 Yes 6 No
Jeevan .t
 
  Re: what are different types of test cases?.
Answer
# 9
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??
 
Is This Answer Correct ?    1 Yes 5 No
M.shalabi
 
  Re: what are different types of test cases?.
Answer
# 10
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.
 
Is This Answer Correct ?    20 Yes 2 No
Abdul.sameer
 
  Re: what are different types of test cases?.
Answer
# 11
3 Type:-
1.+ve Test case
2.-ve Test case
3.Destricative Test case
 
Is This Answer Correct ?    2 Yes 4 No
Mahesh
 
  Re: what are different types of test cases?.
Answer
# 12
1. positive - application working
2. negative - have error massage
3. boundary -limit of valid ragnes
 
Is This Answer Correct ?    4 Yes 6 No
Natasha
 
  Re: what are different types of test cases?.
Answer
# 13
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.
 
Is This Answer Correct ?    4 Yes 1 No
Sadiq
 
  Re: what are different types of test cases?.
Answer
# 14
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.
 
Is This Answer Correct ?    2 Yes 2 No
Venkat369
 
  Re: what are different types of test cases?.
Answer
# 15
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
 
Is This Answer Correct ?    2 Yes 1 No
Ram Mohan Reddy
 
  Re: what are different types of test cases?.
Answer
# 16
Guys,
Google the meaning of test cases and that will give a clear 
understand of types of test cases.

+ positive
-negative
Destricative Test case
 
Is This Answer Correct ?    1 Yes 0 No
Dele
 
  Re: what are different types of test cases?.
Answer
# 17
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
 
Is This Answer Correct ?    1 Yes 0 No
Sasikala
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
write test 5 negative test cases for pen? IBM17
difference b/w test case doc & use case doc?  1
.Why do you go for Test Bed?  2
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)  2
What is the main use of the quality center comparing to the excel sheet? Cognizent3
can anyone please tell me how to test the functional specification? Mastek1
can u please give me any good examples of high priority and low seviarity and vice versa  2
wht are the possible test cases for security testing?both negtive and possitive  1
diff between priorty and severiorty?  5
what is test log..? what it consists? MBT3
When is the best time for system testing  1
What is the difference between defect tracking tool and QC?  9
What are the advantages of Manual Testing?  2
I u dont have SRS doc or dont have any info about product then how will u test it?  3
How do we run the database testing manually  2
what is the template u used for informing clients regarding known issues when u near to release Satyam3
what is the difference between V model and Waterfall model used in SDLC?  6
WHAT IS SECURITY TESTING.HOW TO DO SECURITY TESTING.IS THERE ANY FRAMEWORK AVAILABLE  1
explain VSS IBM6
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. ACS5
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com