Anushamys-anusha.hashnode.dev·Oct 28, 2024Is your Data really Private? You need to know the Truth about End-To-End EncryptionYou hear it everywhere: "End-to-End Encryption", E2EE – the holy grail of secure messaging. But here’s the big question: Is it actually as private as companies claim, or are you only getting half the story? Let’s dive into what this really means for ...DiscussE2E
Ronika Kashyapronika.hashnode.dev·Oct 10, 2024Guide for Cypress Component Testing and its ImplementationFirstly, we will try to understand what component testing is. While testing a web application there are three types of testing which plays an important role in determining the performance of the application which are API testing, Component testing an...DiscussiOS
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·762 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·872 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