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 Difference between SDLC & STLC within the Testing Issues forums, part of the Software Testing category; plz some body provide me pictorial representation of testing life cycle and explanation regards whizen...
|
|||||||
|
|||
|
testing life cycle
plz some body provide me
pictorial representation of testing life cycle and explanation regards whizen |
| The Following User Says Thank You to whizen For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: testing life cycle
Hi,
This link give you discussion on testing life cycle. http://www.sqaforums.com/showflat.ph...38&an=0&page=0 Also go through the file attached.you can see the Pictorial representation of testing life cycle. Regards, Sridevichitthu |
| The Following User Says Thank You to Sridevichitthu For This Useful Post: | ||
|
|||
|
Re: testing life cycle
1.Test Planning : The test plan describes how the Test Strategy is implemented.A project plan for testing. Defines what is to be tested, how it is to be tested what is needed for testing etc..
2.Test Specification:Test preparation, Build test cases, Cross-reference and classify test cases. 3.Test Execution:Test execution check list then we are ready to run the tests. 4.Test Recording:The test itself either passes or fails,we record the test results 5.Checking for Test Completion:Have we fulfilled the Test Exit Criteria? Used to determine when to stop this phase of testing. |
|
|||
|
Re: Testing Life Cycle
1. Requirements stage 2. Test plan 3. Test design. 4. Design reviews 5. Code reviews 6. Test cases preparation. 7. Test execution 8. Test reports. 9. Bugs reporting 10. Reworking on patches. 11. Release to production. ************************** the steps in the testing process are as follows. 1. Requirement analysis - testing should begin in the requirements phase of the software life cycle (sdlc). The actual requirement should be understand clearly with the help of requirement specification documents, functional specification documents, design specification documents, use case documents etc. During the requirement analysis the following should be considered. -are the definitions and descriptions of the required capabilities precise? -is there clear delineation between the system and its environment? -can the requirements be realized in practice? -can the requirements be tested effectively? 2. Test planning - during this phase test strategy, test plan, test bed will be created. A test plan is a systematic approach in testing a system or software. The plan should identify: -which aspects of the system should be tested? -criteria for success. -the methods and techniques to be used. -personnel responsible for the testing. -different test phase and test methodologies -manual and automation testing -defect mgmt, configuration mgmt, risk mgmt. Etc -evaluation & identification – test, defect tracking tools 3. Test environment setup - during this phase the required environment will be setup will be done. The following should also be taken in account. - network connectivity’s -all the software/ tools installation and configuration -coordination with vendors and others 4. Test design - during this phase -test scenarios will be identified. -test cases will be prepared. -test data and test scripts prepared. -test case reviews will be conducted. 5. Test automation in this phase the requirement for the automation will be identified. The tools that are to be used will be identified. Designing framework, scripting, script integration, review and approval will be undertaken in this phase. 6. Test execution and defect tracking testers execute the software based on the plans and tests and report any errors found to the development team. In this phase -test cases will be executed. -test scripts will be tested. -test results will be analyzed. -raised the defects and tracking for its closure. 7. Test reports once testing is completed, testers generate metrics and make final reports on their test effort and whether or not the software tested is ready for release. -test summary reports will be prepared -test metrics and process improvements made -build release -receiving acceptance
Last edited by irinak; 03-29-2007 at 10:54 PM. |
| The Following 2 Users Say Thank You to irinak For This Useful Post: | ||
|
|||
|
Re: Sdlc
SDLC is used for better software development.Manager can see the progress of project and time deadlines can be made when the project will be completed.
__________________
-- Brijesh Jain |
|
|||
|
What are the documents to be prepared during the following phases of SDLC?
and who s preparing those documents during different phases? 1.Requirement phase 2. Design phase 3.Coding 4.Testing 5.Maintainance Last edited by jainbrijesh; 06-06-2007 at 03:11 AM. |
|
|||
|
Re: documents to be prepared during the phases of SDLC?
Hi,
1) Requirement phase - BRS & SRS. 2) Design phase - HLDD and LLDD. 3) Coding - Psudo Docs, Flow Charts, Unit Test Cases Docs & their results. 4) Testing - Strategy, Plan, Test Cases, Results, Defect Report. 5) Maintainence - CCB Strategy & Plan, Impact Analysis Report, Change Status Report. This is as far as I could remember at this moment. There may be more and not all companies may be using all the documents listed above.
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |
| The Following User Says Thank You to sutnarcha For This Useful Post: | ||
|
|||
|
Re: Difference between SDLC & STLC
hi dear,
There is quite fade difference between these two: One is strictly assured for Quality Assurance process and Other comes under Quality Control process. As the name intended SDLC stands for Software Development Life Cycle 1) Requirement Gathering 2)Analysis 3)Design 4)Coding 5)Testing and 6)Maintenance.... STLC: 1)Test Planning 2)Test Development 3)Test Analysis 4)Test Scripting 5)Test Execution 6)Defect Reporting .. Hope i have answered your question appropriately. Please Revert back to me incase of queries.. Freindly PRATAP M |
|
|||
|
Re: Difference between SDLC & STLC
Quote:
Hi, this is rashmi here . well i have a clear idea about SDLC terms what u have mentioned above , could u plz elaborate on STLC terms that is , Test Development , Test Analysis , Test Scripting , Test Execution , Defect Reporting ,..... plz give clear descriptions for the above ... Regards Rashmi ....... |
|
|||
|
Re: Difference between SDLC & STLC
Hi as per my understanding test planning where test plan is prepared by test lead i.e. Introduction,objective,focus,scope,what n what not to test,exit criterias,risks and contingencies etc. Test development preparing all the test related documents for instance clarification document. Test analysis system analyst will analyse the understanding document which is prepared by the tester n gives a clear document. Test scripting writing the test cases in terms of manual testing. Prepare test case documents. Test execution upon execution of the application based on testcases n other scenarios results are seen i.e pass or fail.these test results i.e. Pass/fail/regresss/to test are placed in test report. Results are analysed. Defect reporting based on valid report of test , bugs are tracked n reported as bug. Thanks any one could correct incase if any explaination sounds wrong. Strength is life weakness is death.
|
|
|||
|
Re: Difference between SDLC & STLC
hi,
please refer to this link Software Testing - What is SDLC and STLC and the different phases of both?What is the difference between system testin Thanks Sushma |
|
|||
|
Re: Difference between SDLC & STLC
SDLC is the process prepared and followed by the development team to work on the project in different phases which also includes STLC
STLC is a process followed by the testing team to test the developed project STLC is prepared by the testing team |
|
|||
|
Re: Difference between SDLC & STLC
As my point of u
SDLC is nothing but a Sofrware Development Life Cycle SDLC is prepared at the time of requirement phase when requirements is come STLC is completely in testing phase when UCD and BRS Is developed the STLC Phase is come to picture |
|
|||
|
Re: Difference between SDLC & STLC
SDLC and STLC
Before going into any details. The first point which I want to emphasize is that STLC is a part of SDLC process. The SDLC(Software Development Life Cycle) process goes as follows: 1. Requirement Phase 2. Analysis Phase 3. Design Phase 4. Development Phase 5. Testing Phase 6. Deployment and maintenance phase Now, from the above the 5th phase of SDLC is that of testing phase. This is testing phase as a life cycle which is STLC(Software testing life cycle). Here are different phase of testing life cycle. 1. Test Planning 2. Test Development 3. Test Execution 4. Result Analysis 5. Bug tracking 6. Reporting Regards, Narin Kamuni |
|
|||
|
Re: Testing Life Cycle
Quote:
1. Requirements stage 2. Test plan 3. Test design. 4. Design reviews 5. Code reviews 6. Test cases preparation. 7. Test execution 8. Test reports. 9. Bugs reporting 10. Reworking on patches. 11. Release to production. ************************** the steps in the testing process are as follows. 1. Requirement analysis - testing should begin in the requirements phase of the software life cycle (sdlc). The actual requirement should be understand clearly with the help of requirement specification documents, functional specification documents, design specification documents, use case documents etc. During the requirement analysis the following should be considered. -are the definitions and descriptions of the required capabilities precise? -is there clear delineation between the system and its environment? -can the requirements be realized in practice? -can the requirements be tested effectively? 2. Test planning - during this phase test strategy, test plan, test bed will be created. A test plan is a systematic approach in testing a system or software. The plan should identify: -which aspects of the system should be tested? -criteria for success. -the methods and techniques to be used. -personnel responsible for the testing. -different test phase and test methodologies -manual and automation testing -defect mgmt, configuration mgmt, risk mgmt. Etc -evaluation & identification – test, defect tracking tools 3. Test environment setup - during this phase the required environment will be setup will be done. The following should also be taken in account. - network connectivity’s -all the software/ tools installation and configuration -coordination with vendors and others 4. Test design - during this phase -test scenarios will be identified. -test cases will be prepared. -test data and test scripts prepared. -test case reviews will be conducted. 5. Test automation in this phase the requirement for the automation will be identified. The tools that are to be used will be identified. Designing framework, scripting, script integration, review and approval will be undertaken in this phase. 6. Test execution and defect tracking testers execute the software based on the plans and tests and report any errors found to the development team. In this phase -test cases will be executed. -test scripts will be tested. -test results will be analyzed. -raised the defects and tracking for its closure. 7. Test reports once testing is completed, testers generate metrics and make final reports on their test effort and whether or not the software tested is ready for release. -test summary reports will be prepared -test metrics and process improvements made -build release -receiving acceptance |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SDLC Models | bharathi_ark | Testing Issues | 8 | 3 Weeks Ago 04:59 AM |
| sdlc | kavitha.ramini | Testing Issues | 2 | 01-31-2008 02:27 PM |
| 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 |