#python
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...
Python Recall chapter 02 · Concatenation : concatenate using '+' operator prefix = "al" suffix = "pha" print(prefix + suffix) # output :...
Series - Automation concepts (POM) · The Page Object Model (POM) is a design pattern in software testing where web page elements are represented as...
Python Recall session 01 - Basic Syntax and Data Structures · Welcome, Eng! Python Recall Session: Your Quick Reference Guide This session is designed to...
Chapter - 01 Playwright, Python UI automation · First of all i created a repo on GitHub https://github.com/kunaal-ai/para-bank-ui-automation then cloned...