FAQs
Last updated
Last updated
Please check out Frequently Asked Questions.
generates random data for a JSON by selecting the dropdown menu. You need to provide the JSON key name, and the value will be randomly generated based on the field you have selected. Additionally, select the number of rows for the JSON object to be generated.
In the Basic Mode, you're able to create dummy real-time data, but you can't produce dummy real-time data in the shape of nested JSON objects or repeated nested JSON objects. To handle this situation differently, we've introduced the for Dynamic APIs. This mode allows you to provide a template for the data you wish to make.
refer to variables that are defined at a global scope and can be accessed and used throughout the entire virtualization project. These variables hold values that can be shared among different APIs within the virtualized environment. Global Variables are particularly useful for maintaining consistency, managing dynamic data, and controlling various aspects of the virtualization process
is a powerful concept that enhances flexibility, reusability, and maintainability in Service Virtualization (SV) by abstracting specific values into parameters or variables. You can make a request API parameterized by toggling the "API Parameter" option. Once toggled, it will prompt you to specify whether you require "Header" and "Query" parameters in the request. If needed, you can add a row and provide the parameter names. After configuring, you can click on the "Download Template" option to obtain an Excel file. Enter the values in the Excel sheet, upload the template, and initiate the API request to observe the response.