Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated logo image in some screenshots #2448

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Getting-Started/Getting-Started-With-An-Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The Bookshop example automates the tests directly through the Controller of the
Automating below the skin provides several benefits:
less brittle tests, less efforts for automation, better performance of the test suite.

![Controller Automation](/_static/images/BookshopControllerAutomation.png)
![Controller Automation](/_static/images/BookshopControllerAutomation2.png)

#### Inside the Controller bindings

Expand Down Expand Up @@ -170,7 +170,7 @@ Sometimes the behaviour that should be validated cannot be observed on the contr

In case of e2e UI automation the Given steps can open a browser with Selenium and perform the necessary preparation steps. Still, the boundaries of automation are not necessarily strict. Sometimes ensuring all preconditions through the user interface would be very hard, and it is a feasible tradeoff to manipulate the database or other underlying components directly. The When steps typically perform those key user actions on the UI that are in the focus of the scenario. And finally the Then steps can either validate the results on the UI or, again, could look into the database or internal component directly to validate the expected result.

![Selenium Automation](/_static/images/BookshopSeleniumAutomation.png)
![Selenium Automation](/_static/images/BookshopSeleniumAutomation2.png)

To demonstrate this approach as well, the Bookshop example contains an alternative automation implementation for all scenarios using Selenium.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.