Community
Participate
Working Groups
Jubula should allow environment specific test case executions, e.g. for selecting certain menu bar entries: - Opening the About-Dialog of an RCP application requires selecting of - "Help -> About" on a non-OSX OS - "Application Name -> About" for on an OSX OS
This ticket is being rejected on the following basis: 1. When doing platform-independent tests, we want to have the tests themselves actually platform-independent. The same actions should be possible in the same way on all platforms. 2. As we have to programmatically select from the menu on Mac systems anyway, we should evaluate whether the application menu can be selected as well. This would at least mean that we only have a data difference for different platforms (something we already have for paths etc). I will check this, and if it is not already the case, open an issue for it.