You are here |
stephennimmo.com | ||
| | | |
imalittletester.com
|
|
| | | | 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
|
|
| | | | A dive into chapter eleven of Effective Java | |
| | | |
sigpwned.com
|
|
| | | | 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
|
|
| | In this article we will create a Spring Boot application that uses RAG (Retrieval Augmented Generation) and vector store with Spring AI. |