Skip to content

popitagabriel16/TransfermateTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransfermateTest

All steps are done:

  1. Creating test cases (happyflow/negativeflow)
  2. Execute by automation test cases from point 1
  3. Activate account with Email and SMS text.

Framework created with Java Selenium and Cucumber BDD tool

Framework designed following POM model with Page Factory. In TransfermateTests.class I'm using @Ignore because I'm assuming you will run the test by Cucumber, and I don't want the test to be run twice from command-line.

ExtentReport will generate reports with screeenshot on fail, only if you run the the tests from TransfermateTests.class

image

Cucumber reports will generate reports with screenshot on fail, if you run it from TestRunner and the Registration.feature

image

Framework also supports command line execution for cucumber and also the Transfermate.class

-> Open cmd and type cd /path/to/project type: mvm clean test type: mvn verify -DskipTests

And it will generate a more detailed report for Cucumber tests like in the pictures below:

image image image

About

1. Creating test cases 2. Execute by automation test cases from point 1 3. Activate account by API fetching SMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors