Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Strategy for building tests based on specs within the Testing Frameworks forums, part of the Software Testing category; I am in the process of building tests from the specs received. Will it be useful by building tests from one line item of specs to next and then tagging ...
|
|||||||
| Testing Frameworks Open Source Software testing tools and scripts. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
I am in the process of building tests from the specs received. Will it be useful by building tests from one line item of specs to next and then tagging them to that line item. We cannot number the test cases based on the specs since the specs might be altered later, and the item 4 would move to item5. Is there an alternate way to point from test cases to specs.
Thanks, Shreya |
| Sponsored Links |
|
|||
|
Re: Strategy for building tests based on specs
I look at the specs and find all the conditional branches (if else or cases) and write a test cases that ensures all the branches are traversed. I also look for loops and check that loops deal with a zero iteration, if possible, a single iteration and many iterations. I then check that all boundary cases are checked with values above and below the boundary.
|
| The Following User Says Thank You to Martie For This Useful Post: | ||
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Not sure in building my career | Geek_Guest | Career Advice | 1 | 10-24-2007 08:02 AM |
| ABAPERS Functional specs | krishe53 | SAP R/3 | 0 | 03-26-2007 08:48 AM |
| Books for Leadership Building | joel | Career Advice | 1 | 09-18-2006 04:03 PM |
| Good Team Building | sripri | Interviews | 1 | 08-31-2006 12:52 PM |
| Resume Building | admin | Resume Help | 0 | 06-10-2006 05:57 PM |