If runner variable is blank, don't run test scripts

What would be the best way to remove test scripts from running if a specific variable is blank? Iā€™m using runner to import fields, but some requests will have certain fields and some will not.

Example: If var:telephone is blank, skip all test script validations on telephoneRegistrationRequest (no pass or fail happening)?

Thanks!

@yomadere Welcome to the community :partying_face:

Of course, you can skip the tests based on certain conditions. Please search in the forum and you have plenty of options available.

One such post for your reference: Skip request based on condition (collection)