|
Project Information
Links
|
IntroductionBoa is very simple test framework written in Python. It is an extension of Python's unit test package. It is platform independent, the only prerequisite is Python itself. Also can be run on Jython - Python implementation running on JVM platform. In that case the prerequisite is JRE and Jython package. It consists only of two Python's modules and a few classes and methods. The purpose was to create framework as simple as possible. Developer/tester should focus on writing and running test cases, not to struggle with the test tool. Some features of Boa test framework
Start now: http://code.google.com/p/boatester/wiki/GettingStarted Advanced: http://code.google.com/p/boatester/wiki/AdvancedBoaTester Future extensionRemote deploying and remote testing. New feature addedHelper for selenium based test written in Python. http://code.google.com/p/boatester/wiki/SeleniumHelper New feature added2010/12/19 'Disabled' file in test case directory to ignore test case. 2011/01/01 'selectCombo' added to SeleniumHelper. New version2011/06/02 Two new features:
New version2011/07/04 Interpolation in selenium.file ("macro" substitution). http://hoteljavaopensource.blogspot.com/2011/07/boatester-new-version.html New version2011/09/11 I changed a method for file comparing. Instead of standard 'comp' function I'm using manuall line by line comparing to avoid LF/CR hell. |