Geeks Talk

Prepare for your Next Interview




Categorization of Functional Testcases

This is a discussion on Categorization of Functional Testcases within the Test Cases forums, part of the Software Testing category; Dear All, Kinldy let me know how we can categorize functional testcases. Is there any standard method to be followed in IT industry....


Go Back   Geeks Talk > Software Testing > Test Cases

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-12-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Thumbs up Categorization of Functional Testcases

Dear All,

Kinldy let me know how we can categorize functional testcases. Is there any standard method to be followed in IT industry.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-12-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Categorization of Functional Testcases

Mainly two category are,

Positive test cases and negative test cases.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #3 (permalink)  
Old 05-12-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Re: Categorization of Functional Testcases

Thanks for the reply.
one more question please
Can we categorize Positive testcases?
Reply With Quote
  #4 (permalink)  
Old 05-12-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Categorization of Functional Testcases

See we write test cases using ECP, BVA and cause and effect graph.

If you want to categorize on the basis of these, then you can, otherwise, I have never heard about it.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #5 (permalink)  
Old 05-12-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Re: Categorization of Functional Testcases

What is ECP and BVA? Please elaborate them
Reply With Quote
  #6 (permalink)  
Old 05-12-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Categorization of Functional Testcases

Equivalence class partitioning (ecp) boundary value analysis (bva)
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #7 (permalink)  
Old 05-12-2007
Junior Member
 
Join Date: May 2007
Location: Hyderabad
Posts: 6
Thanks: 0
Thanked 1 Time in 1 Post
satishlingala is on a distinguished road
Re: Categorization of Functional Testcases

can we catgorize testcases into complex and simple functionality?
Reply With Quote
  #8 (permalink)  
Old 05-12-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Categorization of Functional Testcases

We can categorize them according to scenario, but never heard about categorize test cases into complex and simple functionality?
A good test case should neither too simple nor too complex.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com

Last edited by jainbrijesh : 05-16-2007 at 06:49 AM.
Reply With Quote
  #9 (permalink)  
Old 05-16-2007
Junior Member
 
Join Date: Mar 2007
Location: Pune
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
akbhar is on a distinguished road
Re: Categorization of Functional Testcases

we can catagorize functional test cases on the basis of priority. what is the module meant to do should be at first and then later the less priority test cases. for that u need to know all functionalities of the module.
Reply With Quote
  #10 (permalink)  
Old 05-16-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Re: Categorization of Functional Testcases

Quote:
Originally Posted by akbhar View Post
we can catagorize functional test cases on the basis of priority. what is the module meant to do should be at first and then later the less priority test cases. for that u need to know all functionalities of the module.
See akbhar,

The way you are telling is not categorizing of test cases.This is the sorting of test cases according to a particular condition, which is in built facility of bug tracking tool.
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com
Reply With Quote
  #11 (permalink)  
Old 05-17-2007
Junior Member
 
Join Date: Apr 2007
Location: Orissa
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
sreeom is on a distinguished road
Re: Categorization of Functional Testcases

Quote:
Originally Posted by satishlingala View Post
Dear All,

Kinldy let me know how we can categorize functional testcases. Is there any standard method to be followed in IT industry.
generally we are writing test cases using this technic


1. User interface
2. useability
3. validity
4. functionality

After each fags we r using
1. BVA(boundary value analysis)
2. Equivalent partition (ECP)
3. Error gassing
4. Cause Effect Drafting

using this tacking we r writing the test cases.


Thanks
Anil
Reply With Quote
The Following 2 Users Say Thank You to sreeom For This Useful Post:
  #12 (permalink)  
Old 06-12-2007
Junior Member
 
Join Date: Jun 2007
Location: Bristol
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
rossma is on a distinguished road
Re: Categorization of Functional Testcases

Hi there,

Maybe different user roles and privileges can be defined as categorization of Functional Testcases.

thx
Reply With Quote
  #13 (permalink)  
Old 06-20-2007
Moderator
 
Join Date: Sep 2006
Location: Delhi (India)
Posts: 866
Thanks: 12
Thanked 81 Times in 65 Posts
jainbrijesh is on a distinguished road
Quote:
Originally Posted by sreeom View Post
generally we are writing test cases using this technic


1. User interface
2. useability
3. validity
4. functionality

After each fags we r using
1. BVA(boundary value analysis)
2. Equivalent partition (ECP)
3. Error gassing
4. Cause Effect Drafting

using this tacking we r writing the test cases.


Thanks
Anil
I think question is not how we write test cases, question is how we categorize them?

Quote:
Originally Posted by rossma View Post
Hi there,

Maybe different user roles and privileges can be defined as categorization of Functional Testcases.

thx
I am not getting your answer will you explain it a little bit more...?
__________________
Brijesh Jain
brijesh.tester@yahoo.co.in
http://softwaretestingexpertise.blogspot.com

Last edited by jainbrijesh : 06-20-2007 at 01:48 AM.
Reply With Quote
  #14 (permalink)  
Old 07-20-2007
Expert Member
 
Join Date: Jul 2007
Location: Kolkata
Posts: 110
Thanks: 6
Thanked 8 Times in 8 Posts
animesh.chatterjee is on a distinguished road
Re: Categorization of Functional Testcases

Thanks anil the modified version is :

1. User interface
2. useability
3. validity of flow
4. functionality
5.Field level validation

After each fags we r using
1. BVA(boundary value analysis)
2. Equivalent partition (ECP)
3. Error gassing
4. Cause Effect Drafting

using this tacking we r writing the test cases.
Reply With Quote
  #15 (permalink)  
Old 07-23-2007
Junior Member
 
Join Date: May 2007
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
hemalathas is on a distinguished road
Re: Categorization of Functional Testcases

Quote:
Originally Posted by jainbrijesh View Post
See we write test cases using ECP, BVA and cause and effect graph.

If you want to categorize on the basis of these, then you can, otherwise, I have never heard about it.
Can u please explain me how to write test cases using cause and effect graph . i know BVA and ECP...........
Reply With Quote
Reply

  Geeks Talk > Software Testing > Test Cases


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Export 'All testcases at a time' from Mercury Quality Center Geek_Guest Quality Center 5 09-23-2008 04:36 PM
How to write testcases for n factorial. yammy Test Cases 10 12-10-2007 06:29 AM
Distinguishing mixed testcases JobHelper Test Cases 4 10-29-2007 06:32 AM
How RTM is maintained when we write the negative testcases Geek_Guest Test Cases 3 06-04-2007 08:19 AM
Browse Button Testcases bharathi_ark Test Cases 1 12-16-2006 07:07 AM


All times are GMT -4. The time now is 01:24 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved