Elements tagged with: programmierung

Page created at
A Test Framework for Django Oct. 31, 2005, 12:59 p.m.
DjangoTesting is part of my DjangoStuff project and is the start of a testing framework for Django, modeled after the testing framework that Ruby on Rails provides. Currently only model tests are implemented, request/response tests are planned. The testing framework is built solely on unittest and ...
Django, Programmierung, Python
Selenium Oct. 31, 2005, 10:23 a.m.
Selenium ist ein Testautomator für Webanwendungen. Es läuft direkt im Browser und benutzt IFrames und JavaScript um sich in die zu testende Seite zu hängen.
JavaScript, Programmierung