01. Build Get, Post, Put, Delete and Patch API Request query
02. Build Save response from each Method to hashmap
03. Build Assert methods for response time, response code, response status string, response body
04. Build get methods from previous or methodName
05. Annotations for APIs files Header and Body,
06. handle Body json array and object for both request and response
07. support define Data File for each test case (this case in yml file)
08. Change Data File to be API File when using to run API test cases
09. Generation of Test Case Files should be for test case methods only (You need to check for methods have @Test annotation)
10. Reset All Class/Method Attributes once ends executing method/class
11. Generate Resources Files should be automatically on first run
12. Implement private static Class testClazz = null; within before class TestNG config method
13.
