Skip to content

firashajbi/selenium_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-selenium

BDD UI-testing:

selenium-cucumber is a behavior driven development (BDD) approach to write automation test script to test Web. It enables you to write and execute automated acceptance/unit tests. It is cross-platform, open source and free. Automate your test cases with minimal coding. More Details

Documentation:

Writing a test:

The cucumber features goes in the features library and should have the ".feature" extension.

There is a scenario in scenario_not_in_use features/wlcm.feature. You can extend this feature or make your own features using some of the predefined steps.

Running test:

  • mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors