Difference between revisions of "Test writer"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m (Kir moved page TestWriter to Test writer: use mediawiki article name style)
(Add links to existed autotests)
Line 11: Line 11:
 
They also report any errors found during the tests automatically. We prefer tests written in the Python programming language.
 
They also report any errors found during the tests automatically. We prefer tests written in the Python programming language.
  
TODO
+
{{FIXME|add tests from all OpenVZ components}}
 +
 
 +
If you have strong knowledge in C then you may contribute to these tests:
 +
 
 +
* [https://github.com/xemul/criu/tree/master/test CRIU (Checkpoint and Restore in Userspace) autotests]
 +
* [https://github.com/xemul/p.haul/tree/master/test | p.haul autotests]
 +
* [https://github.com/xemul/libct/tree/master/test libct autotests]
  
  
 
[[Category: QA]]
 
[[Category: QA]]

Revision as of 09:45, 12 March 2015

Writing Manual Tests

Manual test cases are utilized by testers to perform predefined test cases against software. No programming knowledge is required to write manual test cases.

Guide to writing Manual tests


Writing Automated Tests

As the name suggests, automated tests are tests that are automatically ran against software. They also report any errors found during the tests automatically. We prefer tests written in the Python programming language.

FIXME add tests from all OpenVZ components

If you have strong knowledge in C then you may contribute to these tests: