I need to configure environment for automated tests for webapplication. Tests will be run from Jenkins. I need to run a browser with the webapplication. In fact I could use JavaScript to test the application but I need to pass results back to Jenkins somehow.
As scripting language for tests (test cases) I have only python available. On server with Jenkins I can install any software required but scripting must be python. Also can run additional virtual machines - it may be required to run browser.
Previously I was writing tests using PHPUnit + Selenium RC + selenium driver for PHP. In each test case I run a browser on remote machine and opened a page from the same server PHP was running. This way during test I could modify database and test whether it had influence on a page.
It looks similar questions are: migrate javacript application from ExtJS to another framework - automation tests with Jenkins but no answer there.
Aucun commentaire:
Enregistrer un commentaire