Dynamic validation in jquery? – Stack Overflow
Dynamic validation in jquery?
Dynamic validation in jquery? – Stack Overflow
Dynamic validation in jquery?
我與小崴崴的工作日記: 透過杜邦等式(ROE)來分析財務績效
透過杜邦等式(ROE)來分析財務績效
JWorld@TW Java論壇 – 利用log4j實作console log + file log + mail log + db log
log4j有沒有辦法作mail log跟db log
Open Source Web Testing Tools in C# – WatiN
WatiN stands for Web Application Testing in dotNet. Inspired by Watir, WatiN enables web application testing, through Internet Explorer on a Windows platform, expressed in any .Net language
FlexMonkey Overivew | Gorilla Logic
FlexMonkey Overivew
FlexMonkey automates the functional testing of Flex applications by:
- Recording user interactions as replayable test scripts
- Replaying those scripts interactively or as part of an automated build process
- Verifying that expected results match actual ones
- Generating ready-to-run FlexUnit test suites
FlexMonkey is free and open source and licensed under the Gnu Public License (GPL). Since FlexMonkey is GPL-licensed, you can freely use it to test any application including commercial applications. FoneMonkey may only be redistributed as part of other GPL-licensed software, but since you only use FlexMonkey for testing and do not include it as part of your actual software distribution, this restriction shouldn’t affect you.
FlexMonkey consists of two primary components:
The FlexMonkey Console – An Adobe AIR application that provides for interactively recording, playing back, and editing test scripts.
The FlexMonkey Library – A SWC library that is linked into a test version of a Flex or AIR application to facilitate communication with the FlexMonkey Console, or the playback of previously created tests.
FlexMonkey uses the Adobe Flex Automation Framework, which is included with FlashBuilder Premium and FlexBuilder Professional.
About DbUnit
DbUnit is a JUnit extension (also usable with Ant) targeted at database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit can also work with very large datasets when used in streaming mode. DbUnit can also help you to verify that your database data match an expected set of values.
軟體開發永續經營的生存之道 第7回 – 了解持續整合議題必看的好書
[ASP.NET]專案自動化測試