Software testing 1 day - up1/training-courses GitHub Wiki

Tech stack ?

  1. Frontnend
  2. Backend
  3. Database

Outline

  • Software Quality และ Software Testing
    • Quality attributes
  • Testing activities and approach in Software Development Life Cycle
    • V-model
    • Prevention vs Detection
    • Test-First vs Test-Last vs Test-Later
    • Problems ?
  • Improve quality of Software Development Life Cycle
    • Iteration and incremental development process
    • Whole team approach
    • Work breakdown
      • Feature
      • Flow/Story
      • Task
    • Design test cases
    • Transform manual to automation test
  • Testing strategies
    • Unit test
    • Integration test
    • Service component test
    • Contract test
    • End-to-end test
  • Workshop of software testing
    • Design test case and test strategies from use cases
    • Write test script with programming language
      • Unit test
      • API test
      • UI test