@Test public void test2 () { given() .param("q","9789652868374") .get("https://www.googleapis.com/books/v1/volumes") .then() .contentType(ContentType.JSON) .extract() .path("$.items[0].kind"); } conclusion
[TestNG] Running: /home/hp/.IdeaIC2017.1/system/temp-testng-customsuite.xml =============================================== Default Suite Total tests run: 1, Failures: 0, Skips: 0 =============================================== 