I need you guys advice. I created Selenium Automation script in Java for our testers. However, testers do not prefer to using Selenium Script which is not tester-friendly interface. Hence, what I am going to do is to develop a client program that interacts with selenium code that I developed. Say, they simply open the client GUI program and tick the check boxes they want to test and enter the testing detail and run it.
The probelm is that I don't know where I start from to make this client program. If it is possilbe to do so, what GUI framework or language is recommended?
Thank you in advance.
