Hi everyone,
I have a problem with test case execution with variable set on the test case itself.
I am doing api testing POST method.
Here is my steps:
-
Creating object repository (API) and set the body to call the variable

-
Create test case and set some scripts

-
Set on test case variable for the variable value

-
Execute test case

From the result, it seems that the variable value is not bind to the variable called to the object repository (is_required on fullname, and inputted as empty value)
Am I missing some steps?
Thankyou in advance,
Ronny