Expected element property value 'qa' is not equal with actual property value 'null'

Hi guys

I want to ask about my problem when I create code for automation API POST. I’ve read in the docs here but, it seems no clue about the error.

Error message :

Test Cases/Reqres/POST - Users FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Expected element property value ‘qa’ is not equal with actual property value ‘null’

In manual I’ve success hit the endpoint

2 Likes

Hi,

Can you add some wait to wait the request sent done?

2 Likes

I’ve add sleep but it not works . is my code already true or not?

1 Like

@tioagung92 - Please look doc [Mobile] Wait For Element Present | Katalon Docs

oke thank you