Integration and qualification tests for an application -


i'm trying realize calculator using java, i'm following these stages:

  1. needs analysis (specifications)
  2. uml diagrams
  3. programming
  4. unit testing
  5. integration , qualification tests

for unit testing i'm using junit don't know i'm gonna need accomplish fifth stage.

integration testing phase in software testing in individual software modules combined , tested group. can use this, example, jboss arquillian (http://www.jboss.org/arquillian). can use spring+junit interaction application.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -