DEV Community

Cover image for Writing test automation framework - complete course
Alex Pushkarev
Alex Pushkarev

Posted on

Writing test automation framework - complete course

Last week I published some work on test automation architecture. It seems there are not enough good materials on the subject. Most of the materials don't teach how to make a framework and concentrate on tools, such as selenium instead.

I think it is a big mistake - if you concentrate on the framework instead of selenium you will be able to create a test automation framework for any system and type of interface, including:

  1. WEB UI
  2. Mobile
  3. API

So to address this I am creating my own course on test automation framework architecture.

I am planning to publish work in progress on LeanPub (which will be available for the smallest possible price of 5 dollars while not completed) - feel free to check it out - while the course is in progress you can comment on the course content so the course becomes what you want it to be!

When the course is finally done it will be available both on LeanPub and Udemy

LeanPub link: https://leanpub.com/c/writingtestautomationframeworkfromscratch

Top comments (0)