Repository to place all the files for oracle interview. We have automated the scenarios for Aconex. A Page Object model has been followed to design the framework.
The following tools have to installed in MAC OSX
- JDK 11.0.1
- Eclipse IDE for Java Developers
- Firefox version 64
- Gecko Driver 23.0
- TestNG plugin
For the Project to execute, we need to install the dependencies in the Maven Project pom.xml
- maven
- selenium
- testng
- org json
- simple json
And we also need to install Xcode through terminal
- Screenshots
- Parallel execution
- Retry for failed test cases
https://github.com/sushanth08/OracleInterview : Working
There are 3 ways to execute the tests
- Directly through TestNg plugin in Eclipse
- Testng.xml
- Maven command mvn clean test -DsuiteXmlFile=testng.xml
The file upload feature is yet to implemented due to lack of understanding Robot Class in MAC OSX