I don't really understand your question.  Test-Driven Development (TDD) 
basically means you first write an automated unit test case that defines a 
desired improvement or net function, and then produce the minimum amount 
of code to pass that test, and finally refactor the new code to acceptable 
standards, and repeat.  You can write the test in whatever testing 
framework is appropriate to the software environment.  STAF/STAX can be a 
very effective testing framework to do this.

--------------------------------------------------------------
Sharon Lucas
IBM Austin,   luc...@us.ibm.com
(512) 286-7313 or Tieline 363-7313




From:   Tennis Smith <tennis_sm...@yahoo.com>
To:     staf-users@lists.sourceforge.net, 
Date:   03/24/2013 12:45 PM
Subject:        [staf-users] Test-Driven Development (TDD) for STAX?



Hi,

I'm trying to figure out a way to use TDD when working with STAX/Jython.

So far, the only thing that looks feasible is to keep most logic in 
external python files and use pyUnit. There doesn't appear to be any easy 
way to run xUnit tests on the stax xml file contents.

Is this correct?

-- 
Tks,
-Tennis 
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to