Skip to content
TrackPodcasts
technologyMar 29, 201819:00pending

39: Thorough software testing for critical features

Test & Code

About this episode

Complete and exhaustive testing is not possible. Nor would it be fun, or maintainable, or a good use of your time.

However, some functionality is important enough to make sure the test behavior coverage is thorough enough to have high confidence in it's quality.

In this episode, we discuss 3 techniques that can be combined to quickly generate test cases. We then talk about how to implement them efficiently in pytest.

The techniques covered are:

  • equivalence partitioning
  • boundary value analysis
  • decision tables

We discuss how to use these to generate test cases for a new list filter functionality in the cards application.

The resulting tests:

  • 1 UI test to make sure the options are able to be passed in correctly.
  • 1 small parametrized test function with 16 single line parameter sets representing the different test cases.

Links:

Get every episode summarized

Each time Test & Code publishes, we email you a written briefing from the transcript — the topics, who appeared, and any specific claims, with the ad reads skipped.

Email me new episodes

Free for 3 shows. No card needed.

Hosts & guests

No transcript yet

This episode has not been transcribed. Request it and it moves to the front of the queue.

39: Thorough software testing for critical features

Test & Code

0:00
19:00

More episodes

More from Test & Code

View all episodes →