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

unable to open eclipse RCP application using Swinglibrary #120

Closed
gaurav0808 opened this issue Nov 20, 2018 · 2 comments
Closed

unable to open eclipse RCP application using Swinglibrary #120

gaurav0808 opened this issue Nov 20, 2018 · 2 comments

Comments

@gaurav0808
Copy link

Hi Team,

I am not able to open eclipse RCP application using Swinglibrary.

Keyword used is as:

Start Application HIOS C:\Program Files (x86)\file_name.exe

I got error as:
RemoteSwingLibraryTimeoutError: Agent port not received before timeout

Please let me know how can i open eclipse rcp applications.

@mihaiparvu
Copy link
Contributor

Unfortunately you cannot write tests for an Eclipse RCP application using SwingLibrary or RemoteSwingLibrary, because your application uses SWT and JFace (maybe?) components for the GUI. As the name suggests, SwingLibrary is only for testing Java Swing applications.

@mihaiparvu
Copy link
Contributor

Maybe you could take a look at EclipseLibrary. Haven't tried it personally but it might be what you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants