Multiple choice technology testing

What are the methods of software testing:

  1. Manual Testing

  2. Functional Testing, Regression Testing

  3. Manual Testing, Automation Testing

  4. Automation Testing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The two primary methods of software testing execution are manual testing (where test cases are run manually by a human) and automation testing (where scripts and tools execute the tests). Other options list specific testing types rather than general execution methods.