📜  后端测试框架 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:17.382000             🧑  作者: Mango

代码示例1
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