automation best practices
@Cahllagerfeld : what do you think about introducing some best automation practices like:
- arrange/act/assert pattern,
- beforeEach,
- page object model
to the test solution? It would result in less code repeats (DRY) and better code maintenance.
automation best practices
@Cahllagerfeld : what do you think about introducing some best automation practices like:
to the test solution? It would result in less code repeats (DRY) and better code maintenance.