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 |
Defect Migration "Defect Migration" means that error is early project documents lead to errors in later documents. For example, an incorrect requirement leads to an incorrect set of speacifications, which leads to design errors, which leads to coding errors, which lead to failures when we test against user expectations. a. How will you prevent Defect Migration? b. Why do you think preventing Defect Migration is important?
Why do u want to change ur current Company?
What is Quality Analyst?Give some Example?
What mean by STLC (S/W testing life cycile)?
How do you test cookies?
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
What is d diff. between d window based application and web based application testing?
what are the critical bug occurs in banking domain?
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
At what stage unit testing has to be done?
How will u write test cases based on EQA(Equivalance class partitioning) & BVA(Boundary value analysis.?Plz explain in brief?
according 2 an company or TL,how can a tester can prepare POSITIVE & NEGATIVE test cases ??