- 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)
DevOps 01: What is DevOps and How it benefits organizations?
DevOps is a culture in an organization, where the development team and operations team help each other by sharing information, process and t...
-
POST is a http method, it is used for creating the new resources on the server. In particular, it is used for creating the subordinate reso...
-
With the help of Robot class we can Zoom In or Zoom Out the browsers in Selenium Automation. We need to press CNTRL+ADD (symbol '+'...
-
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...
No comments:
Post a Comment