
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...
How to Run Cucumber Tests using Docker It is crucial once you have an automated test suite to run it often , get feedback as...
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 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...
Headless chrome docker image Many of you choose to run selenium tests heedlessly , for that you need a docker image , bellow you can...
How to addcookie with Selenium Webdriver There are situation when we need to addcokkie with selenium webdriver in order to pre establish a behaviour in...
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...