Day-03
------
SDLC:
-----
Vi) Project Planning:
-----------------
It is prepared by PM, After Analysing the requirements based on
the requirements the PM prepares the project Plan
duration,developers, Testers, designing team, Automation, os....
7. Designing:
-------------
It is done by Technical team/Architect team
Based on requirements design team will design in 2 different WAYS
i) HLD: High level design: outlook of an application
ii) LLD: low level design: innerlook of an application
8. Coding:
----------
Based on requirments coding will be done by developers..
9. Testing:
----------
once coding is done before giving to the testing team the developers will
test the application @there end
i) White box Testing: Testing done by developers
under white box Testing 2 levels
i) unit Testing: Testing each and every part of a code
ii) Integration Testing: Combining all parts of a code and conducting testing
is called as Integration/interconnected Testing
ii) When 100% coding and white box Testing is done than the developers will give
the application for Testing---Entry Criteria
iii) Black Box Testing:
-----------------------
Testing done by Testers
2 levels
i) System Testing: Compare the Expected to Actual value
expected: Client Requirement
Actual: Application developed
exp=Act--signoff
exp#Act--defect/Bug
ii) UAT(user acceptance Testing):After System Testing before submitting
application to client, Conducting testing along
with Business Analyst
* 4 levels Testing: unit, integration, System & UAT
* 2 methods Testing : white & Black Box Testing
10. Release
--------------
Finally, Testing is completed we will release an application to client here
11. Support & Maintainance:
----------------------------
After release an application to the client, during utilisation if customer faces
any problem we have to support them
This is SDLC
Manual batch(4 to 5 weeks)--1 (Mon-Friday)
TOOLs--Bug Tracking & Test Management tools
Live project--Agile process
Interview, Resume, certification
Mock interviews
Documents....