Hi, i am basically from QA. So what we do each morning is open a web browser with the address http://11.12.13.27:8080/cruisecontrol. Then we click on the build with last nights date. Then we click on a folder say client. Then in that folder we click on an exe file say game.exe. Then we get a save dialog box to save the exe to our local machine (windows xp..not a home pc). Then we goto the place where we have downloaded that exe file, double click on it to start the installation and then start testing the application. This has to be done each day.
We want to automate this process such that when i run a script or smthing like that, it will automatically download and install the exe file.
I've tried doing this using php but i dont have to have wamp server installed on all the team members machines.
Can this be done using python? Please help.