Hi,
Below piece of code verifies if the xml response has Text1 in it then performs Text1 tests else performs Text2 and Text3tests respectively.
1 | if( pm.response.text().has("Text1")){ |
Hi,
Below piece of code verifies if the xml response has Text1 in it then performs Text1 tests else performs Text2 and Text3tests respectively.
1 | if( pm.response.text().has("Text1")){ |