Challenges in scaling Quality Infrastructure
Nitika Mehta
@nitikamehta
Maintaining Quality infrastructure in a distributed system is a challenge.
As a quality engineer, one must have come across situations where we have to:
Manage pre-conditions for our automated tests.
Build test data across multiple regions where application is deployed.
Quickly create automated tests in an independent fashion, when large team(s) share common resources.
Scale the automation, tooling & frameworks to support extreme parallelism in cleaner way.
Avoid human errors in testing frameworks.
Destroy and re-create test infrastructure quickly.
Efficiently utilize resources.
Put execution time to optimized use.
Consistently report the test results.
Reduce maintenance cost of your test infrastructure continuously.
Minimize human intervention in existing infrastructure to reduce test failures.
We, at Sumologic, faced similar situations when we started automation for our application. In this talk, we will talk about how one can work on these challenges using open source tools. Like,
Managing test infrastructure as code using Terraform. This helps moving away from manual infrastructure management.
Achieving parallelism in UI tests by running them on a selenium hub managed in Amazon Elastic Container Service (Amazon ECS).
Automating creation of test data which takes care of full updates and partial updates.
Outline
Walk-through the challenges through Use Cases
Proposed solutions for each challenge
Speaker bio
A SDET by heart, Nitika is currently working in Sumologic and is building quality infrastructure for her team.
Slides
https://drive.google.com/file/d/1bW01d8lsf4fN9O3HXGvFcAZCMi8IQ8Iq/view?usp=sharing
{{ errorMsg }}