Auflo TeamforAuflo Blogblog.auflo.in·Nov 20, 2024Beyond Automation: The Rise of Autonomous Testing CollectivesRemember that feeling when you first discovered unit testing? Get ready for that same rush of excitement, because we're about to explore something revolutionary in the testing world.The Death of Test Cases (As We Know Them).Forget everything you know...DiscussAI
Ronika Kashyapronika.hashnode.dev·Nov 18, 2024Creating an Effective Test Automation Strategy: Your Guide to SuccessIn the dynamic world of software development, test automation is no longer a luxury but a necessity. An effective test automation strategy helps organizations maintain high-quality software, meet tight deadlines, and adapt to the fast-paced tech envi...Discussbenefit of test automation
Sam Atinksonsamatinkson.hashnode.dev·Nov 14, 2024Measuring Success: A Comprehensive Guide to Calculating Test Automation ROIIntroduction In today's Agile development landscape, automation testing has transitioned from an optional addition to an essential component of QA pipelines. Rapid software releases and frequent updates to meet evolving customer expectations make aut...Discusstest-automation
Alex Martinquick-guide-to-build-verification-testing.hashnode.dev·Nov 12, 2024Quick Guide to Build Verification Testing: Best Practices and TipsImagine you’ve just finished building a new feature for your software application. Exciting, right? But before you jump into extensive testing, you need to ensure that the basic functions are working correctly. This is where Build Verification Testin...Discuss·1 likeTesting
Ronika Kashyapronika.hashnode.dev·Nov 7, 2024How to Write and Handle Dynamic XPath In Selenium [with Tactics]It is critical for automated testing to be able to recognize the web elements of an Application Under Test (AUT). Learning how to find web elements and writing dynamic XPath in Selenium manually may take a long time and a lot of practice. For example...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Nov 7, 2024Testing Push Notification: Test Push Notification in iOS Simulator & AndroidHowever, implementing push notifications can be challenging, and testing them is essential to ensure their proper functioning. Fortunately, iOS and Android provide simulators that allow developers to test push notifications without the need for physi...DiscussTesting
Abhayabhayit2000.hashnode.dev·Nov 6, 2024The Evolving Landscape of Test Automation: Insights into Emerging Trends and TechnologiesTo understand the future of test automation and its emerging trends and technologies, it's crucial first to know where the testing landscape is and where it's been. In the past decade, there has been a significant transformation in the enterprise IT ...Discuss·48 readsautomation testing
Steven Boutcherblog.thesocialqa.com·Nov 4, 2024My Journey to Building Authority in QAThis year has been a rollercoaster, to say the least. I've seen some incredible growth in my online presence, and I've learned some hard lessons along the way. I want to share my experiences with you, from expanding my social media following to launc...DiscussQA
Rishikesh Vajrerishivajre.hashnode.dev·Nov 3, 2024How to Automate Test Data in CI/CD PipelinesIn the rush of CI/CD automation, managing test data for every release cycle often feels like juggling without a safety net. If you’ve been a tester or developer in the thick of it, you know exactly what I mean! At the heart of the challenge is test d...DiscussHow to Automate Test Data in CI/CD Pipelines
Rishikesh Vajrerishivajre.hashnode.dev·Nov 2, 2024How to do Fuzz Testing: Unpredictable Test Data 📑In software testing, we often focus on testing our systems with "known" conditions i.e., valid inputs, typical scenarios, and expected flows. But what happens when your system encounters something truly unpredictable? This is where fuzz testing steps...Discussfuzz-testing