Hi Albert,

I think Dave is right -- if you wanted to test, then you would not do this.

What have you been using for test? If it tested UI also (e.g. Selenium),
it would have facilities to automate clicking on submit button [1]. If
you didn't want to test UI at all (e.g. JMeter), you would not try to
execute client side codes -- just call action via http, validate and
process result and repeat respectively.

Hope this helps!

Regards.

[1] https://pythonspot.com/selenium-click-button/

On 10/3/2019 4:03 PM, Dave Newton wrote:
> On Thu, Oct 3, 2019 at 7:57 AM albert kao <albertk...@gmail.com> wrote:
> 
>> This is desired for saving time when testing a web application.
>>
> 
> Two points:
> 
> * You'd no longer be testing the page.
> * You'd introduce *additional* functionality not present on the real page.
> 
> Dave
> 

Reply via email to