Multiply Your Testing Effectiveness with Parameterized Testing

Multiply Your Testing Effectiveness with Parameterized Testing

PyCon US via YouTube Direct link

Intro

1 of 28

1 of 28

Intro

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Multiply Your Testing Effectiveness with Parameterized Testing

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Brian Okken
  3. 3 Value of Tests
  4. 4 Parametrize vs Parameterize
  5. 5 Something to Test
  6. 6 without Parametrization
  7. 7 Moving to one test (don't do this)
  8. 8 Function Parametrization
  9. 9 Parameters from a named list
  10. 10 Parameters from a function
  11. 11 Parameters from a generator
  12. 12 Parameters from a file
  13. 13 Run the last failing test case
  14. 14 Run test cases with 60 degree angles
  15. 15 Run an individual test case
  16. 16 Fixture Parametrization
  17. 17 Object parameters get non-helpful names
  18. 18 An ids function
  19. 19 Custom ids function
  20. 20 pytest_generate_tests()
  21. 21 metafunc
  22. 22 test.param
  23. 23 indirect parameter
  24. 24 indirect example
  25. 25 More test cases
  26. 26 Review
  27. 27 Combining Techniques
  28. 28 Resources

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.