Facebook This is maven project , containting and will updated regualry with Facebook functionality
- Registration
- Login
To import this project , use any ide , I'm using Intelliji 2018 -unzip Java_Projects_IntelliJ.zip file then follow steps , this contain only registration , you caan find login at https://github.com/salwanabil/tasks , sorry for inconvenance until i have time i will merger both and make it dynamic.
- if use Intelliji , select (File > open : select path of the project
- if using Eclipse , use (File > import > maven project ) after project has imported and open via IDE , open (pom.xml) file then save it ,or enable auto import : to install maven dependencies
navigate to \Java_Projects_IntelliJ\src\test\java\testcases\RegistrationTest.java , To run the test right click then run RegistrationTest
-if page open old view of facebook of login , only close the browser then rerun project after a while
-to use your own data , just replace static values at 'RegistrationTest" class with valid one
Salwa Nabil