I need a better suggestion from u all.
I have an application where eclipse RCP (JAVA) is used for the GUI.
Now i want to automate the GUI testing in java.
I have created a project where i have used
"sikuli" to create test for image comparison
and
"testng" to run the test cases .
But i am facing problem using sikuli because it needs to take a lots of pictures as there are lots of buttons, checkbox in the gui.
So, it would be better if i get a
java tool which can perform "recording" to write test cases
and i can also be able to integrate the "sikuli api for image comparison" and
"testng" to it.
Is there any such kind of java tool? I am looking for suggestion from you.
Thanks