Difference between revisions of "Test writer"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Fix markup)
(Add category)
Line 12: Line 12:
  
 
TODO
 
TODO
 +
 +
 +
[[Category: QA]]

Revision as of 14:47, 11 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.

TODO