A Python framework for creating automated browser tests
LuluTest LuluTest is an open source browser automation framework using Python and Selenium. It is relatively lightweight in that it mostly provides wrappers for 3rd party library methods that make browser automation and testing more intuitive. The ultimate goal of LuluTest is to get people writing robust automated browser scripts quickly by abstracting out the inherent complexities and peculiarities Basic Usage LuluTest is designed to support both white and black box testing. The functionsprovided will work as long as the […]
Read more