Explore >> Select a destination


You are here

stephennimmo.com
| | imalittletester.com
25.3 parsecs away

Travel
| | HashMaps are one of those Java concepts that can be very useful in automation testing, but are not widely used, because they seem to be too complicated. A HashMap is nothing more than a collection of key/value pairs, where you can store test related data to access later in the tests. In this post i...
| | blog.scaledcode.com
12.1 parsecs away

Travel
| | A dive into chapter eleven of Effective Java
| | sigpwned.com
10.4 parsecs away

Travel
| | There's a lot of discussion about how to use ChatGPT to generate tests for code. Another interesting use case I've seen fairly little coverage of is generating DTOs from JSON. Here is an example with the prompt I've put together applied to JSON from the manifest of a Distributed Map Run. Please generate a Java
| | piotrminkowski.com
85.0 parsecs away

Travel
| In this article we will create a Spring Boot application that uses RAG (Retrieval Augmented Generation) and vector store with Spring AI.