Ben Fellows is the founder and CEO of Loop Software Testing and Services. With extensive experience in the software testing industry, Ben has a proven track record of leading teams to deliver high-quality, reliable software solutions.
A comprehensive guide on how to choose the right automation testing provider
TDD emphasizes testing early and often, and by leveraging QA teams for test automation, it can lead to many benefits in the development process.
How to use the beforeEach and afterEach functions in Playwright to ensure that test data is clean and consistent.
Check out Butch Mayhew's expert perspective on seperation of concerns, sphemeral enviroments , and more actionable automation topics!
If you are stuck working with the closed shadow-dom one possible solution is to use the screenshot function to take a screenshot of the element and use playwright to perform visual-based regression testing to confirm that the element matches pixel by pixel.
How to pass authentication and other dynamic files between jobs in GitHub Actions using the actions/upload-artifact@v3 and actions/download-artifact@v3 actions
How to use WaitForResponse & Promises to cut down on 99% of your performance related flakiness.
Learn how to work with dates in test automation using Playwright and NodeJS