TestVagrantAssignment Steps to run Clone the project using git clone command. Link is https://github.com/gurpreetgit2/TestVagrantAssignment.git After successful cloning, go to the cloned folder using terminal - folder name is -> \TestVagrantAssignment And finally run the project using command -> mvn test We can also run it via any IDE - from the class -> \TestVagrantAssignment\src\test\java\org\testVagrant\AppTest.java We can change the variance to any value based on the fnal method call inside the above mentioned class Currently, I have kept the variance value as 5 -> Assert.assertTrue(compareTwoTempValues(tempFromUiLayer, tempFromApiLayer, 5)); Pre-Requisites Java runtime environment should be installed on the system\ mvn should be installed and cofigured on the system