Automatic Web-UI testing

General Every web UI programmer has always the same afford for the best testing environement which supports most browser. So the product has a wide range of support. I have struggled with the question sometime ago and I found the selenium project (http://www.seleniumhq.org/) these project has the aim for automatic control different browser (Firefox, Chrome, … Continue reading Automatic Web-UI testing

Python General Test Template

General The main purpose was to have a test template which I can always use for start writing tests. Description The following code snippets shows the general defintion of an unittest test case. This test case has different methods that can be overwritten if you need this. This definition says only that our test class … Continue reading Python General Test Template