Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » Automated tests
Re: Automated tests [message #8035 is a reply to message #8030] Mon, 05 February 2007 17:01 Go to previous messageGo to previous message
ebojd is currently offline  ebojd
Messages: 225
Registered: January 2007
Location: USA
Experienced Member
Thanks luzr,

I'll look into this. It sounds similar to what I typically write into my test suites. As a note, when testing I typically do not halt on error, but report the test and error and continue on -- so if there are more than one error I get an end report of all errors. This should be easily configurable (similar to the current build system).

For organization I typically put my own test programs in a "test" subdirectory of the specific package/module/library to make sure they are physically together. This probably makes no sense with U++, but if someone gives a copy of the program away I want to make sure they have the associated test suite (for that specific version of the source). This also allows me the run "make check" which recursively traverses the source tree and runs all tests.

Is there any documentation available for your testing framework?

EBo --
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: U++ and Vista
Next Topic: unit testing in U++
Goto Forum:
  


Current Time: Thu Jun 26 06:44:01 CEST 2025

Total time taken to generate the page: 0.04124 seconds