Skip to content

sumargoraymond/Selenium-Cucumber-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

test-kumparan

Simple Cucumber-based Selenium in Java

Functionalities covered:

UI Positive Test Cases:

  1. Login using valid Facebook
  2. Login using valid Google+
  3. User can comment if logged in

UI Negative test cases:

  1. Login using invalid Facebook
  2. Login using invalid Google+
  3. User can not comment if not logged in

Prerequisite: Install maven & chromedriver

  1. This simple automation test project supports both Chrome and Firefox in parallel
  2. Modify TestSuite.xml according to preferences
  3. List of preferred cucumber folder to run can be edited on runner class(es) E.g. RunnerLoginFeatures.java
  4. On terminal cd to folder directory and run mvn clean test to run the tests on test suite

Demo

1. Parallel Execution (Firefox and Chrome)

Demo Parallel Execution Firefox & Chrome

2. One browser test (Commenting articles)

Commenting Articles

Full Video Demo

Full video demo can be found here

About

Simple Cucumber-based Selenium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published