Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
How to build a Responder that fetches record count and all records in Data Repo as Json Array
we are building a CRUD base virtual asset, we are able to create POST, PATCH and DELETE successfully. we create a unique id for each row inserted into Data Repo and we use that to operate. but the GET Operation needs to fetch all the records or some records based on search criteria in the Data Repo along with the Count of…
Is there a way to clean an entire dataset using the Dataset CRUD tool?
I need to clear all the rows of a dataset before filling it with updated data, to keep a reflection of a database. Is there some way to delete all the previous data before starting to add the new rows? Thanks
CRUD Tool to update key columns on the fly
Hi Parasoft team, I'm trying to make a sort of self-service virtual asset for other teams to dynamically add and remove their own test data. In theory, they should be able to call something like server:port/addData?item=123 and the service I am creating would theoretically add that item into the repository with "item" and…