未验证 提交 80e678f7 编写于 作者: O openharmony_ci 提交者: Gitee

!4328 更新readme和website文档

Merge pull request !4328 from wusongqing/E0525V2
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
- [DFX](dfx/Readme-EN.md) - [DFX](dfx/Readme-EN.md)
- [Internationalization](internationalization/Readme-EN.md) - [Internationalization](internationalization/Readme-EN.md)
- [OpenHarmony IDL Specifications and User Guide](IDL/idl-guidelines.md) - [OpenHarmony IDL Specifications and User Guide](IDL/idl-guidelines.md)
- [Using Native APIs in Application Projects](napi/napi-guidelines.md) - [Using Native APIs in Application Projects](napi/Readme-EN.md)
- Tools - Tools
- [DevEco Studio (OpenHarmony) User Guide](quick-start/deveco-studio-user-guide-for-openharmony.md) - [DevEco Studio (OpenHarmony) User Guide](quick-start/deveco-studio-user-guide-for-openharmony.md)
- Hands-On Tutorials - Hands-On Tutorials
......
# Native APIs
- [Using Native APIs in Application Projects](napi-guidelines.md)
...@@ -29,7 +29,6 @@ For details, see [Contribution Process](contribution-process.md). ...@@ -29,7 +29,6 @@ For details, see [Contribution Process](contribution-process.md).
## Security Issue Disclosure<a name="en-us_topic_0000001051566732_section725624119448"></a> ## Security Issue Disclosure<a name="en-us_topic_0000001051566732_section725624119448"></a>
- [Security Issue Handling and Release Processes](https://gitee.com/openharmony/security/blob/master/en/security-process/README.md) - [Security Issue Handling and Release Processes](https://gitee.com/openharmony/security/blob/master/en/security-process/README.md)
- [OpenHarmony Security Vulnerability Notice](https://gitee.com/openharmony/security/blob/master/en/security-process/security-disclosure.md) - [OpenHarmony Security Vulnerability Notice](https://gitee.com/openharmony/security/blob/master/en/security-process/security-disclosure.md)
...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
- [Mini- and Small-System Devices](guide/device-lite.md) - [Mini- and Small-System Devices](guide/device-lite.md)
- [Standard-System Devices](guide/device-standard.md) - [Standard-System Devices](guide/device-standard.md)
- Debugging - Debugging
- [Test](subsystems/subsys-testguide-test.md) - [Test Case Development](subsystems/subsys-testguide-test.md)
- [R&D Tools](subsystems/subsys-toolchain.md) - [R&D Tools](subsystems/subsys-toolchain.md)
- XTS Certification - XTS Certification
- [XTS](subsystems/subsys-xts-guide.md) - [XTS Test Case Development](subsystems/subsys-xts-guide.md)
- Tools - Tools
- [Docker Environment](get-code/gettools-acquire.md) - [Docker Environment](get-code/gettools-acquire.md)
- [IDE](get-code/gettools-ide.md) - [IDE](get-code/gettools-ide.md)
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
- [Burning](quickstart-lite-steps-hi3861-burn.md) - [Burning](quickstart-lite-steps-hi3861-burn.md)
- [Networking](quickstart-lite-steps-hi3861-netconfig.md) - [Networking](quickstart-lite-steps-hi3861-netconfig.md)
- [Debugging and Verification](quickstart-lite-steps-hi3861-debug.md) - [Debugging and Verification](quickstart-lite-steps-hi3861-debug.md)
- [Running](quickstart-lite-steps-hi3816-running.md) - [Running](quickstart-lite-steps-hi3861-running.md)
- Hi3516 Development Board - Hi3516 Development Board
- [Setting Up the Hi3516 Development Board Environment](quickstart-lite-steps-hi3516-setting.md) - [Setting Up the Hi3516 Development Board Environment](quickstart-lite-steps-hi3516-setting.md)
- [Writing a Hello World Program](quickstart-lite-steps-hi3516-application-framework.md) - [Writing a Hello World Program](quickstart-lite-steps-hi3516-application-framework.md)
......
...@@ -14,4 +14,5 @@ ...@@ -14,4 +14,5 @@
- **[Debugging and Verification](quickstart-lite-steps-hi3861-debug.md)** - **[Debugging and Verification](quickstart-lite-steps-hi3861-debug.md)**
- **[Running](quickstart-lite-steps-hi3816-running.md)** - **[Running](quickstart-lite-steps-hi3861-running.md)**
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
- [syspara Module](subsys-boot-syspara.md) - [syspara Module](subsys-boot-syspara.md)
- [FAQs](subsys-boot-faqs.md) - [FAQs](subsys-boot-faqs.md)
- [Reference](subsys-boot-ref.md) - [Reference](subsys-boot-ref.md)
- [Test](subsys-testguide-test.md) - [Test Case Development](subsys-testguide-test.md)
- DFX - DFX
- [DFX Overview](subsys-dfx-overview.md) - [DFX Overview](subsys-dfx-overview.md)
- [HiLog Development](subsys-dfx-hilog-rich.md) - [HiLog Development](subsys-dfx-hilog-rich.md)
...@@ -96,8 +96,9 @@ ...@@ -96,8 +96,9 @@
- [HiDumper Development](subsys-dfx-hidumper.md) - [HiDumper Development](subsys-dfx-hidumper.md)
- [HiChecker Development](subsys-dfx-hichecker.md) - [HiChecker Development](subsys-dfx-hichecker.md)
- [FaultLogger Development](subsys-dfx-faultlogger.md) - [FaultLogger Development](subsys-dfx-faultlogger.md)
- [R&D Tools](subsys-toolchain.md) - R&D Tools
- [bytrace Usage Guidelines](subsys-toolchain-bytrace-guide.md) - [bytrace](subsys-toolchain-bytrace-guide.md)
- [hdc\_stds Usage Guidelines](subsys-toolchain-hdc-guide.md) - [hdc\_std](subsys-toolchain-hdc-guide.md)
- [hiperf Usage Guidelines](subsys-toolchain-hiperf.md) - [hiperf](subsys-toolchain-hiperf.md)
- [XTS](subsys-xts-guide.md) - [XTS Test Case Development](subsys-xts-guide.md)
\ No newline at end of file
# Test # Test Case Development
OpenHarmony provides a comprehensive auto-test framework for designing test cases. Detecting defects in the development process can improve code quality. OpenHarmony provides a comprehensive auto-test framework for designing test cases. Detecting defects in the development process can improve code quality.
This document describes how to use the OpenHarmony test framework. This document describes how to use the OpenHarmony test framework.
......
# XTS<a name="EN-US_TOPIC_0000001126156429"></a> # XTS Test Case Development<a name="EN-US_TOPIC_0000001126156429"></a>
## Introduction<a name="section465982318513"></a> ## Introduction<a name="section465982318513"></a>
......
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
- **[Telephony](subsys-tel.md)** - **[Telephony](subsys-tel.md)**
- **[Security](subsys-security.md)** - **[Security](subsys-security.md)**
- **[Startup](subsys-boot.md)** - **[Startup](subsys-boot.md)**
- **[Test](subsys-testguide-test.md)** - **[Test Case Development](subsys-testguide-test.md)**
- **[DFX](subsys-dfx.md)** - **[DFX](subsys-dfx.md)**
- **[R&D Tools](subsys-toolchain.md)** - **[R&D Tools](subsys-toolchain.md)**
- **[XTS](subsys-xts-guide.md)** - **[XTS Test Case Development](subsys-xts-guide.md)**
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- [Burning](quick-start/quickstart-lite-steps-hi3861-burn.md) - [Burning](quick-start/quickstart-lite-steps-hi3861-burn.md)
- [Networking](quick-start/quickstart-lite-steps-hi3861-netconfig.md) - [Networking](quick-start/quickstart-lite-steps-hi3861-netconfig.md)
- [Debugging and Verification](quick-start/quickstart-lite-steps-hi3861-debug.md) - [Debugging and Verification](quick-start/quickstart-lite-steps-hi3861-debug.md)
- [Running](quick-start/quickstart-lite-steps-hi3816-running.md) - [Running](quick-start/quickstart-lite-steps-hi3861-running.md)
- Hi3516 Development Board - Hi3516 Development Board
- [Setting Up the Hi3516 Development Board Environment](quick-start/quickstart-lite-steps-hi3516-setting.md) - [Setting Up the Hi3516 Development Board Environment](quick-start/quickstart-lite-steps-hi3516-setting.md)
- [Writing a Hello World Program](quick-start/quickstart-lite-steps-hi3516-application-framework.md) - [Writing a Hello World Program](quick-start/quickstart-lite-steps-hi3516-application-framework.md)
...@@ -341,40 +341,40 @@ ...@@ -341,40 +341,40 @@
- [Driver Configuration Management](driver/driver-hdf-manage.md) - [Driver Configuration Management](driver/driver-hdf-manage.md)
- [HDF Development Example](driver/driver-hdf-sample.md) - [HDF Development Example](driver/driver-hdf-sample.md)
- Platform Driver Development - Platform Driver Development
- [ADC](driver-platform-adc-develop.md) - [ADC](driver/driver-platform-adc-develop.md)
- [DAC](driver-platform-dac-develop.md) - [DAC](driver/driver-platform-dac-develop.md)
- [GPIO](driver-platform-gpio-develop.md) - [GPIO](driver/driver-platform-gpio-develop.md)
- [HDMI](driver-platform-hdmi-develop.md) - [HDMI](driver/driver-platform-hdmi-develop.md)
- [I2C](driver-platform-i2c-develop.md) - [I2C](driver/driver-platform-i2c-develop.md)
- [I3C](driver-platform-i3c-develop.md) - [I3C](driver/driver-platform-i3c-develop.md)
- [MIPI CSI](driver-platform-mipicsi-develop.md) - [MIPI CSI](driver/driver-platform-mipicsi-develop.md)
- [MIPI DSI](driver-platform-mipidsi-develop.md) - [MIPI DSI](driver/driver-platform-mipidsi-develop.md)
- [MMC](driver-platform-mmc-develop.md) - [MMC](driver/driver-platform-mmc-develop.md)
- [PIN](driver-platform-pin-develop.md) - [PIN](driver/driver-platform-pin-develop.md)
- [PWM](driver-platform-pwm-develop.md) - [PWM](driver/driver-platform-pwm-develop.md)
- [Regulator](driver-platform-regulator-develop.md) - [Regulator](driver/driver-platform-regulator-develop.md)
- [RTC](driver-platform-rtc-develop.md) - [RTC](driver/driver-platform-rtc-develop.md)
- [SDIO](driver-platform-sdio-develop.md) - [SDIO](driver/driver-platform-sdio-develop.md)
- [SPI](driver-platform-spi-develop.md) - [SPI](driver/driver-platform-spi-develop.md)
- [UART](driver-platform-uart-develop.md) - [UART](driver/driver-platform-uart-develop.md)
- [WatchDog](driver-platform-watchdog-develop.md) - [WatchDog](driver/driver-platform-watchdog-develop.md)
- Platform Driver Usage - Platform Driver Usage
- [ADC](driver-platform-adc-des.md) - [ADC](driver/driver-platform-adc-des.md)
- [DAC](driver-platform-dac-des.md) - [DAC](driver/driver-platform-dac-des.md)
- [GPIO](driver-platform-gpio-des.md) - [GPIO](driver/driver-platform-gpio-des.md)
- [HDMI](driver-platform-hdmi-des.md) - [HDMI](driver/driver-platform-hdmi-des.md)
- [I2C](driver-platform-i2c-des.md) - [I2C](driver/driver-platform-i2c-des.md)
- [I3C](driver-platform-i3c-des.md) - [I3C](driver/driver-platform-i3c-des.md)
- [MIPI CSI](driver-platform-mipicsi-des.md) - [MIPI CSI](driver/driver-platform-mipicsi-des.md)
- [MIPI DSI](driver-platform-mipidsi-des.md) - [MIPI DSI](driver/driver-platform-mipidsi-des.md)
- [PIN](driver-platform-pin-des.md) - [PIN](driver/driver-platform-pin-des.md)
- [PWM](driver-platform-pwm-des.md) - [PWM](driver/driver-platform-pwm-des.md)
- [Regulator](driver-platform-regulator-des.md) - [Regulator](driver/driver-platform-regulator-des.md)
- [RTC](driver-platform-rtc-des.md) - [RTC](driver/driver-platform-rtc-des.md)
- [SDIO](driver-platform-sdio-des.md) - [SDIO](driver/driver-platform-sdio-des.md)
- [SPI](driver-platform-spi-des.md) - [SPI](driver/driver-platform-spi-des.md)
- [UART](driver-platform-uart-des.md) - [UART](driver/driver-platform-uart-des.md)
- [WatchDog](driver-platform-watchdog-des.md) - [WatchDog](driver/driver-platform-watchdog-des.md)
- Peripheral Driver Usage - Peripheral Driver Usage
- [LCD](driver/driver-peripherals-lcd-des.md) - [LCD](driver/driver-peripherals-lcd-des.md)
- [Touchscreen](driver/driver-peripherals-touch-des.md) - [Touchscreen](driver/driver-peripherals-touch-des.md)
...@@ -520,7 +520,7 @@ ...@@ -520,7 +520,7 @@
- [Development Example for Peripheral Drivers](guide/device-outerdriver-demo.md) - [Development Example for Peripheral Drivers](guide/device-outerdriver-demo.md)
- Debugging - Debugging
- [Test](subsystems/subsys-testguide-test.md) - [Test Case Development](subsystems/subsys-testguide-test.md)
- Debugging Tools - Debugging Tools
- [bytrace](subsystems/subsys-toolchain-bytrace-guide.md) - [bytrace](subsystems/subsys-toolchain-bytrace-guide.md)
- [hdc\_std](subsystems/subsys-toolchain-hdc-guide.md) - [hdc\_std](subsystems/subsys-toolchain-hdc-guide.md)
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
- [烧录](quickstart-lite-steps-hi3861-burn.md) - [烧录](quickstart-lite-steps-hi3861-burn.md)
- [联网](quickstart-lite-steps-hi3861-netconfig.md) - [联网](quickstart-lite-steps-hi3861-netconfig.md)
- [调试验证](quickstart-lite-steps-hi3861-debug.md) - [调试验证](quickstart-lite-steps-hi3861-debug.md)
- [运行](quickstart-lite-steps-hi3816-running.md) - [运行](quickstart-lite-steps-hi3861-running.md)
- Hi3516开发板 - Hi3516开发板
- [安装Hi3516开发板环境](quickstart-lite-steps-hi3516-setting.md) - [安装Hi3516开发板环境](quickstart-lite-steps-hi3516-setting.md)
- [编写“Hello World”程序](quickstart-lite-steps-hi3516-application-framework.md) - [编写“Hello World”程序](quickstart-lite-steps-hi3516-application-framework.md)
......
...@@ -14,4 +14,5 @@ ...@@ -14,4 +14,5 @@
- **[调试验证](quickstart-lite-steps-hi3861-debug.md)** - **[调试验证](quickstart-lite-steps-hi3861-debug.md)**
- **[运行](quickstart-lite-steps-hi3816-running.md)** - **[运行](quickstart-lite-steps-hi3861-running.md)**
\ No newline at end of file
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
- [烧录](quick-start/quickstart-lite-steps-hi3861-burn.md) - [烧录](quick-start/quickstart-lite-steps-hi3861-burn.md)
- [联网](quick-start/quickstart-lite-steps-hi3861-netconfig.md) - [联网](quick-start/quickstart-lite-steps-hi3861-netconfig.md)
- [调试验证](quick-start/quickstart-lite-steps-hi3861-debug.md) - [调试验证](quick-start/quickstart-lite-steps-hi3861-debug.md)
- [运行](quick-start/quickstart-lite-steps-hi3816-running.md) - [运行](quick-start/quickstart-lite-steps-hi3861-running.md)
- Hi3516开发板 - Hi3516开发板
- [安装Hi3516开发板环境](quick-start/quickstart-lite-steps-hi3516-setting.md) - [安装Hi3516开发板环境](quick-start/quickstart-lite-steps-hi3516-setting.md)
- [编写“Hello World”程序](quick-start/quickstart-lite-steps-hi3516-application-framework.md) - [编写“Hello World”程序](quick-start/quickstart-lite-steps-hi3516-application-framework.md)
...@@ -342,40 +342,40 @@ ...@@ -342,40 +342,40 @@
- [配置管理](driver/driver-hdf-manage.md) - [配置管理](driver/driver-hdf-manage.md)
- [HDF开发实例](driver/driver-hdf-sample.md) - [HDF开发实例](driver/driver-hdf-sample.md)
- 平台驱动开发 - 平台驱动开发
- [ADC](driver-platform-adc-develop.md) - [ADC](driver/driver-platform-adc-develop.md)
- [DAC](driver-platform-dac-develop.md) - [DAC](driver/driver-platform-dac-develop.md)
- [GPIO](driver-platform-gpio-develop.md) - [GPIO](driver/driver-platform-gpio-develop.md)
- [HDMI](driver-platform-hdmi-develop.md) - [HDMI](driver/driver-platform-hdmi-develop.md)
- [I2C](driver-platform-i2c-develop.md) - [I2C](driver/driver-platform-i2c-develop.md)
- [I3C](driver-platform-i3c-develop.md) - [I3C](driver/driver-platform-i3c-develop.md)
- [MIPI CSI](driver-platform-mipicsi-develop.md) - [MIPI CSI](driver/driver-platform-mipicsi-develop.md)
- [MIPI DSI](driver-platform-mipidsi-develop.md) - [MIPI DSI](driver/driver-platform-mipidsi-develop.md)
- [MMC](driver-platform-mmc-develop.md) - [MMC](driver/driver-platform-mmc-develop.md)
- [PIN](driver-platform-pin-develop.md) - [PIN](driver/driver-platform-pin-develop.md)
- [PWM](driver-platform-pwm-develop.md) - [PWM](driver/driver-platform-pwm-develop.md)
- [Regulator](driver-platform-regulator-develop.md) - [Regulator](driver/driver-platform-regulator-develop.md)
- [RTC](driver-platform-rtc-develop.md) - [RTC](driver/driver-platform-rtc-develop.md)
- [SDIO](driver-platform-sdio-develop.md) - [SDIO](driver/driver-platform-sdio-develop.md)
- [SPI](driver-platform-spi-develop.md) - [SPI](driver/driver-platform-spi-develop.md)
- [UART](driver-platform-uart-develop.md) - [UART](driver/driver-platform-uart-develop.md)
- [WatchDog](driver-platform-watchdog-develop.md) - [WatchDog](driver/driver-platform-watchdog-develop.md)
- 平台驱动使用 - 平台驱动使用
- [ADC](driver-platform-adc-des.md) - [ADC](driver/driver-platform-adc-des.md)
- [DAC](driver-platform-dac-des.md) - [DAC](driver/driver-platform-dac-des.md)
- [GPIO](driver-platform-gpio-des.md) - [GPIO](driver/driver-platform-gpio-des.md)
- [HDMI](driver-platform-hdmi-des.md) - [HDMI](driver/driver-platform-hdmi-des.md)
- [I2C](driver-platform-i2c-des.md) - [I2C](driver/driver-platform-i2c-des.md)
- [I3C](driver-platform-i3c-des.md) - [I3C](driver/driver-platform-i3c-des.md)
- [MIPI CSI](driver-platform-mipicsi-des.md) - [MIPI CSI](driver/driver-platform-mipicsi-des.md)
- [MIPI DSI](driver-platform-mipidsi-des.md) - [MIPI DSI](driver/driver-platform-mipidsi-des.md)
- [PIN](driver-platform-pin-des.md) - [PIN](driver/driver-platform-pin-des.md)
- [PWM](driver-platform-pwm-des.md) - [PWM](driver/driver-platform-pwm-des.md)
- [Regulator](driver-platform-regulator-des.md) - [Regulator](driver/driver-platform-regulator-des.md)
- [RTC](driver-platform-rtc-des.md) - [RTC](driver/driver-platform-rtc-des.md)
- [SDIO](driver-platform-sdio-des.md) - [SDIO](driver/driver-platform-sdio-des.md)
- [SPI](driver-platform-spi-des.md) - [SPI](driver/driver-platform-spi-des.md)
- [UART](driver-platform-uart-des.md) - [UART](driver/driver-platform-uart-des.md)
- [WatchDog](driver-platform-watchdog-des.md) - [WatchDog](driver/driver-platform-watchdog-des.md)
- 外设驱动使用 - 外设驱动使用
- [LCD](driver/driver-peripherals-lcd-des.md) - [LCD](driver/driver-peripherals-lcd-des.md)
- [TOUCHSCREEN](driver/driver-peripherals-touch-des.md) - [TOUCHSCREEN](driver/driver-peripherals-touch-des.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册