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)
- Copy repository on machine
- open CMD (in repository path) and execute below commands
- gradlew clean
- gradlew eclipse
- gradlew build
- Locate test case and run it with testng plugin