Abhayabhayit2000.hashnode.dev·Jan 30, 2025A Comprehensive Guide to Conducting Test Automation Using Appium & Cucumber on a Cloud-based InfrastructureThe widespread use of mobile applications in our daily lives has created a demand for seamless integration and reliable performance. Modern tech-savvy users expect mobile apps to solve their problems seamlessly and without fail. However, with bugs, n...Cucumber
Abhayabhayit2000.hashnode.dev·Jan 29, 2025Why Is Appium Better For Mobile Test AutomationAny practical mobile software development approach now includes an automated software testing platform. Even though there are many other mobile test automation solutions, Appium has emerged as the best due to its efficiency. Mobile testing using Appi...appium
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...1 like·411 readstest-automation
pallavi chauhaninnovateitworld.hashnode.dev·Dec 4, 2024Top Software Testing Tools for Manual and Automated Testing in 2024In the fast-paced world of software development, ensuring quality, functionality, and performance is more critical than ever. Software testing plays a pivotal role in achieving this, and selecting the right tools is essential. Whether it’s manual tes...PractiTest
pallavi chauhaninnovateitworld.hashnode.dev·Nov 14, 2024The Software Tester’s Toolkit: Must-Have Skills and Tools for 2024With software testing advancing rapidly, a tester's toolkit must be equipped with up-to-date skills and technologies to keep pace. As new frameworks, automation tools, and methodologies emerge, testers need to stay adaptable and well-informed. This b...Analytical Skills
Siddarthacloudqa.hashnode.dev·Nov 13, 2024Flutter App for UI automationEnabling APP for UI automation Install Appium Flutter Driver: Appium Flutter Driver is a test automation tool for Flutter apps on multiple platforms. You can install it via npm: npm install -g appium-flutter-driver Enable Flutter Driver: You need to...appium
Ronika Kashyapronika.hashnode.dev·Oct 21, 2024What Is Appium Testing? And Why Is It A Popular Tool For Mobile TestingApp owners want their apps to function the best and will not allow the presence of defects that plague a software system with numerous bugs and errors. When numerous defects plague an app, it creates a ripple effect beyond the technical aspects. User...appium
Steve Worthamstevewortham.hashnode.dev·Oct 18, 2024Complete Appium Inspector Tutorial For Testing Mobile AppsIt supports multiple programming languages and has a handy utility called the Appium Inspector. Appium Inspector allows users to inspect the UI of a mobile app, helping them to evaluate key UI elements such as buttons, images, form fields, etc. acros...Testing
Hugh McCamphillhughmccamphill.com·Oct 16, 2024Appium, iframes and iOSWhen performing end to end journey test automation on an eccommerce style website, it’s common for security reasons for the credit card fields to be loaded in an iframe to allow payment forms from a payment service provider to added to a website in a...79 readsappium
Abhayabhayit2000.hashnode.dev·Oct 4, 2024React Native in 2024 - Detox or Appium?In mobile application development, ensuring robust performance and functionality is paramount. React Native, a framework that helps build cross-platform mobile apps, demands rigorous testing to maintain quality. Among the various tools available, Det...React Native