Einführung
  • Einführung
  • 1.1 Why Python for Test Automation
  • 1.2 Setup
  • 1.3Basic Python Programming
Pytest Framework
  • 2.1 Overview of the Pytest Framework
  • 2.3 Parameter Based Testing with Pytest
  • 2.4 Playing with assert
  • 2.5 Logging Test Results with a Logger Function
  • 2.6 Introduction to Task Miles Converter
  • 2.6.1 Create a Miles Converter
  • 2.6.2 Test the Miles Converter
  • 2.7 Sezup Gitlab CI
API Testing
  • 3.1 Importance of API Testing in Software Development
  • 3.2.1. Intro to the Store API
  • 3.2.3. Execute a POST Method
  • 3.2.4. Test the POST Method
  • 3.2.5 Test the PUT Method