Tomasz BugaforCloudflight Engineering Blogengineering.cloudflight.io·Jan 8, 2025Understanding the Essentials of Mobile Test AutomationPreface When it comes to test automation in general, it's easy to say that it's complex. If we were to stick to the classic separation of the Test Pyramid, we'd end up with: - Unit tests, which can be implemented for both backend and frontend. - Inte...54 readstest-automation
Aditi DixitforGeekyAnts Tech Blogtechblog.geekyants.com·Nov 26, 2024Key Benefits of Detox Automation for TestersTesting plays a crucial role in software development, especially when it comes to mobile apps. End-to-end testing ensures that the app behaves as expected from the user's perspective. One of the most widely used tools for this in React Native is Deto...technology
Preeti samuelkamilapreetisamuel.hashnode.dev·Jun 25, 2023Gray Box TestingGray-box testing is a software testing methodology that combines the elements of black-box testing and white-box testing. It involves testing the software system with partial knowledge of its internal workings and functionality. The tester performing...Jest
Irem Karaogluiremkaraoglu.com·Jul 13, 2022UI Testing in React Native with DetoxToday, I would like to talk about UI tests, which is one of the things that I am responsible for years in the company that I work at. Let’s start with what is UI testing. UI testing is basically what designers, testers and the frontend developers do ...1 like·171 readsReact Native
Eric FriedmanforGotta Go Fastblog.gottagofast.com·Jun 29, 2022JustSalad goes beyond fastJust Salad has been around for over a decade. Serving the best salads, sandwiches, soups, wraps and so much more. They have locations around the world and are growing fast. They have been focussed on sustainability and convenience from the beginning ...97 readsReact Native
Avinash Kannanavinashk.hashnode.dev·Jun 23, 2022CI for Detox Mobile Test Automation framework using GitHub Actions and Azure PipelinesOverview In continuation to my last detailed blog on setting up Detox test automation framework, We will set up CI for the same using GitHub Actions and Azure Pipelines. GitHub Actions Actions is a feature released by GitHub that allows you to set up...2 likes·406 readsazure-devops
Avinash Kannanavinashk.hashnode.dev·May 19, 2022Detox : Gray box end-to-end test automation framework for react-native appsPre Requisites Node.js https://nodejs.org/en/download/ or use Homebrew command brew install node (Note : Install Node.js v12.0 or above. Use nvm if you need to manage your node versions installed on a single machine) Android Studio Setting Up an And...4 likes·96 readsReact Native