Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/lambda
Hybrid Keyword\Data-Driven Browser Testing Automation Framework for Selenium
https://github.com/mefellows/lambda
Last synced: 22 days ago
JSON representation
Hybrid Keyword\Data-Driven Browser Testing Automation Framework for Selenium
- Host: GitHub
- URL: https://github.com/mefellows/lambda
- Owner: mefellows
- License: apache-2.0
- Created: 2011-10-06T12:23:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T01:57:10.000Z (over 10 years ago)
- Last Synced: 2024-10-30T02:28:12.302Z (2 months ago)
- Language: Java
- Homepage: http://www.onegeek.com.au/projects/lambda
- Size: 44.4 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## Warning: Still experimental.
Lambda Framework
================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.Install Lambda - *nix
----------------------
unzip lambda-.zip
cd lambda-
bin/lambda.shInstall Lambda - Windows
------------------------
unzip lambda-.zip
cd lambda-
start bin/wlambda.bat
Install the Selenium CSV export format
--------------------------------------
To install the Selenium IDE CSV Exporter do the following:1. Open the Selenium IDE
2. Copy the contents of $LAMDA_HOME/conf/sel2csv.js
3. In the Selenium IDE menu, choose Options > Options... > Formats > Add
4. Name the format Lambda CSV
5. Paste the contents into the textarea below
6. Click save.You can now export from Selenium into a CSV format which can easily be saved as an XLSX file.
Run Lambda from the command-line interface (Human mode)
-------------------------------------------------------Run Lambda from a continuous integration system
-----------------------------------------------Supported Operating Systems \ Browsers
--------------------------------------
Operating SystemFirefoxInternet ExplorerChromeOperaHTMLUnit
Windows XPyesyesyesyesyes
Windows Vista (32-bit)yesyesyesyesyes
Windows Vista (64-bit)yesyesyesyesyes
Windows 7 (32-bit)yesyesyesyesyes
Windows 7 (64-bit)yesyesyesyesyes
Mac OSX Lion (64-bit)yesnoyesyesyes
Linux (32-bit Ubuntu)yesnoyesyesyes