Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The minimun:</p> <ol> <li>unit tests work</li> <li>integration tests work</li> <li>deploy on test stage ok</li> <li>manual short check on test stage</li> </ol> <p>Better:</p> <ol> <li>unit tests work</li> <li><a href="http://checkstyle.sourceforge.net/" rel="nofollow noreferrer">checkstyle</a> ok</li> <li>integration tests work</li> <li>metrics like <a href="http://jakarta.apache.org/jmeter/" rel="nofollow noreferrer">jmeter</a> and test coverage passed</li> <li>deploy on test stage ok</li> <li>some manual tests on test stage</li> </ol> <p>finally deploy on production stage</p> <p>All unit and integration tests work automatically, best on a continuous integration server like <a href="http://cruisecontrol.sourceforge.net/" rel="nofollow noreferrer">CruiseControl</a> done by <a href="http://ant.apache.org/" rel="nofollow noreferrer">ant</a> or <a href="http://maven.apache.org/" rel="nofollow noreferrer">maven</a>. When developing webservices, testing with <a href="http://www.soapui.org/" rel="nofollow noreferrer">soapui</a> works fine. </p> <p>If a database used, automatic upgrade is done (with <a href="http://www.liquibase.org/" rel="nofollow noreferrer">liquibase</a> for example) before deployment. When external services are used, addidional configuration tests are needed, to ensure URLs are ok (head request from application, database connect, wsdl get, ...). When developing webpps, a HTML <a href="http://validator.w3.org/" rel="nofollow noreferrer">validation</a> on some pages will be usefull. A manual check of the layout (use <a href="http://browsershots.org/" rel="nofollow noreferrer">browsershots</a> for example) would be usefull.</p> <p>(All example links for Java development)</p> <p>And last (but not least): are all acceptance tests still passing? Is the product what the owner wants? Make a live review with him on the test system before going further!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload