Functional Testing(功能测试) |
|
eXpressApp Framework > Concepts > Functional Testing (功能测试)
The eXpressApp Framework includes a preview of the EasyTest functional test framework. This framework is specifically designed to perform functional testing of XAF applications. The main idea behind the creation of EasyTest comprises two points. First, the testing scripts must be platform-independent, so that multi-platform XAF applications can be tested with a minimum fuss. Second, the framework infrastructure and the script language must also be simple, to allow a separate QA team, not versed in XAF terminology, to perform testing. Potentially, even end-users should be able to create acceptance tests.
XAF包括一个预览版本的EasyTest功能测试框架。这个框架专门为执行XAF应用程序功能测试设计。建立EasyTest的意图有两点。首先,测试脚本必须独立于平台,因此同一个测试脚本能在多平台的XAF应用程序生执行测试。第二,框架架构和脚本语言必须也简单,能让独立的QA团队,不熟悉XAF技术的人执行测试。更有可能,甚至终端用户应当能创建验收测试。
To learn more about EasyTest, refer to the following documents:
要学习更多关于EasyTest,请参考下面文档:
Concepts(概念)
- EasyTest Basics(基础)
- EasyTest Configuration(配置)
- EasyTest Troubleshooting Guide(解决问题向导)
- TestExecutor Utility
- Script Recorder Module(脚本录制模块)
Reference(参考)
Task-Based Help(基础任务帮助)
- How to: Test an XAF Application(如何测试一个XAF应用程序)