Benefits and challenges of end-to-end testing at Zenitech – a deep dive into the e2es testing world
Discover Zenitech’s insights on end-to-end (e2es) testing. Learn the pros, cons, and techniques for a robust software testing approach.
Discover Zenitech’s insights on end-to-end (e2es) testing. Learn the pros, cons, and techniques for a robust software testing approach.
Explore AI’s role in boosting web app reliability through faster and efficient unit testing.
When I sit in front of a new application, ready to test it, I do exploratory testing. It means I put learning in the center of my work. The application is my external imagination, as I set on a quest to do the best possible work testing – providing information – as I possibly can.
Michael Bodnarchuk talks about Playwright which is a game-changing technology for automated testing. Even though the technology behind Playwright is powerful, writing tests in raw Playwright can be challenging for newcomers. Michael explains how to pair it up with the CodeceptJS framework to write browser tests in BDD style, with human-readable steps.
Liudas Demikis shows how to implement TDD framework using JavaScript testing frameworks Mocha, Chai, Sinon, Supertest for integration and Express API testing. He walks through how to use written integration tests for CI TeamCity automation with version control systems, remote code repositories and containerisation tool Docker.