Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Test automation framework architecture
Rating: 3.9 out of 5(22 ratings)
186 students

Test automation framework architecture

Bulletproof and universal Test Automation Framework architecture pattern
Last updated 2/2023
English

What you'll learn

  • Understand Test Automation Framework concepts
  • Be able to use Selenide to interact with Web UI
  • Understand N-tier (Layered) architecture pattern
  • Be able to write basic automation framework from scratch

Course content

7 sections28 lectures1h 15m total length
  • Introducing course1:52

Requirements

  • You need to be able to read java code
  • You need to have basic knowledge of HTML
  • You need to be able to write code in any programming language
  • You need to have basic understanding of Selenium

Description

Learn how to write test automation framework for any system - step by step.


Many test automation solutions are written by less experienced developers, and, as the result, are not structured well, hindering test automation progress. But there's one very simple, yet effective way to structure test automation framework - 3-layer framework pattern. This pattern will allow you to write test automation framework for any software system (Web UI, Rest API, Desktop, etc) while minimizing maintenance cost.


My name is Alexander Pushkarev, I am Senior Software Engineer. I work in IT from about 2008, and 7 years of my experience I worked as test automation specialist, leading teams and creating test automation from scratch for legacy and green-field projects. I had written several different frameworks and I combined my architecture knowledge acquired during my development work into what I call "3-layer framework" - which is the focus of this course.


I use Java for coding examples, but the course itself isn't focused on any programming language, so if you use Python, .Net or JavaScript I am sure that 90% of the course material will be relevant.


What's inside:

  1. What is test automation framework?

  2. What is architecture?

  3. What design patterns are most commonly used in test automation?

  4. Layered pattern - the way it applied to test automation

  5. Step-by-step framework implementation example

Who this course is for:

  • Junior Test Automation Engineers
  • Manual Testers
  • Junior Developers