DEV Community

sangeetha
sangeetha

Posted on

TASK 1

TASK 1:
1.DIFFERENT TYPES OF TESTING:
· Black box testing
· Functional testing
· White box testing
· Grey box testing
· UI / GUI testing
· Compatibility testing
· Cross browser testing
· Smoke testing
· Sanity testing
· Regression testing
· Exploratory testing
· Monkey testing
2.STLC PHASES:
· Requirement analysis
· Test planning
· Test Case Development
· Test Environment Setup
· Test Execution
· Test Closure
3.Manual tester qualities:
Check for the requirements details ,
Analyse the requirements ,
Critical thinking skill ,
Check for the possibility of positive and negative scenarios,
Check every part of module,
Check with end user point of view.
While testing newly developed software or application eg: myntra
Tester has to perform all the possible positive and negative scenarios
and look for bugs that has to be rectified.

  1. Waterfall and agile model:

Waterfall model
Agile model

· Done once the complete development is done.
· It never welcome the change.

· The testing of features is done parallely .
· It always welcomes the change. The change happens in timely manner.

Top comments (0)