Hit API with Wrong Test Objects

Hello.
I was making API Testing with 2 APIs continuation. The flow is =

  • Run first column on excel.
  • Hit API Login for Token
  • Hit the target API
  • done
  • Run second column on excel
  • Hit API Login for Token (on reality, this hit the target API, not API Login)
  • Hit the target API (cant pass because the token is wrong)


I made all apis with such similar case, and it did work. It just not work for this case unfortunately. Is it bug or anything else that i could consider ?
Thanks

1 Like

I understand that the HAR that i blocked is just the name of file. But the truth is it is not hit the login api. I recently got resource execption that i just OK with that. I forgot to screenshot it. Can someone tell me about that ? Thanks