Implement a selenium test that executes the following steps:
- open the check24 credit card result page under
https://finanzen.check24.de/accounts/d/kreditkarte/result.html. - check whether the cookie
ppset=kreditkarteis set in response headers. - click on the
weiterbutton on the first of the listed products which has the number "1" on its panel (i.e. 1. Barclaycard Visa) - Fill in any email value and click “weiter”
- Choose “Ich möchte als Gast fortfahren” on the opened registration form and click “weiter” After that a form page should appear.
- click on the
weiterbutton at the bottom of the form page. The same form page should appear with lots of error messages. - verify that the error messages are shown for all empty fields
- fill in all fields with valid values, click on
weiterbutton again and the next form page should appear without any error message. - generate a test report for the test results (optional)