Enterprise Java
-
Obtaining TLS Client Certificates In Spring Integration
Spring Integration is a very powerful and extensible framework for, well, integrations. But sometimes it’s not trivial how to get…
Read More » -
Quick Guide To Kick Start The Test Automation with Selenium and JavaScript
Testing is an important phase of the Software Development Life Cycle(SDLC) where the primary agenda is to uncover maximum bugs…
Read More » -
How To Speed Up Selenium Test Cases?
When we talk about automation, one of the tools that comes first to our mind is Selenium. We all know…
Read More » -
Inject Quarkus list types with @ConfigProperty
Inject Quarkus list types with @ConfigProperty In a previous post, you’ve seen how to map complex configuration structures with Quarkus…
Read More » -
File down – and uploads in RESTful web services
Usually we use standard data exchange formats like JSON or XML with REST web services. However, many REST services have…
Read More » -
Binary classification with Tensorflow 2
This post uses Tensorflow with Keras API for a classification problem of predicting diabetes based on a feed-forward neural network…
Read More » -
Clever cache for Reactor’s Mono objects
Data caching is a widespread technique in the programming. It allows to quickly retrieve data without making long-running operations. But…
Read More » -
How To Modify HTTP Request Headers In JAVA Using Selenium WebDriver?
One of the most common test automation challenges is how do we modify the request headers in Selenium WebDriver. As…
Read More » -
Understanding Selenium: The Automation Testing Tool
With an increasing demand for test automation services, organizations are looking at investing in the best test automation tools for…
Read More »