Evaldas Visockashashnode.programmersdiary.com·Nov 1, 2024Catching up with tests in Programmers' diary projectHi. This is the twenty-first part of the diary about developing the “Programmers’ diary” blog. Previous part: https://hashnode.programmersdiary.com/security-library-and-redis-in-blogging-microservices. The open source code of this project is on https...DiscussSpringboot
Steve Worthamstevewortham.hashnode.dev·Sep 10, 2024JUnit VS TestNG – Core DifferencesJUnit and TestNG are two of the most popular testing frameworks in the Java ecosystem. While both frameworks share many similarities, they also have some notable differences. All Over Compersion: JUnit VS TestNG In this article, we will explore the s...Discussjunit
Jace Reedjacereed.hashnode.dev·Aug 28, 2024An Advanced Guide For JUnit TestingIn the dynamic landscape of software development, ensuring the robustness and reliability of applications is paramount. As projects grow in complexity, maintaining high-quality code becomes increasingly challenging. This is where unit testing steps i...DiscussTesting
Ruchi Lamichhaneruchi77.hashnode.dev·Aug 18, 2024Deploying a Java Web Application in AWSThe project involves the development and deployment of a Java application using a continuous delivery pipeline. The key components of the pipeline include: Version Control: Git Build Automation: Maven Testing Framework: JUnit CI/CD Tool: Jenkins ...Discuss·70 readsAWS
Cloud Tunedcloudtuned.hashnode.dev·Jun 28, 2024Daily Hack #day86 - JUnit 5 @MethodSourceMethodSource in JUnit 5 @MethodSource is an annotation in JUnit 5 that allows for parameterized tests using a method as a source of arguments. This method is particularly useful for generating complex test data or reusing common data sets across mult...DiscussDaily HacksJava
Juan Pablo Saldivar Rojasjpsaldivarrojas.hashnode.dev·Jun 18, 2024JUnit y Mockito — Comenzando mis primeros testJUnit Es un framework open source que permite realizar pruebas unitarias y de integración sobre sistemas en JAVA. Este framework disponibiliza herramientas, clases y métodos que simplifican la elaboración de las pruebas de sistemas. Algunos términos ...DiscussJava
FullStackJavafullstackjava.hashnode.dev·May 25, 2024Understanding JUnit: A Comprehensive Guide with ExamplesJUnit is one of the most widely used testing frameworks for Java programming. It provides a simple yet powerful way to write and run repeatable tests, making it an essential tool for developers to ensure the reliability and correctness of their code....DiscussSpringboot
Hari Sapna Nairharisapnanair.hashnode.dev·May 9, 2024Mastering Selenium Testing: JUnit Asserts With ExamplesAutomation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience at scale. However, what ...Discussselenium testing
Srisrip.hashnode.dev·Apr 30, 2024A Beginner's Guide to Project especially in Java Full Stack Development: Idea to DeploymentToday, we're embarking on an exciting journey into the world of Java full stack development. Whether you're a complete beginner or someone looking to expand their skill set, this blog will guide you through the complete end-to-end flow of a Java full...Discussend to end development
Sudip Parajulisudipparajuli.hashnode.dev·Apr 12, 2024Comprehensive Guide to Testing REST APIs: Best Practices, Tools, and ExamplesAs a software developer, you know that writing code is just the start. To make sure your app works as expected and lasts, you need to test it thoroughly. This is especially important for building REST APIs, where a bug can have big consequences. In t...Discuss·5 likes·358 readsmockito