1. what is SDLC and TDLC ?
Answers were Sorted based on User's Feedback
Answer / pravin
SDLC stands for software development life cycle and its
consist of 5 phase.. those are
1)fisibility
2)Analysis
3)Codeing
4)Testing
5)Mantainance
and i think TDCL mean testing development life cycle and
according to my organization its consist of below..
1)Reguirement
2)Test plan
3)Test case
4)Running the test case
5)Filling defect
6)verifying the defect fixes
if any thing wrong then plz inform me..
| Is This Answer Correct ? | 41 Yes | 5 No |
Answer / prathima
SDLC phases:
Requirement capturing
Analysis
Design
Coding
Testing
Maintainance
TDLC phases:
Test Initiation
Test Planning
Test Executing
Test monitoring
Test Controlling
Test Closure
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sushil vishwakarma
Typically - SDLC (Software Development Life cycle) has
following phases and 4-stages:-
1. Requirement analysis -
a)Initiate -
b)Plan -
c)Execute -
d)Close -
2. Design
a)Initiate -
b)Plan -
c)Execute -
d)Close -
3. Coding
a)Initiate -
b)Plan -
c)Execute -
d)Close -
4. Testing
a)Initiate -
b)Plan -
c)Execute -
d)Close -
5. Deployment
a)Initiate -
b)Plan -
c)Execute -
d)Close -
Apart from that every phases and stages has some input and
output, measurement.
Whenever any document/code is created it needed review.
As far as TDLc is concern already much written earlier :)
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / tanya
TDLC:
1.Requirement analysis
2.Test Plan
3.Design Review
4.Code Review
5.Test cases
6.Test Execution
7.Defect Reporting
8.Test Report
9.Reworking on patches
10.Preparing final report
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / polu sujan kumar reddy
sdlc means software development life cycle.sdlc is a process of developing various information systems.sdlc contains 7 phases:
1.Requirements Capturing
2.Analasys
3.Design
4.Coding
5.Testing
6.Implementation
7.Support/Maintenence
TDLC means testing development life cycle
test plan
identify test scenarios
preparing test cases
executing test cases
identify defects
reporting defects
tracking defects
close
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / rahul sharma
sdlc
Requirement
analysis & design
Implementation
Testing
Deploying
Maintenance
STLc
Test Plan
Test design (Test case writing)
Test Implementation (Only in automation)
Test Execution
Defect management
Postmortem review.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vivek
1. Planning & Control
2. Analysis & Design
3. Test Implementation & Execution
4. Evaluation of exit criteria activity And REPORTING
5. Test Closure activity
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi mayuri
SDLC
System development Life Cycle...
1.Requirement
2.Analysis
3.Coding
4.Testing
5.Maintenance
TDLF : Testing development life cycle or Bug life cycle
New > Open > Assign/Unassign > Fix > Test/Retest > Close
if fail then reopen it..
| Is This Answer Correct ? | 7 Yes | 22 No |
As soon as we get the build what type test we will do?and how?
What is web architecture that is followed while doing online project and tell the samples of architecture?
what are the different statuses of test cases?
What is an end-to-end testing?
Difference between Black & White box testing
2. How would u test and automate Windows Screen saver ?
There is a field called "Departure Time" Write the test cases for this field.
can u give me the test scenario template and one example test scenario?
9 Answers Accenture, AppLabs, WCL,
what is severity and what is priority
is software testing easy ??? Give me perfect Ans.
how to track defects by using JIRA bug tracking tool
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person