[Q1] What are different types of testing?
(i) Manual testing
(ii)Automation testing
Levels of testing:-
- Unit testing
- Integration testing
- System testing
- Acceptance testing
[Q2] What are different SDLC phases?
(i) Requirement analysis and planning
(ii)Design
(iii)Development
(iv)Testing
(v)Deployment
(vi)Maintenance phase.
[Q3] As an manual tester, What qualities do you posses? Provide examples to illustrate your points.
As an manual tester i posses the tester should have skills to execute the test cases by himself and tester have a better communicate skills.
examples:-
Manual tester will write the all steps
He do it work manually.
[Q4] What is the difference between Waterfall and Agile methodologies in SDLC?
(i) Waterfall model:-
- It is a linear sequential model
- Without completing the previous phase, the next phase cannot be started.
- If any defects or change can find in between the SDLC models we will start from beginning only.
(ii) Agile model:-
- It is a iterative and incremental
Iterative --> Only the client is okay means we will deployed our project, If the client is not okay we will agin start from the beginning.
Incremental --> No need to wait for over all module complete.
Top comments (0)