test html
# W3C - Check the markup (HTML, XHTML, …) of Web documents:
https://validator.w3.org/
# CSS:
https://jigsaw.w3.org/css-validator/
test html
# W3C - Check the markup (HTML, XHTML, …) of Web documents:
https://validator.w3.org/
# CSS:
https://jigsaw.w3.org/css-validator/
tags in test framework
--------------------------------------------------------------------
What is your tag strategy in Cucumber?
- I create different testing suites
using different tags.
- We can use multiple tags in the same
feature file to have the same feature file
be part of different testing suites as well.
- for ex:
Feature #1:
@Smoke @Regression @abc
- We use the "and - or - and not" keywords
to include or exclude specific tags from test runtime.
test html
# W3C - Check the markup (HTML, XHTML, …) of Web documents:
https://validator.w3.org/
# CSS:
https://jigsaw.w3.org/css-validator/
tags in test framework
--------------------------------------------------------------------
What is your tag strategy in Cucumber?
- I create different testing suites
using different tags.
- We can use multiple tags in the same
feature file to have the same feature file
be part of different testing suites as well.
- for ex:
Feature #1:
@Smoke @Regression @abc
- We use the "and - or - and not" keywords
to include or exclude specific tags from test runtime.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us