Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This lesson is focussed on testing different combinations and how complex it can become.

In this video you will learn about:

The need to consider the consequences of testing beyond input filters. Using PowerPoint's page width field as an example, the focus shifts from testing empty slides to exploring how the program handles various content types when resized. The importance of testing consequences, such as distortion of text and crashes, is highlighted, illustrating potential bugs missed by solely testing input filters. The concept of secondary dimensions, like the number of digits after the decimal point, is introduced, urging testers to analyze and understand the full extent of variable behaviors for comprehensive domain testing.

Discussed terminology:

  • Configuration testing

  • Data testing

  • Path and sub-path testing

  • All pairs technique

  • No labels