Answers for "test data api"

0

generating test data in api

For API Part: I use "https://www.mockaroo.com/" ==> 
generates multiple format (CSV, JSON, XML, etc)
Posted by: Guest on December-05-2020
0

how do you test api in your project?

I have worked on API testing in my project and I used
POSTMAN for manually testing and REST ASSURED
java LIBRARY for automation.
I used JDBC and it is a Java-based data access technology
used for Java database connectivity. It provides classes and
interfaces to connect or communicate Java application with
database.
JDBC API is a Java API that can access any kind of data
stored in a Relational Database. It enables Java programs to
execute SQL statements.
Posted by: Guest on June-21-2021
0

where do you keep test data in api

I keep in jSon file
Posted by: Guest on January-10-2021

Browse Popular Code Answers by Language