Forum Discussion
Cizo89
12 years agoFrequent Contributor
Hi,
please, try this:
Since you want to run the request from the Interface level, you need to "submit" it.
Btw, why aren't you running it as a TestStep in a TestCase? It could be much easier for you than this solution.
Regards,
Marek
please, try this:
myRequest.submit(context, false)
Since you want to run the request from the Interface level, you need to "submit" it.
Btw, why aren't you running it as a TestStep in a TestCase? It could be much easier for you than this solution.
Regards,
Marek