Menu

Tree [472762] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2017-06-19 Muhammad Ismail Soboute Muhammad Ismail Soboute [da76be] Initial commit\: acceptance test framework, a c...
 AccTest.h 2017-06-19 Muhammad Ismail Soboute Muhammad Ismail Soboute [da76be] Initial commit\: acceptance test framework, a c...
 LICENSE 2017-06-19 Muhammad Ismail Soboute Muhammad Ismail Soboute [549000] Initial commit
 README.md 2017-06-19 Muhammad Ismail Soboute Muhammad Ismail Soboute [da76be] Initial commit\: acceptance test framework, a c...
 Sample.cpp 2017-06-20 Muhammad Ismail Soboute Muhammad Ismail Soboute [472762] Demonstrating usage of parameterized test steps...

Read Me

ProTest

A minimalistic test framework written in C++ providing scenario based, stateful acceptance testing where application user interface is mocked using test stubs. Refer to Sample.cpp for usage guidance.
The sample defines a simple application class, fake user interface implementing the same abstract interface as the application requires, a test context to hold test state and pass it on among steps, and a few test steps. It then adds all the test steps to a test scenario. Then the default() main function is inserted. If you compile, link and execute the Sample, you will have an idea of what you should expect when you have finished writing your test.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.