This repository contains Java code for automating the testing of the ICTAK website. The code is authored by group 6 of KKEM ST July 2022.
.settings/
- Eclipse IDE settings.drivers/
- WebDriver executables.src/
- Source code for the automation tests.test-output/
- Output and logs generated during test runs..classpath
- Classpath configuration for the project..gitignore
- Git configuration for ignoring specific files and directories..project
- Eclipse project configuration.pom.xml
- Maven project configuration file.
-
Import the Project
- Clone the repository to your local machine.
- Open Eclipse IDE and import the project using the
.project
file.
-
Configure WebDriver
- Ensure the WebDriver executables are present in the
drivers/
directory. These are specific to the browsers you want to test on (e.g., ChromeDriver, GeckoDriver for Firefox, etc.).
- Ensure the WebDriver executables are present in the
-
Maven Dependencies
- The project is managed using Maven. Ensure that you have Maven installed in your environment.
- Maven will automatically download the required dependencies specified in
pom.xml
file.
-
Run Tests
- Navigate to the
src/
directory and locate the test files. - Right-click on the test file and select
Run As
>TestNG Test
.
- Navigate to the
-
View Test Reports
- After the test execution, the output and logs can be found in the
test-output/
directory.
- After the test execution, the output and logs can be found in the
- Anuranj Krishnan
- Kiran Krishna R
- Manjupriya P
- Nithin Bastian George
- Athira M N
- Jithin Shaji