The beauty of coding!
Cucumber is a very powerful testing framework, which follows the BDD (behavior-driven development) methodology. It enables developers to write high-le...
How to Share Test Context between Cucumber Steps, in this post we will explain it and share our implementationScenario Context class holds t...
Today we are going to jump a little bit in CI/CD with a generic jenkins runner based on cucumber tags. In this post will be detailed explained how to...
Overview:As you might already know,Fluent APIs make your code readable and easily maintainable. We already have seen few articles on designing Page Ob...
Overview:I have come across this question many times from people that how to test rest api using selenium webdriver. You could see many related questi...
In this post we will show the easiest way to test the request with returns a bunch of users. The main goal of the request is to sort the users by a sp...
Let us return to the consideration of structural design patterns. This time we will look at a design pattern called Adapter (also called the Wrapper a...
Testing RESTful Web Services can be cumbersome because you have to deal with low-level concerns which can make your tests verbose, hard to read and to...
In this article, I gathered useful tips on using REST-assured, one of the most common Java libraries to automate REST-API testing.All examples are vit...
1. IntroductionCucumber is a BDD (Behavioral Driven Development) testing framework.Using the framework to write repetitive scenarios with different pe...
In this post we will explain type of constructors in java and what is the difference between constructors and methods.What is a constructorConstructor...
After a couple of time I manage to create a Selenium hybrid testing framework base on java reflection functional.In this post I will explain the base...
Showing 13 to 24 of 31 results