User Guide
Get started or use a menu on the right to jump to a relevant section.
Monday, Jan 1, 0001
Test Case Editor
Test case editor is the main editor for creating, running and executing test cases. Hover mouse cursor over the screenshot below to get context help. Test case name. This name is automatically synced with file system name. Symbols in name which are not allowed in file names are replaced with …
Monday, Jan 1, 0001
Test Runner
You can download it here. RCPTT Test Runner tests Eclipse-based applications by executing RCPTT tests unattended, on a regular basis. It provides a command line interface and a Maven plugin and establishes seamless integration of your GUI tests with your favourite toolchain. RCP Test Runner …
Monday, Jan 1, 0001
Verifications
A good functional test can be represented like this: Therefore, a test case takes an system under test in some well-defined state, performs some actions, which transfer a system into another state, and then verifies that the final state is correct. Thus, in a test case we need to specify the …