2016-04-26
0.0.2
J.
9.1.0.20
All
.NET
Applications
[Overview]
Behaviour Driven Development Framework to (regression)test webapplications with cucumber and browserstack
[Detail]
Stumbled upon cucumber and decided if I could get it to work with Outsystems.
In short:
1. create features(test scripts) in gherkin language
2. run those scripts.
3. scripts are parsed into selenium-webdriver calls.
4. if correctly set, those scripts are run in browserstack.
so you need an account@browserstack to make it work.