I am looking to set test parameters into my variables that I have written, however they recieve their data through the POST method, what’s the best way to test my code by presetting the variables myself, e.g. thisRate->$fromCurr = ‘GBP’ rather than always testing through the browser…
Thanks
Is this what you mean?