Bonus: API Testing course

Learn QA Automation Engineering

Boost your
QA career

  • Learn Python, high-demand coding language
  • Hands-on practice + Internship with feedback
  • Mentorship and 1:1 Career Coaching
$115K
Average graduates' salary
*Please read all terms and conditions here.
Students utilizing a loan option are not eligible.

Save 26% - Limited time offer

Enroll by

May 2nd

to reserve your seat in this round

Program duration

24 weeks

with an average of 6-8 hours per week

Prerequisites

For everyone

with entry-level knowledge or experience in Manual QA

QA Automation
made easy

Our training makes QA Automation accessible for anyone with Manual QA foundations. Learn UI testing with Selenium and Behave (Page Object Pattern). Master Automation, learn the popular programming language Python, and become an in-demand QA Engineer.

Algorithms

Algorithms

Build your own algorithms
Homework

Homework

Practice and get feedback
Essential only

Essential only

You won’t get overwhelmed

Your career
journey

QA Bundle​​

Manual QA training is included: no prior experience required

Land a job even before you finish the program

Save on your tuition: get 3 programs with bundle savings

Manual QA
Become a software QA Engineer, no previous experience required!
13½ weeks
QA Automation
Become an in–demand, high–earning employee by mastering Python, the most popular programming language.
24 weeks
SQL Basics
Distinguish yourself from other candidates and further increase your demand by mastering the database language, SQL
1 week
Upfront or financing
-25%
From: $6200 $8300

Step-by-step
gameplan

intensive training
1

Say hello

Meet your Career Advisor and start your journey toward a successful career in Quality Assurance. Ask about financing options!

2

Join expert-led classes

Join our immersive classes – start with 5 weeks of Python followed by 11 weeks of QA Automation. Practice and get ongoing support

3

Start internship

Get real-world experience for your resume and LinkedIn. Practice and gain confidence by completing a project with one of our partner companies

loading a job
4

1:1 Career Coaching

Your 1:1 Career Coach will help you to improve your resume and LinkedIn and prepare for job interviews

5

Job search

Explore openings and track all of your applications in one place to accelerate and simplify your job search

6

You’re hired!

Our graduates earn an average starting salary of $110-170K per year!

1:1 career coaching

Land your dream job with Careerist. Your coach will provide the support and motivation you need to shine in your job search

One Year of Unlimited* 1:1 Career Coaching

Your personal job success companion

Resume and LinkedIn Optimization

Elevate your first impression

Job Interview Preparation

 Ace your next interview

Job Search Guidance

Get support even after securing a job

Personalized Job Matching

Find jobs fast with tailored matches

Job Search Tracking

Track applications for a quicker search

*Review terms and conditions here.

15 weeks
of learning

Module 1 M1. Python Programming

Python Programming

In this module, you will learn the fundamentals of the Python programming language, which serves as the foundation for QA Automation. You will gain knowledge and hands-on experience with Python syntax, data types, control flow, functions, and file handling. Passing 10 lessons, you will have a solid understanding of Python programming and be ready to apply it in the context of QA Automation.

Module 2 M2. Introduction to QA Automation

Introduction to QA Automation

This module provides an introduction to QA Automation and sets up the necessary environment for the course using Python, Selenium, and Behave. You will learn about locators, the most common WebDriver commands, and create your first test case. Additionally, you will be introduced to Git, a version control system widely used in software development.

1
Test Automation: Lesson 1 (Intro & environment setup: Python, Selenium, Behave)

Course introduction. Setting up the environment for the course. This includes installing Python3 and PyCharm, plus Selenium WebDriver and Behave.

2
Test Automation: Lesson 2 (Locators, Most common webdriver commands, First test case creation)

Locators, specifically XPATH, and how to use them to identify elements on a web page. Most common WebDriver commands, such as clicking, typing, and navigating to a URL. Creating the first test case using Selenium WebDriver.

3
Git - 1/2 (Git installation and introduction)

In this lesson you'll learn:
– How to create a GitHub account and repository
– How to install and configure Git
– What Git commands are commonly used in the console
– How to create commits

4
Git - 2/2 (Git Basics)

Git is a powerful version control system used to manage code and track changes. In this lesson, you'll learn how to create a Git repository, stage and commit changes, and use branches to manage development. You'll also learn how to use basic Git commands like git clone, git pull, and git push. With this lesson, you'll be on your way to becoming a proficient Git user!

Module 3 M3. Web Testing Fundamentals

Web Testing Fundamentals

In the third module, you will dive into web testing fundamentals. You will learn about CSS selectors, how to create and execute test cases, and the basics of behavior-driven development using Behave. The module also covers HTML and CSS basics, including the structure of HTML documents, adding links, images, and media, as well as applying styles using CSS selectors.

5
Test Automation: Lesson 3/10 (CSS selectors, More test cases, Behave fundamentals)

CSS selectors as an alternative to XPATH. Creating multiple test cases. The fundamentals of behavior-driven development, including features, scenarios, and steps. Common errors and how to effectively debug test scripts.

6
HTML/CSS: Lesson 1/2 (HTML + CSS Part 1)

This lesson will introduce you to the basics of HTML, which is a common language in web development and therefore important for web testing. HTML is used to create web pages. In this lesson, you'll learn the basics of creating an HTML document, including how to structure the document with headings, paragraphs, and lists. You'll also learn how to add links, images, and other media to your web pages.

7
Test Automation: Lesson 4/10 (find_elements & find_element usage, Assertions)

Learn how to work with multiple web elements in test automation: find_elements and find_element. Gain a deeper understanding of these fundamental concepts of automated tests. Assertions for multiple elements.

8
HTML/CSS: Lesson 2/2 (HTML + CSS Part 2)

This CSS basics lesson is designed for beginners who seeking to learn the fundamentals of Cascading Style Sheets. CSS is used to to set layouts and styles for web pages created with HTML. In this lesson, you'll learn how to apply styles to HTML elements using selectors, declarations, and values. You'll also explore various CSS properties that can be used to control the appearance of text, backgrounds, borders, and more. Additionally, you'll learn about the box model, which is a fundamental concept in the CSS layout.

Module 4 M4. Advanced Web Testing. Algoritms Intro

Advanced Web Testing. Algoritms Intro

This module will expand on web testing fundamentals and delve into advanced web testing topics such as WebDriver waits, expected conditions, window handling, and the page object pattern. In addition, you will be introduced to algorithms with lessons on algorithmic problem-solving techniques and string manipulation.

9
Test Automation: Lesson 5/10 (WebDriver Waits, Loops in test automation)

Use WebDriver Waits, including explicit and implicit waits as well as sleep. These concepts are essential for creating stable and reliable automated tests that can handle various scenarios and conditions. Loops in test automation.

10
Test Automation: Lesson 6/10 (Expected Conditions library, Window handling)

Expected Conditions library, which helps in creating more reliable and efficient automated tests. Window handling, a crucial aspect of web automation that involves switching between different windows and tabs. By mastering these techniques, you can create more comprehensive and effective automated tests that cover various scenarios and conditions.

11
Test Automation: Lesson 7/10 (Page Object Pattern)

Page Object Pattern is a key concept in QA Automation. The Page Object Pattern is a design pattern used to create a structured representation of web pages in code. It allows to separate locators and build reusable methods. It helps avoid code duplication and makes the code easier to maintain.

12
Algorithms: Lesson 1/5 (Introduction to algorithms)

In this lesson on coding interviews, we'll explore why coding interviews are important and how to prepare for them. Coding interviews are a common part of the hiring process for many tech companies and involve solving algorithmic problems in a limited amount of time. In this lesson, we'll discuss common coding interview formats and strategies for preparing for them, including practicing with coding challenges and algorithms.

13
Algorithms: Lesson 2/5 (String Algorithms)

In this lesson, you'll learn about strings and their uses in programming. You'll explore how to define and manipulate strings in Python, including slicing and concatenation. Additionally, you'll learn about common string methods, such as finding substrings and replacing characters. You'll also learn about formatting strings and handling characters.

Module 5 M5. Test Automation Best Practices + Work with AI

Test Automation Best Practices + Work with AI

In the fifth module, you will learn about best practices in test automation. You will explore advanced topics such as handling actions, dropdowns, and frames, performing multi-browser testing, implementing logging, and utilizing tools like BrowserStack and Allure for reporting. This module also includes lesson where you will learn how to use Artificial Intelligence effectively in your daily tasks.

14
Test Automation: Lesson 8/10 (Actions, Dropdowns, Frames)

Actions, Frames, Dropdowns. Actions refer to user interactions such as clicks, inputs, and selections. Dropdowns are GUI elements that allow users to select from a list of predefined options. Frames are used to embed HTML documents within other HTML documents. Understanding how to handle these elements in automated testing is crucial to ensure accurate and efficient testing.

15
Test Automation: Lesson 9/10

Logging is used to capture and log the events that occur during test execution, providing valuable insights for debugging and analysis. Allure is a reporting tool that generates detailed and comprehensive reports on test execution results. Behave commands will help you run tests from a terminal. In this lesson, you will also learn how to simplify your work by using AI.

16
Algorithms: Lesson 3/5 (Lists Algorithms Part 1)

In this lesson, you'll learn about lists and their uses in programming. You'll explore how to define and manipulate lists in Python, including adding and removing elements, slicing, and sorting. Additionally, you'll learn about common list methods and functions, such as finding the length of a list and searching for specific elements.

