Changes between Version 7 and Version 8 of Document/Development/Testing/ANSTE

Show
Ignore:
Timestamp:
08/31/10 23:08:46 (3 years ago)
Author:
jsoriano@… (IP: 87.222.134.210)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Testing/ANSTE

    v7 v8  
    1 = ANSTE tests for eBox = 
    2 [http://anste.ebox-platform.com ANSTE] is a tool to automatise the integration tests of eBox. It allows us to define a test which is composed by: 
     1= ANSTE tests for Zentyal = 
     2ANSTE is a tool to automatise the integration tests of Zentyal. It allows us to define a test which is composed by: 
    33 - scenario: a number of machines, network topology... 
    4  - UI test: it uses selenium to configure eBox using its interface 
    5  - run tests: once the scenario is deployed and eBox has been configured, it runs tests -shell scripts- to actually test the feature under scrutiny. 
     4 - UI test: it uses selenium to configure Zentyal using its interface 
     5 - run tests: once the scenario is deployed and Zentyal has been configured, it runs tests -shell scripts- to actually test the feature under scrutiny. 
    66 - report results 
    77 
     
    1010The whole suite of tests will be run daily against trunk, and any branch we support. This allows us to know the status and functionality of every revision at any time. 
    1111 
    12 = Writing tests for eBox = 
     12= Writing tests for Zentyal = 
    1313 
    1414For every module you write there must be one or more test suites associated to i. Tests must be documented in this wiki. 
     
    1818=== Test global policy allow === 
    1919==== Scenario ==== 
    20 One client machine connected to an eBox machine. 
    21 eBox will provide access to internet. 
    22 ==== eBox configuration ==== 
     20One client machine connected to a Zentyal machine. 
     21Zentyal will provide access to internet. 
     22==== Zentyal configuration ==== 
    2323Proxy is enabled. 
    2424Port is 3128. 
     
    2727==== clients and other machine configuration ==== 
    2828==== Validation test ==== 
    29 Client must be able to access http though the eBox proxy 
     29Client must be able to access http though the Zentyal proxy 
    3030 
    3131