How to ... ?

How to use RCPTT to test browser in Eclipse-based application
RCPTT support of Internal browser is very limited – basically RCPTT can only record keytypes in it, wait for URL loading and asserting HTML text. Howeve...
Wed, 4 Mar, 2015 at 11:50 AM
Graceful Runner shutdown
Our older Runner might have had a bug that caused a failure to unlock a floating license is interrupted with a SIGTERM signal. Run Runner with ...
Wed, 25 Feb, 2015 at 7:47 PM
Use Jenkins to run RCPTT tests in Continuos Integration environment.
For this purpose RCPTT has a test runner – a command-line tool for running test cases and RCPTT maven plugin which is just another way of invoking RCPTT r...
Wed, 4 Mar, 2015 at 6:45 PM
How to execute different test cases on different platforms
Sometimes it might be useful to skip a test case (for instance because of some unresolved bug). RCPTT runner can skip tests based on its tags. By defa...
Wed, 4 Mar, 2015 at 12:40 PM
Some kind of Data Driven testing (or how to read tables from csv files and use content of it)
The following snippet gets value from csv-file and write it to Error log. You can just replace command "log" be needed commands in the line &qu...
Fri, 20 Mar, 2015 at 12:41 PM