hello, I need to create a GUI for test suite. I have no idea what it should contain and how it should look. So i want to ask first of all, what should I prefer to build GUI? or will Perl-tk be good enough? I need to run tests on linux machine. and it will be a client-server model in which client GUI will accept input for the actions to be performed and Server will perform the actions. (action may be starting test and logging output,etc).
So can anyone suggest ideas how it should be?