TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

UI Testing Tutorial

1 pointsby ashitvoraalmost 15 years ago
Can anybody suggest me good UI / Javascript testing framework tutorial.<p>I have heard of qunit and yui test but never used it before.

1 comment

sr3dalmost 15 years ago
I've had success with Scriptaculous Unit test. You can find out more information here:<p><a href="http://wiki.github.com/madrobby/scriptaculous/test-unit-runner" rel="nofollow">http://wiki.github.com/madrobby/scriptaculous/test-unit-runn...</a><p>The test suite itself is fairly standard: you have a test suite with setup and teardown function, then you implement the test cases. You can setup your the test suite in very short amount of time, since it only depends on PrototypeJS and Scriptaculous. There is not very many info or tutorials on this, but you can read the instruction and it will help you get started.<p>Alex.
评论 #1545707 未加载