Execute Test case with variable data

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:

  1. Creating object repository (API) and set the body to call the variable

  2. Create test case and set some scripts

  3. Set on test case variable for the variable value

  4. 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

Problem solved.

Should have been “${full_name}”, not ${full_name}