- Cucumber is an open source software tool used to test the other software. It is a Behavior Driven Development tool.
- The tests will be written in simple English language. Persons with no technical knowledge can understand the tests written just by reading high level.
- Writing the tests is easy and simple.
- Though Cucumber is written in Ruby, supports other languages like Java, Scala, Groovy and etc. Cucumber supports web environment only.
- Cucumber plugins works faster compared to UFT and Selenium. These features of Cucumber attracting the Clients and Automation Industry.
Monday, February 20, 2017
Introduction to Cucumber
Subscribe to:
Post Comments (Atom)
Selenium4: Working with two parallel windows in Selenium Automation
A new method newWindow() is introduced in Selenium 4 (Alpha). Using this method we can open a new tab or new window from the current window...


-
In Post 1 we have learned generating the extent reports using ExtentReportsV4, in this postwe will learn about adding the screenshot to f...
-
GitHub is a distributed versioning system for the software development teams for managing their working copies. GitHub is a central repos...
-
In the previous post we have seen sending an e-mail notification when the build/tests failed. That email notification doesn’t provide us wi...

No comments:
Post a Comment