Lambda is an extensible Browser Automation framework for Humans. By Abstracting the Selenium \ TestNG interface into a format suitable for Testers (such as a spreadsheet, .txt file etc.) it allows for a much more productive QA team.
unzip lambda-<release>.zip
cd lambda-<release>
bin/lambda.sh
unzip lambda-<release>.zip
cd lambda-<release>
start bin/wlambda.bat
To install the Selenium IDE CSV Exporter do the following:
- Open the Selenium IDE
- Copy the contents of $LAMDA_HOME/conf/sel2csv.js
- In the Selenium IDE menu, choose Options > Options... > Formats > Add
- Name the format Lambda CSV
- Paste the contents into the textarea below
- Click save.
You can now export from Selenium into a CSV format which can easily be saved as an XLSX file.
Operating System | Firefox | Internet Explorer | Chrome | Opera | HTMLUnit |
---|---|---|---|---|---|
Windows XP | yes | yes | yes | yes | yes |
Windows Vista (32-bit) | yes | yes | yes | yes | yes |
Windows Vista (64-bit) | yes | yes | yes | yes | yes |
Windows 7 (32-bit) | yes | yes | yes | yes | yes |
Windows 7 (64-bit) | yes | yes | yes | yes | yes |
Mac OSX Lion (64-bit) | yes | no | yes | yes | yes |
Linux (32-bit Ubuntu) | yes | no | yes | yes | yes |