Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

What are Parameterized tests

Wiki MarkupParameterized Tests are test that allows you to pass in a multitude of different set values into a test, instead of having to create the same test for just another set of data. How is this different from \ [Theories\]. \ [Theories\] are the idea of testing a reversible mathematical formula, where it shouldn't matter what the given data is. Unlike Theories, Parameterized Tests have a known expected result and the potential value that should in the end equal the expected.

Parameterized Test Styles

...