79737623

Date: 2025-08-17 04:15:28
Score: 1
Natty:
Report link

I changed to use this one.

*** Test Cases ***
Run All API Test Cases
    ${data}=    Load Json From File    ${CURDIR}/../data/new_username.json    encoding=UTF-8
    FOR    ${item}    IN    @{data}
    ${tc}=    Get From Dictionary    ${item}    tc
    ${name}=    Get From Dictionary    ${item}    name
    ${job}=    Get From Dictionary    ${item}    job

    ${payload}=    Prepare Payload    ${name}    ${job}
    ${response}=    Send Create User Request    ${payload}
    Validate Response    ${tc}    ${response}    ${name}    ${job}
    END

Thank you so much.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Zack