Browsing Tag
automationtesting
3 posts
Why Testers’ Needs Are Critical for Software Success
Incorporated into our daily lives, software has improved our routines and provided opportunities for business growth. However, this…
Mastering Selenium WebDriver for Efficient Automation Testing
Automation testing is a crucial skill for any modern QA tester, and Selenium WebDriver stands out as one…
Playwright Awesome Selectors
Check out my short post on Playwright Awesome Selectors My personal favourite is page.getByRole(role, options) eg: await page.getByRole('button',…