Software testing: Difference between revisions

Jump to navigation Jump to search
Rewrote the intro text.
m (Bugman moved page Unit testing to Software testing: Matching to the Wikipedia article design (permalink: https://en.wikipedia.org/w/index.php?title=Software_testing&oldid=952481323))
(Rewrote the intro text.)
Line 1: Line 1:
{{Note|There’s already the test_suite in flightgear/test_suite using [[Cppunit effort|CppUnit]], thanks to some hard work by [[User:Bugman|Edward]]. We need more tests written for it, submissions welcome. (Pick an area of interest)<ref>https://sourceforge.net/p/flightgear/mailman/message/36972720/</ref>}}
{{Note|There’s already the test_suite in flightgear/test_suite using [[Cppunit effort|CppUnit]], thanks to some hard work by [[User:Bugman|Edward]]. We need more tests written for it, submissions welcome. (Pick an area of interest)<ref>https://sourceforge.net/p/flightgear/mailman/message/36972720/</ref>}}


FlightGear has a small (but hopefully growing!) set of Unit TestsThese are small tests designed to quickly test small pieces of code.  That constrasts with more broadly scoped functional and system tests.
The FlightGear source code and data are tested by the FlightGear developers using a number of toolsThis includes automated testing via unit tests in [[SimGear]] and a full test suite with multiple test categories in the [[FlightGear Git|flightgear repository]], as well as manual in-sim testing.


== Building the test suite ==
== Building the test suite ==

Navigation menu