
How To Automatically Retry Failed Tests in Nunit
How To Automatically Retry Failed Tests in Nunit Everyone wants to have reliable tests, but no matter how hard you the flaky tests, they keep hunting...
Test automation solutions in different programming languages as Java , C# , ruby or python.
Stay close and help us build a testing community as you’ve always dreamed about :).
How To Automatically Retry Failed Tests in Nunit Everyone wants to have reliable tests, but no matter how hard you the flaky tests, they keep hunting...
Cucumber parallel testing In a previous article we’ve discussed about how to run cucumber tests in parallel using docker there everything was relying on the jenkins...
How to Run Cucumber Tests using Docker It is crucial once you have an automated test suite to run it often , get feedback as...
How to compare images using SeleniumWebDriver If you ask if you can “Compare images” using Selenium WebDriver then your answer is “No” but there are workarounds to...
Getting Started with Ruby, Cucumber and Capybara on Windows I’m a very big fan of Selenium WebDriver for functional testing of web projects. On the...
Take a screenshot with Selenium WebDriver Screenshots might give you a really useful information when you are trying to debug your tests. Here is how...
Find element by text in Capybara Think about a simple situation : You have an element but you’ve got not css selector , or any...
How to double click in Selenium We don’t really get to use double click on these days on web , I mean on web you...
How to run cucumber selenium tests in chrome headless As many of us already know continuous integration becomes very important part in software development. But in...
How to handle Google 2 steps authentication with selenium WebDriver As many applications have 2 steps authentication to secure their data you might be the QA...