Sivakumar Ganesan


Practical tips, stories, and tools for modern testers and quality professionals
  • Demystify Continuous Testing

    In the previous article “There’s more to Continuous Testing than Automating your tests!” , I suggested what else test teams should be looking at in addition to automating their functional tests using their vanilla test automation framework to be successful at continuous testing. While that’s the ideal end-state that every... [Read More]
  • The fallacy of Thread.Sleep

    A simple search in our test automation repository for “Thread.Sleep” returns over 600 instances in just the baseline regression suite alone. With an average of 10 seconds per instance, nearly 2 hours of wait time induced by using Thread.Sleep() alone. By enabling high reuse in the test automation code, this... [Read More]