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 ‘QA’ Category
July 28, 2010
0
Run Selenium Cases Through A Web Interface
By Anthony in Python, QA, Selenium, Snippets, Test Automation, Testing
July 16, 2010
0
Twitter your build status with Twildbot.
By Anthony in Python, QA, SnippetsThis is a tiny script which will get the current status of your build, and tweet it to your twitter account.
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.


