-
restassured-complete-basic-example
A complete API Test Architecture example using Java and RestAssured providing a real-world example and continuous delivery ready.
In some cases, you can even call some existing endpoints to provide data you need to use in your tests. It’s the case for the method getAllSimulationsFromApi() where I’m getting the existing simulation, using it in the oneExistingSimulation() factory method to get a random existing simulation and on allExistingSimulations() to return all the existing simulations.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
For that I will introduce you JavaFaker, a is a library that can generate fake random data every time it’s called. For example: if you generate a name all the names generated will be different.
-
selenium-java-lean-test-achitecture
Ready to use Lean Test Automation Architecture using Java and Selenium WebDriver to speed up your test automation
In the selenium-java-lean-test-architecture project, you will find the BookingDataFactory class that generates data for booking a room.
Related posts
-
Test Automation: Guide to Selenium with Java and TestNG
-
LogCaptor: Simplificando o Teste de Logs em APIs REST Java
-
Any library you would like to recommend to others as it helps you a lot? For me, mapstruct is one of them. Hopefully I would hear some other nice libraries I never try.
-
Data Seeding With MongoDB
-
Chrome session failing to be created