Michael PerezforMichael Perez's blogmichaelperez.hashnode.net·Sep 22, 2022An Overview of JUnit: the Best Java Testing FrameworkIntroduction JUnit combines two popular terms – Java and Unit Testing. Let us first look into these terms independently. Unit testing is a software development course in which the lowest testable neck of an application, known as units, are independen...Discuss·6 likesTesting
Md Moeen Ajaz KhanforMd Moeen Ajaz Khanmdmoeenajazkhan.hashnode.net·Dec 30, 2022UI Automation Testing Demo SiteWhile learning Web UI testing we are always searching for Demo sites that try to mimic real-world scenarios. Over time, several people in the community have developed these sites with different features and provided good resources and documentation a...Discuss·1 likeTesting
Bharadwaj Pendyalaforbharadwajpendyala12.hashnode.net·Jan 30, 2019Gauge Framework – How to Perform Test AutomationGauge is a free open source test automation framework released by creators of Selenium, ThoughtWorks. Test automation with Gauge framework is used to create readable and maintainable tests with languages of your choice. Users who are looking for inte...Discuss·43 readsselenium
Gurdhir SinghforSoftware-testingsoftware-testing.hashnode.net·Apr 25, 2023Top Tools For Mobile TestingAutomation is key in effective mobile application testing. With cutthroat competition in the market, automated tests are essential for frequent deployments and faster release of the app to the public. However, before that, you need to find the best t...Discussmobile app testing
Nick MeyerforAnima Blog: Design to code, automatedanimaapp.hashnode.net·Apr 16, 2023Introducing Scooby: a free regression and fidelity testing toolTL;DR We built a free testing framework that can measure fidelity between different sources. Try it out! Background Anima is a platform for converting designs to code, so a big part of our work is ensuring the resulting code renders exactly like the ...DiscussRegression Testing
Bertha Whitefortestingspintestingspin.hashnode.net·Apr 10, 2023What Running Test Automation InvolvesWhat is automation testing? Automation testing involves testing software and various products to ensure they meet client and organizational requirements. It helps companies verify the functionality of their products, ensuring they perform as expected...Discuss·30 readsautomation testing
Vaishnavi Donthaforvaishnavithetester.hashnode.net·Jan 30, 2023Usage of annotations in TestNGTestNG annotations are defined before methods in the Test class to control the next batch of code/method to be executed. If in case any of the annotations are NOT defined in front of a test method, the compiler just ignores and executes it as a part ...DiscussTestNG TutorialTesting
Md Moeen Ajaz KhanforMd Moeen Ajaz Khanmdmoeenajazkhan.hashnode.net·Dec 30, 2022UI Automation Testing Demo SiteWhile learning Web UI testing we are always searching for Demo sites that try to mimic real-world scenarios. Over time, several people in the community have developed these sites with different features and provided good resources and documentation a...Discuss·1 likeTesting
Gurdhir SinghforSoftware-testingsoftware-testing.hashnode.net·Dec 30, 2022HeadSpin—an end-to-end AI-driven testing solutionhttps://www.youtube.com/watch?v=pdJzv4xFS7Q Leading enterprises struggle with the complexities of end-to-end app testing in the course of delivering optimal user experiences. Especially most companies find it challenging to test apps on real device...Discussend to end testing
Vaishnavi Donthaforvaishnavithetester.hashnode.net·Dec 12, 2022Selenide IntroductionCreated by Andrei Solntsev What is Selenide? Wrapper for Selenium WebDriver which allows users to write easier, faster UI Tests. This solves different problems related to Selenium Webdriver, a few of them are; Thread Safety, Run-Time Exceptions, T...Discuss·188 readsSelenide Tutorialtesting framework
Twin SunforStartups & Software Devtwinsun.hashnode.net·Dec 5, 2022Building Better Apps with Automated TestsAutomated testing is an essential software development practice. Agile practitioners rely on automated tests to ensure that their apps are always in a working state. Often, developers who are new to automated testing raise concerns about the practice...DiscussAutomated Testing
EmmaforEmma's Blogemmakodes.hashnode.net·Dec 5, 2022Testing in Software DevelopmentSoftware Testing Software Testing is a process of evaluating software applications to ensure they work efficiently in terms of performance, correctness, and completeness. Importance of Software Testing It helps to: Identify bugs Identify gaps in a ...Discuss·58 readsTesting
Kavitha Rforkavitharajagopal.hashnode.net·Nov 23, 2022Improving App Quality with Risk-based TestingWe live in the era where everyone is looking for ‘quick solutions’ having no patience for the delay, yet no tolerance for poor quality. To address the trend of ‘quick solutions’ organizations tend towards risk-based testing to optimize the process an...DiscussTesting