Term
Software Development Life Cycle Explain by Rohel |
|
Definition
1.User comes with requirements 2.Business Analyst writes the System Requirement Specification(SRS). The SRS goes to Designer(Design), Developer(Code), Tester at the same time(AN, TP,TC,E,RTM) when testing is ready QA execute the test case and verity is software working. if defect found, we track and fix. if ok, acceptance phase. Then user verify. Next deployment phase for public to see the final version- Maintenance phase if update needed. |
|
|
Term
Requirement Traceability Matrix is |
|
Definition
A spread sheet or document that tracks the requirements and test cases so as not to miss anything. |
|
|
Term
Testing types/Methodologies |
|
Definition
Black Box-White Box-Gray Box-and Clear box Testing. Manual Testing(Front End, Back End) Automation Testing(Functional and Regression, Performance) |
|
|
Term
What is Black Box Testing and who does it? |
|
Definition
It is system testing and done by testers |
|
|
Term
What is white Box testing and who does it? |
|
Definition
Those with programming and code knowledge.(Developer) They do two types of testing 1.Unit Testing 2.Programming |
|
|
Term
|
Definition
They know some programming and testing. They do programming to automate the software testing. |
|
|
Term
What is Clear Box Testing |
|
Definition
Those responsible for data testing and integrity. Those with database administration knowledge(DBA) and testing knowledge. |
|
|