Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate GUI testing with macros #3

Closed
rimadoma opened this issue Apr 14, 2016 · 1 comment
Closed

Automate GUI testing with macros #3

rimadoma opened this issue Apr 14, 2016 · 1 comment

Comments

@rimadoma
Copy link
Contributor

You could automate simple GUI tests specified in the integration tests by writing macros. Simple things like verifying that an error message pops up, when the user tries to run a plugin with a wrong kind of image. For example "Verify that the ConnectivityWrapper plugin shows an error message if the user tries to run it with a non binary image".

There might be a way to automate the running of these test macros, but even having them around as manually runnable files would help in testing that everything still works after changes.

@rimadoma
Copy link
Contributor Author

rimadoma commented Jul 1, 2016

I've learned how to automate most tests in JUnit with the help of Mockito the mocking framework. It's more convenient to run these automatically in the IDE or with Maven instead of launching macros.

@rimadoma rimadoma closed this as completed Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant