AI for QA: Build skills that get you hired | Save your spot

Quality, Automation and AI

SafariDriver: How to run Selenium tests in Safari

Safari is a widely used browser, second only to Google Chrome, with approximately 17.99% global market share as of February…
Selenium

Selenium find element by class method: A practical guide

Selenium is a popular browser automation tool. Using Selenium, you can automate almost every action a regular user can perform…
Selenium

Protractor Testing: A Brief History and Its Relevance Today

Introduction Protractor was a test framework for web applications, primarily used for performing end-to-end (E2E) testing in Angular and AngularJS…
Agile

Test Data: A Complete Guide

Notwithstanding testing in production—which should be part of any mature QA strategy—you should avoid using production data directly. Instead, use…
QA, Selenium

Selenium Wait for Page to Load: A How-to Guide

Selenium Wait for Page to Load: A How-to Guide Selenium has proven to be a good framework for automated testing.…
Selenium
Jest

Jest testing: A complete tutorial

Jest testing: A complete tutorial When it comes to unit testing frameworks for JavaScript, Jest is certainly a serious contender…
JavaScript Testing