Describe to me the Software Development Life Cycle as you
would define it.
Answers were Sorted based on User's Feedback
SDLC is divided into 6 stages
1. Information Gathering
2. Requirement Analysis
3. Design
4. Coding
5. Testing
6. Maintainence
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / raghu ram
actually S.D.L.C contains six phases.It explains how
software application is developed and also explains what
are the roles involved
1.Intial phase
2.analysis phase
3.design phase
4.coding phase
5.Testing phase
6.delivery and maintainance
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / indira varma
sdlc is nothing but s/w development life cycle
it contains 6 phases each phase has
roles,responsibilities,doc and standards
1.intial phase:
role : BA
responsibilities:he try to get all REQ FROM THE customer
doc: frs(functional requirement spec)
standards: as per the company standards.
2.analysis phases :
role : sa (system analyst)
responsibilities: analyze the req,
create tentative project plan,
system specifications,
technology selection.
doc: srs(system requirement spec)
standards : as per the company standards
design phase :
to types of designs is there
1 high level design
2 low level design
role:
hldc is done by the pm.
lld is done by the tl
doc: tdd(technical design doc)
coding phase :
role : developer develops the code
standards: as per the coding standard es
doc : source code doc
testing phase:
-> study of frs,
-> getting knowledge once we get 100% functional knowledge
-> start writing test cases
-> once application is ready for testing
-> execute the test cases
-> test cases who have failed res are consider as defects
->send back to the developer for the fixation of defects
-> tester again check the defects are really fixed or not
-> this process is going on up to application is defect free
doc: defect profile doc, test case doc
last phase is delivery and maintain c phase:
application is delver to the client as per the agreement
previously made we provide maitance
doc: deployment doc,
user manual ,
s/w release note.
certification doc,
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / raghu ram
The SDLC is divided into 6 stages
1)intialphase or requirement phase
2)analysis phase
3)design phase
4)coding phase
5)devolopment phase
6)deployment and maintainence phase
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / venu kumar
1)Initialisation the process of the project size,scope
outlay,Plan
2)Requirement-gathering requirements
3)Design Phase- Automation business process SW/HW
4)Code Phase-Development phase of the application
functionality
5) Integration: Automation of Business process through
system
6) Implementation and support
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rubi
like creatures having definite life cycle software also has
a definite life cycle. It has six phases
* requirement
* design
* coding
* testing
* implementation
* maintanence
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / koshy
1. Feasibility study
2. requirement Analysis
3. Design
. Prototyping
. Implementing
. Validation
. Testing
. Operation
| Is This Answer Correct ? | 1 Yes | 0 No |
how we test the login page using jwebunit test case...
If there are 3 modules what would be test for that three modules but that 3 modules are not developed or what are the test case for that 3 modules
How you test IP address
What is port testing ?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
how to write system test cases for a pen
How many test cases u will write for Adhoc testing? How many test cases u will write for Alpha testing? How many test cases u will write for Beta testing? How many test cases u will write for Release candidate testing? How many test cases u will write for Product release testing? How many test cases u will write for Functional testing? How many test cases u will write for Non-Functional testing? How many test cases u will write for Integration testing? How many test cases u will write for System testing? How many test cases u will write for Component testing? How many test cases u will write for Release testing? How many test cases u will write for Load testing? How many test cases u will write for Stress testing? How many test cases u will write for Black box testing? How many test cases u will write for White Box testing? How many test cases u will write for Performance testing? How many test cases u will write for Automation testing? How many test cases u will write for Compatibility testing? How many test cases u will write for Regression testing? How many test cases u will write for Endurance testing? How many test cases u will write for System Integration testing? How many test cases u will write for Boundary value testing? How many test cases u will write for Usability testing? How many test cases u will write for Walk through testing? How many test cases u will write for Sanity testing? How many test cases u will write for Smoke testing? How many test cases u will write for Installation testing? How many test cases u will write for Soak testing? How many test cases u will write for Volume testing? How many test cases u will write for Security testing? Write test cases for Multi path testing? How many test cases u will write for Multi path testing? Write test cases for Dynamic Capacity Expansion (DCE)? Write test cases for Dynamic Volume Expansion (DVE)? Write test cases for Dynamic Raid Expansion (DRM)? Write test cases for Drive failure? Write test cases for Controller Failover? Write test cases for Cable pull? Write test cases for RAID Controller?
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF
how many test cases do u need to ship a product?
150 integration testing scenarios for gmail
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
What is STATEMENT COVERAGE testing