1.

How will you stop the execution of upcoming requests or execution of the collections?

Answer»

We can use the below code to stop the EXECUTION of the next REQUEST: pm.setNextRequest(NULL);



Discussion

No Comment Found