DEV Community

Jeyasri Sriram
Jeyasri Sriram

Posted on

Task 1

What is software testing?
Software testing is a process to ensure the quality of the software application and to assess whether it meets the actual requirements before it is released to users.

What do we need to know about Software Testing?
We need to know below things.

  1. What is software testing?
  2. Types of Testing.
  3. Manual testing.
  4. Automation testing.
  5. Software testing lifecycle - Requirement Analysis, Test Planning, Test design, environmental setup, Test execution, and Test closure.
  6. Testing tools.
  7. Programing Language.
  8. Software models - Waterfall model and Agile model.

What is the relevance of the software testing?
Software testing helps identify bugs and errors in software applications before they are released to users. It ensures customer satisfaction by giving defect-free software applications. It plays a major role in all industries like healthcare, automobile, and finance since all industries are using software applications to manage their business.

Top comments (0)