Examples Projects
In this section, you can find the example projects of WebEngine Framework using different test approache. The code source of the example project can be found on Git repository of the WebEngine Project.
Linear Scripting Approach
See how to use WebEngine with an Unit Test framework and write linear test scripts
Gherkin Approach
See how to use WebEngine with Cucumber / Specflow to automatize Gherkin scenarios
Keyword-Driven Approach
Concrete example of how to write keyword driven approach (without test data externalization)
Dava-Driven Approach
Concrete example of how to write keyword driven approach with test data externalization.