Answers for "Back-end test framework"

0

Back-end test framework

Using RESTASSURED in my framework in order for the 
process of Deserialization and serialization to occur 
that way you store Json response into a java collection data 
structure and assert the data with the expected value 
(also stored in java data structure) 
● I use postman for manual testing first BEFORE I INVOKE MY FRAMEWORK
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language