I want to test my RCP application with GUI tests. I've found two possible tools: Jubula and RCP Testing Tool.
Does anybody know, how to inject parameters into the tests, so that I can use one test case with multiple inputs?
I found a way for the RCP Testing Tool: https://www.eclipse.org/rcptt/documentation/faq/pass-value/
-DpropertyName=propertyValue
get-java-property "propertyName"
to get the value of the passed property