1,072
edits
No edit summary |
|||
| Line 29: | Line 29: | ||
<br> | <br> | ||
<u>''' | <u>'''TCparam:'''</u><br> | ||
TCParameters has variables defined with values that are required to run a test case. | 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> | ||
Some of the variables defined here are: <br> | Some of the variables defined here are: <br> | ||
*limits for processing loops | *limits for processing loops | ||
* maxCategories = 3 | * maxCategories = 3 i.e. maximum number of categories checked in test case | ||
* maxItemsPerPage = 10 | * maxItemsPerPage = 10 i.e. maximum number of items (ex: personas, add-ons) checked per page | ||
* # sortOption and sortOptionControl is being replaced by page specific options. | * # sortOption and sortOptionControl is being replaced by page specific options. | ||
* sortOption = ''# sort option parameter for a test function. possible values listed in test suite<br>'' | * sortOption = ''# sort option parameter for a test function. possible values listed in test suite<br>'' | ||
| Line 47: | Line 47: | ||
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 = all (for FFT); <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 = all (for FFT); <br> | ||
<br> | <br> | ||
===== GridConnection:<br> ===== | ===== GridConnection:<br> ===== | ||
edits