#qa
Read more stories on Hashnode
Articles with this tag
Chapter 02 - how to use Page Object Models, Fixtures, pyTest mark, Environment Variables, pytest.ini and...
Crafting a Rock-Solid Test Plan: Fun and Essential Concepts · Creating a test plan might sound like serious business, but it doesn't have to be boring!...
Picking the Perfect Automation Tool: Your Fun Guide to Testing Success Selecting the right automation tool can feel like finding the perfect pair of...
Python Recall chapter 02 · Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output :...
Series - Automation Concepts - Fixtures · Fixtures: A pytest fixture is a function in the pytest framework that provides a fixed baseline environment...
Series - Automation concepts (POM) · The Page Object Model (POM) is a design pattern in software testing where web page elements are represented as...