ContributionsMost RecentMost LikesSolutionsAbility to schedule test executions Should have an ability to schedule test execution. Ability to import steps/validations from an existing script Should have an ability to import steps from an existing script. Will save rework on scripts with similar steps. Ability to add thinktime step There should be an option to add a custom thinktime step as required. Currently it only allow to modify the recorded think time but does not allow to add one. Retain databank mapping when a databank is updated When there are multiple databanks configured and one of those databanks is replaced, all the data mapping gets wiped off from the script. This causes rework. It would be great if we have to update mapping for only the file which was updated and not redo mapping of already configured databanks all over again. Extract values from HTML / JSON response for UI and API scripts Some values are generated during runtime, like OrderID, CartKey. Should have ability to extract these values from HTML / JSON response for UI and API scripts and store it in a file API Scripts - Should have ability check the raw requests being sent There is no way to check the raw requests that are being sent in case we want to verify the requests on failed runs. Variable feature for UI scripts Having variables like in API script would help parameterize URLs and switch between environments easier. Ability to generate random values at runtime and pass it in as a parameter Should have an ability to generate random unique values at runtime or append a random value to a variable like "TestUser_<random number / timestamp>", for scenarios such as username in signup functionality. Ability to generate random values at runtime and pass it in as a parameter Should have an ability to generate random unique values at runtime or append a random value to a variable like "TestUser_<random number / timestamp>", for scenarios such as username in signup functionality.