So, I am experimenting with Selenium, and have code that allows controlling Selenium Remote Control from acs-automated testing.
In addition I have written the format code for Selenium IDE to generate Tcl code suitable to run with Selenium RC and acs-automated-testing. This allows less techincal users to create test cases.
Now a next step would be a web UI to add a new test case.
Does this make sense or do devleopers want to take the user generated tests and add them to a /tcl/test/test-procs.tcl file themselves?
Since it is clearly not a good idea to allow just anyone to upload code that runs on the server, obviously administrators would need to add the actual tests. In this case is there any produtivity gain from a web UI over adding the test code to a Tcl file?