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
    Screen Shot 2022-04-22 at 15.09.04

  2. Create test case and set some scripts
    Screen Shot 2022-04-22 at 15.09.24

  3. Set on test case variable for the variable value
    Screen Shot 2022-04-22 at 15.09.41

  4. Execute test case
    Screen Shot 2022-04-22 at 15.10.06

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}