
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
We are looking for an approach to define executions /configuration suites which can be executed on different operating systems like windows and linux. Is there somebody who already realized something like this, or is it recommended to separate the tests / testcontainers / executions?
Some questions related are:
- What is the recommended executor.
- Is it possible to write process executor scripts for both operating systems?
- Whatabout python scripts?
Thanks in advance, Thomas
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @ThomasS1,
You could use for example JUnit tests or Process Executor tests.
For process executor tests the scripts would have to be different for Windows and Linux. You could parameterize the path to the correct script in a configuration suite.
Regards,
Hubert

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi @ThomasS1,
You could use for example JUnit tests or Process Executor tests.
For process executor tests the scripts would have to be different for Windows and Linux. You could parameterize the path to the correct script in a configuration suite.
Regards,
Hubert