The most recent content from our members.
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…
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
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…
It looks like you're new here. Sign in or register to get started.