简体   繁体   中英

YUI Test and DOM testing

The YUI Test page says that YUI suports "DOM Event simulation in all A-grade browsers (through Event)." I can't find much more detail beyond this. Does this mean the DOM is "reset" between tests?

No, it means there's a node.simulate('click') method that helps you automate tests

You can get more information at: Simulating DOM Events .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM