For the structure, there would be three kinds of terminal. 1. Client: Client has the Firefox running on it. It will open the webpage from Web Server and trigger the test by clicking on the link on the page.
Web Server: Web Server runs PhP and stores all the Web Pages for triggering the test. Operating System would be Ubuntu.
Test Server: The test will be actually running here using selenium on java. Operating System would be Window 7. And Firefox will be opened by the test project to run check the page needs to be checked.
What kind of methods should be used on each kind of terminal to fulfill this?
I've tried put winexe + bat file, in the web page to connect the Test Server to run the test. The bat file contains all the test case:"java xxxx" using the command line. However winexe doesn't work with windows 7. It simply wouldn't open the Firefox on Test Server.