Blog

Oleksandr Holyshevskyi

Senior QA Engineer based in Prague, Czech Republic

Quick Links

  • About
  • Experience
  • Skills
  • Contact
  • Blog

Contact

  • holyshevskyi.a@gmail.com
  • +420 775 161 467
  • Prague, Czech Republic

© 2026 Oleksandr Holyshevskyi. All rights reserved.

Built with Next.js & NextUI

P

osts filtered by:

playwright

    27 min read

    October 25, 2023

    🌟 Functional Programming in Automation Testing with TypeScript and Playwright 🤖🚀 Part II

    Card background
    In the post

    Welcome to the second part of our exploration into functional programming in automation testing. In this continuation, we will delve deeper into the practical implementation of the concepts we've discussed so far. Here's what you can expect in this part: Here are step-by-step instructions for i...

    Read more

    11 min read

    October 22, 2023

    Functional Programming in Automation Testing with TypeScript and Playwright — Part I

    Card background
    In the post

    Functional programming in automation testing is a paradigm that leverages the principles of functional programming to design and write test scripts. Unlike traditional imperative testing approaches, functional programming focuses on creating test cases as pure functions, emphasizing immutability...

    Read more

    7 min read

    October 16, 2023

    Using Chained Functions for Automation Testing with Playwright and TypeScript

    Card background
    In the post

    Welcome to the world of chained functions for automation testing with Playwright and TypeScript. Building on the previously explored PageObject pattern, this topic introduces a powerful and efficient way to streamline your testing workflow. In this guide, we will dive into the concept of chaining...

    Read more

    14 min read

    October 13, 2023

    Exploring the PageObject Pattern for Automation Testing

    Card background
    In the post

    Are you a software tester looking to optimize your automation tests and make them more maintainable and readable? If so, then the PageObject pattern might be your secret weapon! The PageObject pattern is a design pattern that enhances the organization and structure of your automation tests. It abst...

    Read more