MarketSquare / SwingLibrary

Swing UI testing library for Robot Framework
Other
113 stars 68 forks source link

unable to open eclipse RCP application using Swinglibrary #120

Closed gaurav0808 closed 5 years ago

gaurav0808 commented 5 years ago

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 commented 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.

mihaiparvu commented 5 years ago

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