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 Unit testing stage in SDLC within the Testing Issues forums, part of the Software Testing category; In SDLC at which stage we've to do unit testing? Is it correct to write test cases at Design time itself or only after development phase we've to write test ...
|
|||||||
|
|||
|
Unit testing stage in SDLC
In SDLC at which stage we've to do unit testing? Is it correct to write test cases at Design time itself or only after development phase we've to write test cases?
|
| Sponsored Links |
|
|||
|
Re: Unit testing stage in SDLC
Hi,
as per v model, testcase creation begins right at requirement gathering stage itself. We map our testcase creation to each phase accordingly. For instance - - user acceptance testcases are based on srs. - system testing cases are based on frs - integration testing cases are based on high level design documents - unit testcases are based on low level design documents. In short it states creating unit testcases would actually commence from design stage. Also Testing starts parallely along with Designing and not at completion of coding phase. Once coding phase is complete, we can begin actual execution. Cheers...
__________________
Regards, V.Umesh Krishnan QA Consultant |
|
|||
|
Re: Unit testing stage in SDLC
Hi Shumi,
In SDLC the testing activities will start after the Requirement gathering. Creating Test plan, identification of test scenarios, writing of test cases will happen simulatenously while the application is in Design and Development phase. Execution of Test cases will only happen after the code part is done and deployed for testing. Unit testing will happen at the Development side. The testing is done once the code is done and before released for System Testing. Test Cases should be written during the Design time only and after the development phase we have to execute the test cases written. Regards, Ganesan |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SDLC process | Rashmachittiappa | Testing Issues | 5 | 11-27-2007 03:57 AM |
| Testing Time in SDLC | Geek_Guest | Testing Issues | 2 | 09-03-2007 09:04 AM |
| How unit testing is done | Geek_Guest | Testing Issues | 3 | 03-01-2007 02:03 AM |
| Perform Cube unit testing | Lokesh M | Data Warehousing | 0 | 12-14-2006 05:35 AM |
| Unit Testing | Lokesh M | Testing Issues | 7 | 12-08-2006 10:22 AM |