문제

I've an existing RCP application running on windows platform. I want to design an application in java to open the application, fill the from and click the buttons. Is it possible?

도움이 되었습니까?

해결책

If it is an RCP (Rich Client Platform) application then it should be using SWT (not Swing) and you can do automation tasks using SWTBot.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top