A TestSuite is a Composite of Tests. It runs a collection of test cases. Alternatively, a TestSuite can extract the tests to be run automatically. To do so you pass the class of your TestCase class to the TestSuite constructor.
Questions tagged [testsuite]
2 questions
5
votes
2 answers
What is the recomended application set for QA/tester's suite in Ubuntu?
I work in SQA as Test manager/Tester and I want to get more from my Ubuntu desktop. Unfortunately Ubuntu does not have much software in repository for this task. Can you recommend set of Linux applications a software tester should have and…
Dee
- 1,986
0
votes
0 answers
How to detect that a C/C++ file is using windows specific stuff
Basically I want to test files/libraries/code in general that wont run on Linux by detecting windows specific includes, program calls, dynamically linked libraries at runtime, anything that isn't Linux compatible.
This is to make sure that the…
Ubuntu4Life
- 117