The article provides an overview of test automation packages, key scenarios for using test automation, and the importance of advanced regression testing. It discusses the benefits of test automation in verifying key business cases, eliminating regular testing after Go-Live, and checking application functionality after updates or bug fixes. The article also outlines the test automation overview, including the use of Cypress technology, different package options, and the scope of test automation development.
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
We have several Test automation packages that we communicate to customers. These may vary depending on your needs and processes and need to be tailored to you. However, here is a general overview for your convenience, so you can get a rough idea of what these entail.
Key scenarios for using test automation
Verify key business cases during long term projects with several phases
...
Training new users to effectively utilize Pricefx can also be much easier done. By using Cypress, we are able to record the testing process, allowing us to provide videos that demonstrate how to use Pricefx to new users. These videos are very handy in helping new users become proficient in working with our application.
Advanced regression testing
Advanced regression testing is essentially testing with customized test automation scripts. it is important to dedicated the time and effort to this as regular testing will help increase the confidence that the Pricefx application work correctly every time it is used. This becomes increasingly more important upon new developments, bug fixes of software upgrades.
...
Focus on your business cases - Test automation scripts will be developer according to your business cases
Regular testing - Testing will check functionality of Pricefx application every night
Fast issue detection - Report from each testing can be sent to responsible persons
Facilitate future upgrades of Pricefx core software
Test Automation Overview
When it comes to test automation there are a few things that are worth mentioning. For starters, regression testing is highly useful for long term projects.Apart from X-Ray, the technology we use for testing is also Cypress. This is an open source at no additional cost. The scope is in accordance to the package that has been selected and in agreement with the use cases established by the customer before the test automation development. Maintenance is part of the COSA or subscription. From a time paoint of view, test automation development can start after UAT acceptance and will be finalized after Go-Live.
...