17
Algorithms: Lesson 4/5 (Lists Algorithms Part 2)

In this lesson, we’ll continue solving problems with lists.

Module 6 M6. Mobile Testing Intro and Job Market Preparation

Mobile Testing Intro and Job Market Preparation

The final module focuses on basic mobile testing and job search preparation. You will learn about mobile automation using Appium for testing Android applications. You will also receive guidance on job search strategies, interview preparation, and important considerations for the job market. The module concludes with a Q&A session to address any remaining questions or concerns.

18
Algorithms: Lesson 5/5 (Sorting and search)

In this lesson, you'll learn about sorting and its uses in programming. You'll explore different sorting algorithms, including bubble sort, selection sort, and merge sort, and learn how to implement them in Python. Additionally, you'll learn how to use Python's built-in sorting functions, such as sorted() and sort(), to sort lists and other iterable objects.

19
Test Automation: Lesson 10/10 (Mobile Automation, Appium, Android)

Mobile automation gains popularity, especially with the increasing use of mobile devices. Appium is an open-source mobile automation framework that allows testing of both Android and iOS apps. In this lesson, we will setup mobile automation framework from scratch and build an automated test case using Appium.

20
Test Automation: Lesson 11 (Job search and interview prep)

Job search and job applications. Communicating with recruiters and hiring managers. How to answer questions in job interviews. Understanding the job market and how to negotiate your salary (including benefits and compensation). Full-time vs. contract positions. How to answer the “tell me about yourself” interview question.

21
Final Lesson

(Q&A)

Our instructors

Careerist graduates
have been hired by:

* Careerist graduates have found employment in the companies listed above after participating in our career training programs. These companies do not in any way endorse, sponsor, approve, support our training and are not in any way affiliated with Careerist.com.

Reviews

Invest in your
QA career

QA Automation

Includes QA Automation training program, and Python

  • Live lessons with industry experts
  • Internship
  • 1:1 Career Coaching
$4600
$6200
Pay once and save $1600 on tuition
$6200
$0
Get a convenient financing plan, personalized for you
QA Bundle

Includes Manual QA, QA Automation, Python, SQL programs

  • Live lessons with industry experts
  • Internship
  • 1:1 Career Coaching
$6200
$8300
Pay once and save $2100 on tuition
$8300
$0
Get a convenient financing plan, personalized for you

Our track record

Our programs are reviewed in all major course review sites as well as well as features in national media. Careerist is your trust worthy career partner.

Sitejabber

4.56

Career Karma

4.7

Switchup

4.56

Careerist in the 7NEWS

Careerist in the 7NEWS

Up to 26% off, Invest in your future career

Get matched with a Career Advisor to help you select the right program for you.

Bonus: API Testing course

FAQ

Will you support me as I learn?

At Careerist, we set a new industry standard for supporting our students. During your studies, you can connect with your instructors and support staff to get help. When you join your internship, you‘ll be part of a team, and your team lead can answer questions. Finally, you‘ll be assigned a 1:1 Career Coach to help with your job search and prepare you for job interviews. There‘s no more supportive learning and job search experience than with Careerist.

Are there any payment options?

To help with your financial investment, we now offer options to ease tuition payment including: installment plans and a financing option offered by our third-party lending partners. To tailor your plan, please contact us at [email protected]

Will you help me find a job quickly?

Yes! At Careerist, our goal is to help you get a great job in tech quickly. Our program provides the most up-to-date skills and materials that are in line with the job market. Instructors, mentors, and coaches will provide insider information to help you stand out in the job market. Your Career Coach will work with you to provide the necessary foundation and guide you through the job search process. If your main goal is to find a job quickly, we will prioritize that strategy and continue working with you until you secure an offer.

Do I need to quit my current job during the internship?

You don’t! The internship is remote and you can set your own schedule (as long as you meet the deadlines). We recommend setting aside several hours a day for 5 days a week during your internship.

Is the internship paid?

This program doesn’t offer paid internships. However, your internship is a vital part of your plan to land your first job in tech. The internship will help you practice your new skills hands-on, and also provide you with references and content for your LinkedIn and resume. You can also bring up your real-work experiences during your job interviews to maximize your chances to get a job offer fast!

Will I get a certificate?

Yes! You will receive a Careerist Certificate of Completion.

Who are the instructors?

Our instructors are experienced QA professionals from the biggest companies in the world (Google, Apple, Intel, Meta, and Bank of America to name a few). In addition to their expertise in QA, they are passionate instructors who explain concepts clearly while providing real-world answers to questions about your future job.

Does Careerist accept students who are outside of the US?

Yes, everyone is welcome! Just please keep in mind that $65K-$100K salaries are typically found in the US and Canada only. Please research what’s the expected salary in your region.

4.6
Stars
4.6
Stars
4.5
Stars