Skip to content
New issue

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

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

Already on GitHub? # to your account

Automated Java UI testing #31

Open
sethuster opened this issue Sep 24, 2014 · 1 comment
Open

Automated Java UI testing #31

sethuster opened this issue Sep 24, 2014 · 1 comment

Comments

@sethuster
Copy link
Member

Investigate a means to drive Automated Desktop User Interface level tests using Java.

Would be nice to be able to drive UI tests in Java for Windows, OSX and Java based applications. I would settle for some way to drive OSX and Java based applications, and leave Windows UI to Golem.Purple.

@sethuster
Copy link
Member Author

Abbot - http://abbot.sourceforge.net/doc/overview.shtml - Seems similar to TestStack.White, meaning that it seems to search the entire application for a specific component, and then matches search criteria on that component before trying to interact with it.

UISpec4J - http://www.uispec4j.org/ - Looks like this one allows for easier component interaction. However the tests need to have direct access to the source code of the application under test.

Fest - https://code.google.com/p/fest/ - Seems like a good alternative. Briefly read some documents and it seems like we can define locators and not need access to source code to build and run tests.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant