Automated Testing at Openbravo
Contents |
Introduction
This document presents the basics about Test Automation as is planned for Openbravo ERP testing.
Background
References
Totally Data-Driven Automated Testing
Testing OpenbravoERP
Selenium
Selenium is a portable software testing framework for web applications [1].
It has a suite of tools that are useful for testing automation. Single test scripts can be recorded and played back using Selenium IDE. More complex tests can be written on various programming languages and executed using Selenium Remote Control. In addition, tests executions can be distributed using Selenium Grid.
Selenium IDE
Selenium IDE is a Firefox extension that allows to record, edit, debug and play back tests [2].
It can be downloaded here.
Category: QualityAssurance


