Closed gaurav0808 closed 5 years ago
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.
Maybe you could take a look at EclipseLibrary. Haven't tried it personally but it might be what you need.
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.