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...42 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
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 3, 2024Latest Trends & Tools in Automation TestingAutomation testing is rapidly evolving, driven by advancements in technology and the growing complexity of modern software systems. Staying updated with the latest trends and tools in this field is crucial for professionals aiming to maintain a compe...1 likeTestingTesting
Emma Thomsanqaexpert.hashnode.dev·Sep 20, 2024Low Code Vs No Code Platforms: What is the Main Difference?Low Code vs No Code: The demand for software applications has increased exponentially in the last few years. This is putting tremendous pressure on organizations to develop and deploy software products quickly to meet consumer expectations. As a resu...appium
Halmurat Twww.halmurattahir.com·Sep 19, 2024🚀 Why Use Text to Locate Elements in Automation?When writing test scripts, one of the biggest tasks is finding and interacting with elements on a web page. While you can use IDs, classes, or CSS selectors to locate them, using text is a simple and effective method that often gets overlooked! Let’s...QA Best Practicesautomation testing