Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 816 Bytes

File metadata and controls

12 lines (11 loc) · 816 Bytes

TestVagrantAssignment

Steps to run

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

Pre-Requisites

  1. Java runtime environment should be installed on the system\
  2. mvn should be installed and cofigured on the system