Skip to content
Somkiat Puisungnoen edited this page May 13, 2025 · 1 revision

Topics

  • Testing in Software development life cycle
    • Test-first
    • Test-last
    • Test-later
  • Properties of Good testing
  • Testing strategies
    • End-to-end test
    • Integration test
    • Service component test
    • Contract test
    • Unit test
  • Introduction to Risk-based testing
    • V-Model
    • Deadline vs scope vs quality
    • Quality vs Quantity
    • Continuous Tesing
  • Workshop with Testing
    • Requirement analysis
    • Design test cases
    • Develop
    • Testing with Continuous Tesing
    • Reporting
      • Test report with standard format (JUnit or XML)
      • Test coverage report
Clone this wiki locally