Forum Discussion

Lagencie's avatar
Lagencie
Frequent Contributor
7 years ago
Solved

Uncheck Warning for default values in parameters

Is it possible to uncheck this warning somehow? so it automatically uses the given default values?
  • tristaanogre's avatar
    7 years ago

    The key is that they are marked as required parameters (optional check box is not checked).  If you check the "Optional" checkbox on the parameters, you won't get that dialog... of course, it means that you'll need to make sure that you properly apply the parameters when you call the test case, but that should be a standard practice anyways.