Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 632 Bytes

File metadata and controls

18 lines (16 loc) · 632 Bytes

Facebook_SignUp_Selenium

This repository contains test case(automation script) for Facebook sign up page. PATH:\src\test\java\testcase\FBSignupTest.java\createFacebookAccount

I assume the machine system is Windows and IDE is eclipse. (Make sure testNG plugin is installed)

Steps to run test case(For Windows):

  1. Copy repository on machine
  2. open CMD (in repository path) and execute below commands
    • gradlew clean
    • gradlew eclipse
    • gradlew build
  3. Locate test case and run it with testng plugin