Ashok

Saravanan

India _ InMobi

"Automation Testing with Organised Chaos"

To help our regression suite to be robust, we typically make our automation tests deterministic. So every time the suite is run, it performs the same actions in the same order. This helps catch regression bugs but will not uncover new bugs.

Humans are generally less-deterministic, and have a better chance of uncovering new issues, but take more time. There are also “monkey tests” which inject random events and check if the system breaks, but these issues are hard to reproduce and make it difficult to zero in on the root cause.

How about automation that works somewhere between human and random testing, somewhere between deterministic and exploratory testing? A solution that exercises the system under test differently each run, while using deterministic test cases?

In this session Ashok evaluates these questions and show the ways that flow graphs and AI techniques like evolutionary algorithms can be used to enhance your automated testing. This approach is particularly useful for integration and end-to-end testing.

Key takeaways
  1. How to make your tests “explore” the application in every run
  2. How to use this approach to give you the detailed steps on what led to the issue
  3. This approach augments, rather than replaces regular automated testing
Bio

Software professional with experience in Automation Testing, Quality Assurance Engineering and Development. Ideated, designed and developed Automi(www.automi.io), a platform for automating Automation Testing. An ideator, dreamer and a passionate coder.