What is software development Life Cycle (SDLC)? where
exactly the Testing activity begin in SDLC?
Answers were Sorted based on User's Feedback
Answer / deepthi
It is the steps followed to develop the application or
software.
Steps are
1. Requirement Analysis
2. Design
3. coding
4.Testing
5.Implementation
6.Maintanance
Testing activity starts from the initial stade ie. From
requirement analysis
| Is This Answer Correct ? | 39 Yes | 10 No |
Answer / arif
SDLC is a framework for understanding and developing
information and software succesfully.
| Is This Answer Correct ? | 31 Yes | 13 No |
Answer / arif
SDLC is a framework for understanding and developing
information and software succesfully.
Testing activity begins right from the requirement analysis
phase.
| Is This Answer Correct ? | 27 Yes | 12 No |
Answer / manoj kumar
SDLC is process use to develop a s/w product from its
initial conception to its public release .There are
following phase
1. Requirement Analysis
2. Design
3. coding
4.Testing
5.Implementation
6.Maintenance
S/w testing is start from the req.phase and also say that
when the Requirement is approval by the customer and Test
plan is prepare by Test Lead the start the testing
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / shankar patnaik
software development life cycle is a process that is
followed to develop a system/application. The software
development life cycle consists of the following six stages:
1. requirement phase
2. analysis phase
3. design phase
4. coding / development phase
5. testing phase
6. delivery & maintenance phase
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sangeeta bagrecha
sdLc is a disciplined and systematic approach that divides
the software devlopment process into various phases,such as
requirement analysis, design,and coding.the face-wise
development process helps you track schedule,cost, &
quality of the software projects.
The testing process starts with a test plan that recognizes
test related activities,such as test case genration,testing
criteria,& resource allocation for testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sakshi kulkarni
software development life cycle is a process in various
phases. such as requirment, analysis, disgning, coding,
testing & maintenance. follow this step develope will u
help, cost and maintain the quality of the software.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / moro
requirement
design
coding
testing
implementation
and
maintenace
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / shintu
SDLC represents the process by which a software system is defined, delivered and maintained through its life. The major phases are:
1)REQUIREMENTS
2)DESIGN
3)CODING
4)TESTING
5)IMPLEMENTATION
6)MAINTENANCE
Thanks
shintu
(shintukvs@gmail.com)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / manoj k sharma
SDLC - The overall process of developing information
system through a multi-step process from investigation of
initial requirements through analysis, design,
implementation and maintenance.
Thank YOU
Manoj K Sharma
| Is This Answer Correct ? | 1 Yes | 4 No |
what is agile testing?
As a testing engineer what to do if same defect is occured again in the software??
on what basis a tester writes test cases,i mean is it only based on FS and if so how can they know that a certain no of test cases can be written even b4 they write the test cases.bcoz a test plan contains how many test cases to be written by each tester.
What is Web architecture that are followed while doing online project and tell the samples of architecture?
Testing Methodologies
what is usecase? tell me the attribute of usecase?
Test case for Google home page
Suppose you testing Calculator application and you got problems like 1/1=2, 2/2=1, 3/3=6, 4/4=1, 5/5=10. Now how will you describe the bug title as well as give the bug description.
define metrics? give me a brief detail about it?
What is open issue?please explain in detail?
what is the proper definition of Slippage Ratio? Thanks in Advance. Regards, M.MurthySharma.
What is a Bug Report?