Automate login to twitter and search for POTUS and follow. After following, it will verify whether your profile is following POTUS or not. After that it will unfollow and log out.
Here are the instructions if u want to use this framework:
- Install Eclipse/ any editor
- Fork/clone this repository to your account/ Local
- open this project in your IDE(intelliJ) / any code editor
- Add a folder browser-drivers and put the browser executables in that folder
- Under test-data folder there is a file data.xlsx. In that sheet put your login details.
- Build this project by Maven pom.xml
And thats all!
from project root -> run: maven test
Note: This was done as a coding challenge