QA/Execution/Web Testing/Docs/Automation/Testcases/ConfigFiles: Difference between revisions

No edit summary
Line 29: Line 29:
<br>  
<br>  


<u>'''borwserConfig (TCParameters):'''</u><br>  
<u>'''TCparam:'''</u><br>  


TCParameters has variables defined with values that are required to run a test case. We will have 3 copies of TCParameters, one for Smoke Tests suite, one for Basic Functional Tests suite &amp; one for 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:&nbsp;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  
*&nbsp;maxCategories = 3 # maximum number of categories checked in test case  
*&nbsp;maxCategories = 3&nbsp;&nbsp; i.e. maximum number of categories checked in test case  
*&nbsp;maxItemsPerPage = 10 # maximum number of items (ex: personas, add-ons) checked per page  
*&nbsp;maxItemsPerPage = 10 &nbsp; i.e. maximum number of items (ex: personas, add-ons) checked per page  
*&nbsp;# sortOption and sortOptionControl is being replaced by page specific options.  
*&nbsp;# sortOption and sortOptionControl is being replaced by page specific options.  
*&nbsp;sortOption = ''# sort option parameter for a test function. possible values listed in test suite<br>''  
*&nbsp;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>  =====
1,072

edits