
Cucumber parallel testing
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...
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 :).
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...
Capybara increase max allowed page load time Sometimes you might have a page that loads in over a minute and assuming this is the expected...
How to run a single cucumber file When you develop you cucumber tests you do need to run single cucumber file. Here is how to...
As a QA one of the most common action on web might be to select values from dropdown but sometimes you have huge lists and...
API testing with cucumber Performing API testing with cucumber it’s such a simple process , in general to me API testing is much simpler than...
How to fix element is not clickable at point error I doubt there is an automation engineer that didn’t had flaky tests caused by “element...
Find element by text in Capybara Think about a simple situation : You have an element but you’ve got not css selector , or any...
Selenium get coordinates of element Testing UI can prove to be a quite tricky job when you try to do in automation. In UI testing...
Test Automation for Agile team members A recent survey of development and IT professionals* shows that agile is now the norm. The majority of development...
Improve selenium WebDriver tests performance So far I was involved in couple of projects optimisation of the selenium tests and I will try to share...