applications_app_samples/code/Project/Test/README_zh.md
zwx1126739 70d8852e49 修复失效链接、删除package.json
Signed-off-by: zwx1126739 <zhanghong121@huawei.com>
2023-06-07 09:14:55 +08:00

62 lines
1.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 测试框架
## 介绍
本示例展示测试框架的使用示例主要介绍了单元测试框架和UI测试框架的使用示例。
测试框架arkxtest的详细介绍请[参考](https://gitee.com/openharmony/testfwk_arkxtest)。
## 效果预览
![](screenshots/1.png)
![](screenshots/3.png)
使用说明
- 将jsunit或uitest目录下的项目工程整体导入到DevEco Studio开发工具中。
- 查看ohostest目录下的测试代码实现。
- 在DevEco Studio中执行测试用例代码查看执行效果执行方式请[参考](https://developer.harmonyos.com/cn/docs/documentation/doc-guides/ohos-openharmony-test-framework-0000001263160453)。
## 工程目录
```
Test
|-----jsunit 单元测试框架示例
|-----uitest UI测试框架示例
```
## 具体实现
### jsunit单元测试框架示例内容
- 单元测试框架基础使用示例。
### uitestUI测试框架示例内容
- UI测试框架基础使用示例。
> 相关功能实现,请查看具体代码实现
## 相关权限
不涉及
## 依赖
不涉及
## 约束与限制
1.本示例仅支持标准系统上运行。
2.本示例从API version 9 版本SDK起开始支持历史SDK版本不适用.
3.本示例需要使用DevEco Studio 3.1 Beta2 (Build Version: 3.1.0.400, built on April 7, 2023)及以上版本才可编译运行。
## 下载
如需单独下载本工程,执行如下命令:
```
git init
git config core.sparsecheckout true
echo code/Project/Test > .git/info/sparse-checkout
git remote add origin https://gitee.com/openharmony/applications_app_samples.git
git pull origin master
```