-
Notifications
You must be signed in to change notification settings - Fork 101
Smart Test in General
Nathan Bu edited this page Jul 5, 2023
·
3 revisions
flowchart TD
A[启动软件和测试智能体]
B[提取软件UI]
C[得出解析值]
D[得出动作向量]
E[执行动作向量中描述动作]
F[执行动作后触发软件变化]
G[结束]
A --> B
B --> C
C --> D
D --> E
E --> F
F -- "如果有变化" --> B
F -- "如果无变化" --> G
Introduction:
User manual:
- Deploy Center Docker Container
- Deploy Agent Docker Container
- Test agent setup
- One-Line-Installer Agent Setup
- [DEPRECATED]Deploy a test agent service
- Trigger a test task run in the Hydra Lab test service
- Create an Appium UI Test Automation Project
- Create test build and run XCTest
- Test Task Customization
- FAQ
Developer guideline:
- Start Services with Default Configuration
- Dev Environment Setup
- Technical Design
- Integrate Hydra Lab test center with Microsoft AAD authentication service
- Upgrade the test agent service from center service
News: