Dear All,
Kinldy let me know how we can categorize functional testcases. Is there any standard method to be followed in IT industry.
Dear All,
Kinldy let me know how we can categorize functional testcases. Is there any standard method to be followed in IT industry.
Mainly two category are,
Positive test cases and negative test cases.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
Thanks for the reply.
one more question please
Can we categorize Positive 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.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
What is ECP and BVA? Please elaborate them
Equivalence class partitioning (ecp) boundary value analysis (bva)
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
can we catgorize testcases into complex and simple functionality?
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.
Last edited by jainbrijesh; 05-16-2007 at 05:49 AM.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
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.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
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
Hi there,
Maybe different user roles and privileges can be defined as categorization of Functional Testcases.
thx
Last edited by jainbrijesh; 06-20-2007 at 12:48 AM.
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji
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.