15 Point Series – Automated Testing with John Sonmez & Phil Simon

In this week’s 15 point series, John Sonmez (https://simpleprogrammer.com/) and Phil Simon  (https://www.philsimon.com) discus Automated Testing. Here are their top 15 points.

  1. Most popular automated Testing Framework is Selenium
  2. Jasmine is a popular automated Testing Framework for JavaScript
  3. In order to automate testing, need some sort of tool to allow you to manipulate browser
  4. Not as much value for Automated Testing using Waterfall Methodology.  Almost impossible to do Agile without using Automated Testing
  5. A lot of companies are not aware they need Automated Testing (or don’t see the value). A lot of Growth needed within the Industry.
  6. You’re building an application to test that application
  7. Have to build an Automated Testing Framework (as the application will be changing)(Key Best Practice!)
  8. Plan from beginning to make Automated Tests maintainable
  9. Once Trust lost in Tests, difficult to regain confidence
  10. When a Test breaks, have to treat it seriously
  11. Lack of knowledge prevents organizations from embracing Automation
  12. To develop a Automated Testing Framework, have to be a good developer. Also need to understand Testing and Testing Tools.
  13. A lot of organizations do not want to do the Investment
  14. Automate things that you do repeatedly
  15. Try to automate every Tests before implementing code (provides spec or pass criteria)

If you would like to view the entire Interview, click here.