Re: Automatied testing options for 2.1.4 Character key Shortcuts and 2.5.2 Pointer Cancellation

On 04/02/2019 15:27, Jonathan Avila wrote:
>> But yes, lacking the ability to programmatically query "which event listeners are registered on this page/element", the only solution at the moment would be to scour any referenced JS files or <script> elements, and take the presence of any of those strings as a flag for manual checking.
> 
> Or do some monkey testing sending keystrokes to the page and different focused controls.

Problem there is how to programmatically verify that "something happened 
/ was triggered" though.  Possibly look out for DOM mutation, but that 
might still not catch all actions.

P
-- 
Patrick H. Lauke

www.splintered.co.uk | https://github.com/patrickhlauke
http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke

Received on Monday, 4 February 2019 16:18:07 UTC