Forum Discussion

Neha3's avatar
Neha3
New Contributor
11 months ago

Conditional GOTO : How to check 2 conditions together

Hi,

 

I'm wondering how can I check the 2 conditions together.

 

For Ex: I want to check if status code of response is 200 && Value of the condition is STOP.

 

In normal IF condition we write :  if(StatusCode == 200 && Condition=="STOP")

 

How can we do that in ReadyAPI ?

 

Thank you.