I’ve heard a couple of people ask how to run Selenium test cases through a web interface with python. Here is how you do it.
Archive for the ‘Selenium’ Category
July 28, 2010
0
Run Selenium Cases Through A Web Interface
By Anthony in Python, QA, Selenium, Snippets, Test Automation, Testing
July 15, 2010
0
Adding JQuery Locators to Selenium
By Anthony in Selenium, Snippets, Test Automation, TestingIt’s very simple to add jquery functionality to your selenium installation, and also very useful if you use the functions a lot.
July 10, 2010
0
Where I’m Going From Here…
By Anthony in Python, QA, Selenium, Test Automation, TestingFor the past few months I have put a lot of effort, a long with the help of others in creating more efficient and useful automated tests.
June 29, 2010
0
Automatic Test Reporting, HTMLified
By Anthony in Python, QA, Selenium, Test Automation, TestingWhen running tests of any kind, it’s always good to have a report for your records or to show other people.
June 28, 2010
0
Introducing: Picka
By Anthony in Python, QA, Selenium, Test Automation, TestingIf you need to create massive amounts of randomized testing data, check out my module: Picka.
June 28, 2010
0
Getting the name of the current test function
By Anthony in Python, QA, Selenium, Test Automation, TestingI needed a way to retrieve the name of the current function in order to create better, more informative test output. After dabbling for a while with introspection, I realized what I needed was built right in to Unittest. Best part: No lambdas required.


