...
test automation is not mandatory for all projects, but is highly recommended especially for long term projects
tool we are using for test automation is http://Cypress.io
Note |
---|
Attention QA Specialists: Pricefx does not support the Cypress open-source testing framework for web applications. Explore alternative testing solutions that align with Pricefx requirements. |
test automation should start when some development is finished and the application is stable enough
note that test automation should be discussed with the customer as there should be some extra allocation for development of test automation scripts
test automation should be especially considered in these cases:
the first phase of the implementation was completed, the second phase is beginning and we need to be sure nothing was damaged by the new development
in case we are repeating the same test over and over again
the customer needs to cover a set of use cases because of regular testing after upgrades to a newer release
the same test should be repeated with big data set
...