You are on page 1of 2

Topic:SDLC

-----------

1. S/W Bidding
2. Kick off meeting
3. Project initiation note
4. Requirments Gathering
5. Analysing the requirement
6. Project PLan
7. Designing
8. Coding
9. Testing

Testing:
--------

1. Testing done by developers is called as "White box Testing"

1. Unit Testing:Testing each and every part of the coding/part by part

2. Integration testing/interconnected: Combining all parts of the code than


conduting testing

Entry point for testing:

When 100% coding along with white box testing completed

2. Testing done testers is called as "Black box Testing"

i) System Testing: Comparing expected value with Actual value

Expected: client requirement

Actual: application developed

ii) UAT(user accpetance testing): After completion of testing, before giving to


the client, conducting testing along with BA.

2 methods: White box and black box Testing

4 levels: unit,integration,system & UAT

10: Release:
-----------

Finally all testing's are completed than release to customer

11.Support/Maintainance:
-----------------------

if customer faces any problem than support/maintainance team help them out.

You might also like