
How to swipe in mobile browser using selenium
How to swipe in mobile browser using selenium Nowdays mobile it’s a must , all websites are responsive and web features are always build in...
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 swipe in mobile browser using selenium Nowdays mobile it’s a must , all websites are responsive and web features are always build in...
Compare two strings in selenium Testing is always about comparison , actual vs expected results , we often get to compare two strings in selenium....
Python Behave Page Object Model project We already disacussed how to get started with python behave here , but let’s go a little bit further...
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...
Headless chrome docker image Many of you choose to run selenium tests heedlessly , for that you need a docker image , bellow you can...
Selenium get the parent of an element You might run a in a situation when you selected an element and you need to get it’s...
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...
Use Cucumber features as documentation A great QA work requires a very meticulous documentation and we can do that in different ways , as the...
Automated API integration testing Automated API integration testing can save you guys for a lot of extra UI testing. Of course the UI can still...
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...