Tuesday, January 21, 2020

Links

# CucumberTutorial #BDD #UpgradeFromCucumber1ToCucumber4

Cucumber 5 is about to release but many automation resters are still using Cucumber 1 and restricting themselves from using awesome features of Cucumber.

In this post, explain an end to end Cucumber 4 project setup in Eclipse with JUnit. Also given link to clone a git repo as well. 




# Handling multiple browsers in Selenium WebDriver

https://www.toolsqa.com/selenium-webdriver/handling-multiple-browsers-in-selenium-webdriver/

No comments:

Post a Comment

String

  Java String  class provides a lot of methods to perform operations on strings such as compare(), concat(), equals(), split(), length(), re...