1,072
edits
No edit summary |
|||
Line 29: | Line 29: | ||
<br> | <br> | ||
<u>''' | ===== <u>'''TCparams:'''</u> ===== | ||
TCParameters has variables defined with values that are required to run a test case. The module has multiple classes which defines parameters for different test suites: Smoke tests, Basic Functional Tests and Full Functional Tests.<br> | TCParameters has variables defined with values that are required to run a test case. The module has multiple classes which defines parameters for different test suites: Smoke tests, Basic Functional Tests and Full Functional Tests.<br> | ||
Line 36: | Line 36: | ||
*limits for processing loops | *limits for processing loops | ||
* | ** maxCategories = 3 i.e. maximum number of categories checked in test case | ||
* | ** maxItemsPerPage = 10 i.e. maximum number of items (ex: personas, add-ons) checked per page | ||
* | * list sort and filter options | ||
** AMOhomePageSortOptions = ('recommended', 'popular', 'added', 'updated') | |||
** personasBrowsePageSortOptions = ['up-and-coming', 'created', 'popular']<br> | |||
* | |||
* | |||
Depending on the kind of test suite, the values will differ. For e.g. maxCategories = 1 (for Smoke Test Suite); maxCategories = 3 (for BFT Suite); maxCategories = | Depending on the kind of test suite, the values will differ. For e.g. maxCategories = 1 (for Smoke Test Suite); maxCategories = 3 (for BFT Suite); maxCategories = 99 (for FFT); <br> | ||
<br> | <br> |
edits