Pdhanda
Newbie
Reged: 03/06/12
Posts: 9
|
|
hi, I want to create 5000 manual functional test case. My team will work on different interfaces to create the manual functional test cases. how can i assure that there is no redundancy in 5000 test cases created?? Please help...
|
Walen
Super Member
Reged: 05/09/01
Posts: 1254
|
|
Redundancy in what way?
I'm not certain what it is that you mean by this question. A couple of thoughts - Can you explain your context a bit?
Saying you "want to create 5000 manual functional test case (sic)" sounds a bit like an exercise in theory, or maybe an exam question or classroom exercise. Does the number of test cases matter? What if you were creating 50 test cases? How would you be sure there was no redundancy then?
-------------------- P. Walen
My Blog: http://rhythmoftesting.blogspot.com/
|
mbalajiwale
Member
Reged: 07/29/11
Posts: 60
|
|
Hi Pdhanda,
Well not sure if I understood your question clearly...what I understood is...you need to create n number of test cases...you have team of say 4-5 people and you want to make sure that the test cases are not repeated among them. If this is correct then...there could be 2 ways to handle this- 1. Divide the modules among your team members. Say if you have a web site to test and it has got say 10 screens then divide 2 screens to each team member and keep a track of it.
2. Divide the features among your team members. Say to 1 team member can write test cases for login pages, 1 can for exports etc.
In both cases you need to keep a track of which team member is working on what. And also their deliverable should be reviewed regularly in order to avoid any confusion, repetition and skipping anything. In such cases skipping any test case or features cause major damage than repeating anything.
Please let me know if this does not answer your question and I have miss-understood it.
-------------------- _____________________
Regards,
mbalajiwale
|
Pdhanda
Newbie
Reged: 03/06/12
Posts: 9
|
|
Thanks this is what i was looking for... If you have any other suggestion then please let me know. My main intention end of the day is to avoid redundancy in the test cases. And also how is it possible to keep a track when large functional team is involved??
Edited by Pdhanda (03/29/12 12:04 AM)
|
ross3123
Newbie
Reged: 12/10/09
Posts: 3
|
|
Sometimes ,the same problem puzzled me too
|
Pdhanda
Newbie
Reged: 03/06/12
Posts: 9
|
|
ok thanks a lot... Is there any one who can help me with this problem. Thanks in advance...
Edited by Pdhanda (04/02/12 10:06 PM)
|
SanketVaidya
Member
Reged: 09/09/08
Posts: 360
|
|
Can you pl. let us know how you came up with the no. 5000?
IMO the count of the testcases doesn't matter. what matters is the test cases coverage of requirements. It doesn't matter whether you cover your requirements with 50 test cases or hundred test cases.
-------------------- Best Regards,
Sanket Vaidya
See my tool Om for field testing at http://sourceforge.net/p/omfortesting/home/description/
|
ThibaultD
Newbie
Reged: 05/11/12
Posts: 1
|
|
In our case we write requirements first and then we give each test-case writer a list of requirement to cover.
I was wondering if anyone has seen a open source test tool that covers the requirement assignment with adapted report ?
Regards, Thibault D
|
SACHIN007
Junior Member
Reged: 01/04/05
Posts: 84
Loc: India
|
|
Quote:
Thanks this is what i was looking for... My main intention end of the day is to avoid redundancy in the test cases.
I would suggest following points. 1.Identify and Separate the Areas / Modules on which testing is expected. 2.Identify the common test cases / steps which are common to application. 3.Instead of writing detailed test cases first create high level draft. During review you can identify the duplicate test case. Once this activity is done further test case can be detailed to steps.
-------------------- Sachin
|
yagsy
Active Member
Reged: 11/26/01
Posts: 917
Loc: Greater Boston Area finally
|
|
Covering requirements is one way to avoid redundancy.
I am curious, as someone who is obviously leading the development of tests and assigning test case writing, what experience do you have in writing test cases yourself? I would imagine you would know how to resolve this exercise.
-------------------- Going out of your comfort zone requires failure. True genius is measured by your recovery.
...Jean Ann
www.perfectpitchmarketinginc.com
http://on.fb.me/PPM100
www.projectrealms.com/
|
Mathieu1
Newbie
Reged: 05/25/12
Posts: 10
|
|
Quote:
In our case we write requirements first and then we give each test-case writer a list of requirement to cover.
I was wondering if anyone has seen a open source test tool that covers the requirement assignment with adapted report ?
Regards, Thibault D
After Salomé i am using now Squash TMit seems to be a good alternativ to salomé and testlink.
The report management on this tool will be updated for the next version in a few weeks.
|