Skip main navigation

Debugging and developing custom utilities

In this video, you’ll explore debugging and developing custom utilities. You will learn more about: how to debug your code how to develop re-usable custom utilities.

Implementing page objects mechanism

In this video, you’ll explore implementing page objects mechanism into framework tests. You will learn how to create a page object design pattern.

Generalising browser invocation codes

In this video, you’ll explore how to generalise the browser invocation code. You will learn more about: initialisation connecting a fixture to a test.

Introduction to logging in Python tests

In this video, you’ll be introduced to logging in Python tests. You will learn more about: what logging is why logging is important in framework development different types of logging …

Grouping tests with Pytest marks

In this video, you’ll explore grouping tests with Pytest marks to run selected groups. You will learn more about: the concept of “mark” marking tests in order to group them …