Changes between Version 17 and Version 18 of BluePrint/Testing/TestSuite


Ignore:
Timestamp:
05/03/13 18:48:35 (12 years ago)
Author:
somayjain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Testing/TestSuite

    v17 v18  
    4141*    Run Selenium Tests in multiple templates with multiple user accounts.
    4242
    43 *    Create an abstraction for the Selenium Tests so 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.
    4444
    4545==== Role Tests ====
     
    9292     3. Takes the command line arguments to specify which browser the tests should run on(Firefox and Chrome are already implemented)
    9393
    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 -
    9595
    9696{{{