Changes between Version 17 and Version 18 of BluePrint/Testing/TestSuite
- Timestamp:
- 05/03/13 18:48:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Testing/TestSuite
v17 v18 41 41 * Run Selenium Tests in multiple templates with multiple user accounts. 42 42 43 * Create an abstraction for the Selenium Testsso that they are easier to read, write tests and the tests are more robust.43 * Make the selenium tests run independent of the template and the field type used in the template so that they are easier to read, write tests and the tests are more robust. 44 44 45 45 ==== Role Tests ==== … … 92 92 3. Takes the command line arguments to specify which browser the tests should run on(Firefox and Chrome are already implemented) 93 93 94 * With this, a code-template is created which just needs to be copied, pasted and fed in the record when creating a new Selenium test. This ensures that writing Selenium tests are as easy as giving a test case. A sample code-template can be of the form -94 * Once we have a function that automatically checks the template used and the type of fields used in the form, a code-template is created which just needs to be copied, pasted and fed in the record when creating a new Selenium test. This ensures that writing Selenium tests are as easy as giving a test case. A sample code-template can be of the form - 95 95 96 96 {{{