====== Multi-Market tests ====== Multi-Market tests define how many market checks are performed and how many must pass. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Multi-Market tests ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; The count of the Multi-Market tests to perform. count_of_tests = 5 ; The minimum count of the passed tests. ; A test is considered as "passed" if it passed the Acceptance Criteria. ; Must be less than or equal to "count_of_tests". min_passed_tests = 3 ===== Notes ===== * ''count_of_tests'' must be 1 or greater. * ''min_passed_tests'' must be 1 or greater. * ''min_passed_tests'' must be less than or equal to ''count_of_tests''. * A strategy is exported only if passed tests are greater than or equal to ''min_passed_tests''. ===== Example profiles ===== Moderate filter: count_of_tests = 8 min_passed_tests = 5 Strict filter: count_of_tests = 12 min_passed_tests = 10 ===== Related pages ===== * [[acceptance-criteria|Acceptance criteria]] * [[mm-test-markets|Test markets]]