Articles, Home

A Look at New Java Features in Test Automation

Since Java 8, there have been many cool features introduced. In fact, Java is releasing a new version every 6 months! With so many additions, it can be hard to keep up. Here’s how some of the newer features from Java 8 – 12 can be used in test automation.

Articles, Home

Fluent Java APIs

Good morning! Yesterday, I wrote a parody post about Yours Truly. I stated that OOP and FP are basically the same — and I meant it. But you may have recognized that my example was an easter egg. /* * Search and destroy that */ interface Ant { // properties omitted } @FunctionalInterface interface Poison { Ant apply(

Articles, dummyCategory

OpenNLP Tutorial

OpenNLP Tutorial for Beginners – Learn OpenNLP in simple and easy steps starting from basic to advanced concepts with examples including Overview, Environment, Referenced API, Sentence Detection, Tokenization, Named Entity Recognition, Finding Parts of Speech, Parsing the Sentences, Chunking Sentences, Command Line Interface.