------------------------------
This is a Assignment project.
------------------------------
git clone https://github.com/nitint007/apicomparator
cd apicomparator
mvn clean test -Dsurefire.suiteJavaFiles=TestRunner.java
Go to '/apicomparator/src/test/java/runner/TestRunner.java' Run as 'JUnit Test'
------------------------------
Go to '/apicomparator/target/cucumber-reports' and open 'index.html'
------------------------------
/apicomparator/bin/parking_lot.bat is created
Go to '/apicomparator/src/test/java/runner/TestRunner.java' Run as 'JUnit Test'
------------------------------
Two type of file are provided:
- For basic validation of library - 'file1' and 'file2'
- To check 1000+ request - 'longfile1' and 'longfile2'
File contains 1000 request are also verified.
------------------------------
If we provide intended files for scenarios - each passes. Currently provided files with combination of URLS considering the problem statement to provide a two files only.
------------------------------