Skip to content

A simple Test Automation suite built with the Selenium and TestNG Frameworks. As functional and integration tests verify if the code works correctly, this automation suite simulates user actions and verifies that all actions are running properly

Notifications You must be signed in to change notification settings

abrarhayat/web-automation-abrar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the test suite

Step 1

Download and install IntelliJ IDEA Community Edition from here.

Step 2

Open IntelliJ IDEA and select Project From Existing Sources and select the build.gradle file from the project directory(the cloned project from github)

After that, the project will start building by downloading the dependencies first which may take a while

Step 3

In IntelliJ IDEA, from File > Settings > Build, Execution, Deployment > Build Tools > Gradle, select Build and run using: and Run tests using: options as IntelliJ IDEA. By default Gradle will be selected for both

Step 4

Go the src/test/java and run the desired tests using the run icon beside each @Test annotation


Independent Fat JAR / Uber JAR apps

Now, you can create Fat Jars apps by running the fatJar task in the build.gradle file. The resulting JAR directory MUST have the data folder in that same directory for the JARs to work

About

A simple Test Automation suite built with the Selenium and TestNG Frameworks. As functional and integration tests verify if the code works correctly, this automation suite simulates user actions and verifies that all actions are running properly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages