Jace Reedjacereed.hashnode.dev·Sep 25, 2024Playwright Selectors and Locators: Everything You Need to KnowPlaywright is a powerful test automation framework, allowing users to control web applications and conduct End to End test automation. In this article, we will try to cover complete functionality and the implementation of playwright selectors and loc...Discussplaywright
Amos Gyamfiamosgyamfi.hashnode.dev·Aug 7, 2024Secure Data and Safeguard Users an App With End-to-End EncryptionHave you ever wondered about the cost and wreaking havoc data breaches cause worldwide every year? Let’s look at how end-to-end encryption eliminates this concern. In securing web and mobile applications, developers generally use traditional methods ...Discussencryption
Ahmad W Khanblog.ahmadwkhan.com·Jul 19, 2024Understanding End-to-End EncryptionIn an era where digital communication has become integral to our daily lives, the need for secure and private messaging has never been more critical. End-to-end encryption (E2EE) stands as a formidable guardian of privacy, ensuring that only the inte...Discuss·1 likeE2E
Temuneltemunel.hashnode.dev·Jul 8, 2024Using Fake Streams In Chrome Browser During NightWatch.js Tests Instead of Allowing Permissionshttps://medium.com/@temunel/using-fake-streams-in-chrome-browser-during-nightwatch-js-tests-instead-of-allowing-permissions-c87c197075cfDiscussnightwatch
Temuneltemunel.hashnode.dev·Jul 7, 2024Get chrome browser console logs during the Nightwatch.js e2e testinghttps://medium.com/@temunel/get-chrome-browser-console-logs-during-the-nightwatch-js-e2e-test-abc8c181701aDiscussnightwatch
Tally Baraktallybarak.com·Jun 22, 2024The UI Testing Panorama: From E2E to Isolation and Everything in BetweenIn today's digital landscape, user interfaces have evolved far beyond simple forms and basic interactions. Modern UIs are rich tapestries of intricate interactions, micro-animations, advanced gestures, and media-rich content. As users demand smooth, ...Discuss·697 readsTesting
Esther Okaforestherokafor.com·May 19, 2024Beyond Assertions: Data Validation using Cypress with JSON Schema in End-to-End TestingIn our last exploration, we tackled various methods for asserting APIs using Postman. The positive feedback on that article reinforces the importance of robust API testing. While assertions are essential for verifying responses, what if we could move...Discuss·799 readsjson-schema
Roubert Edgarforbipedblog.biped.works·May 11, 2024Android end-to-end test automationRecapping: In the A journey through end-to-end tests article (Please, read it first) we was introduced to the end-to-end, user journey test or smoke tests terms. We also saw how to write test scenarios using Gherkin Syntax to structure our Domain Spe...Discuss·26 readsAndroid
Chamoda Ranasingheblog.chamodaranasinghe.com·Jan 12, 2024Setup your local environment for GraphQL E2E Tests - NestJS / DockerIn the dynamic landscape of web development, end-to-end (E2E) testing is a crucial step to ensure the seamless functionality of applications. When it comes to GraphQL-powered applications built with NestJS, setting up a local environment for E2E test...DiscussDocker
Ben Hammondblog.benhammond.tech·Dec 9, 2023Making E2E Tests Harder, Better, Faster, and Stronger💡 In short: use Playwright for end-to-end testing of your web app; don’t sleep on its built-in code generation and reporting features; aim to target stable, deployed URLs when possible. What is Playwright? Playwright is an exceptional package that...Discuss·10 likes·559 readsplaywright