DEV Community

Discussion on: 10 Essential Testing Frameworks & Libraries for Java Programmers

Collapse
 
beatngu1101 profile image
Daniel Kraus

Great article! 👍

You may also want to check out recheck-web (disclaimer: I'm a contributor). It is a library for Golden Master Testing of web apps, respectively, their UIs, which replaces traditional assertions.

(Also happy to get your feedback.)

Collapse
 
javinpaul profile image
javinpaul

Nice one @daniel , will take a look, does it complements Selenium or alternative of that?

Collapse
 
beatngu1101 profile image
Daniel Kraus

It complements Selenium in terms of assertions and locators. Oh, and did I mention it is open source? 😊

Thread Thread
 
javinpaul profile image
javinpaul

That's awesome, it's now on my TODO list to check :-) Once again thanks for suggesting it.