Back Forward white list testing

In Automated Unit Testing, a white list is a list of those properties that you are particularly in testing against. GRP-15897

In white list testing, you specify a list of properties for the test case and when the test case is run, only differences in those properties cause the test case to fail. Differences in properties not on the white list are ignored.

White list testing is particularly useful when the operations you are testing involve many properties and your current development changes involve a subset of those properties. By defining white list test cases, you can avoid reports of test case runs with non-critical differences and narrow in on differences that you care about. XXXXXXXXXXX Other benefits? Typical situation? XXXXX

White list testing is available for activity test cases.

Definitions activity
Related topics About Automated Unit Testing
About Test Case rules
Activity form — Working with the Test Cases tab

UpDefinitions — W