ReadyAPI 可以加载第三方 Jar 中的类,并在脚本中使用它们。
**加载第三方 Jar 包**
1、复制 `.jar` 文件到指定文件夹:
(1)复制到默认文件夹: `<ReadyAPI>\bin\ext` 。
(2)复制到自定义文件夹,参考 [首选项 - ReadyAPI](ReadyAPI_.md) 。
2、重启 ReadyAPI 以加载更新的 Jar 包。
**调用 Jar 包中的类**
导入要使用的类,然后调用其方法。
示例:
```
// 导入 Sample 类(完整类名:包名+类名)
import Sample
// 使用 Sample 类的静态方法:add
Sample.add(1, 2)
```
相关资料:
1、[脚本](脚本.md)
参考资料:
1、[ReadyAPI Documentation / Testing APIs / Scripting / About Scripting in ReadyAPI](https://support.smartbear.com/readyapi/docs/testing/scripts/about.html)
---
:-: --- 贡献者名单(排名不分先后) ---
:-: **材料**
:-: **编写**
李云
:-: **校验**
:-: **支持**
- 基础知识
- 属性
- 属性分类
- 属性扩展
- Get Data 对话框
- 断言
- 关于断言
- 使用断言
- 断言类型
- Response SLA
- Script
- Property Content Assertions
- Contains
- Equals
- Equals Binary
- JSONPath Count
- JSONPath Existence Match
- JSONPath Match
- JSONPath RegEx Match
- Message Content
- Not Contains
- XPath Match
- XQuery Match
- Compliance Assertions
- Swagger Compliance
- Schema Compliance
- HTTP Header Exists
- HTTP Header Equals
- JDBC Assertions
- 复制断言
- 术语
- 脚本
- 关于脚本
- 脚本编辑器
- JSONPath
- Projects
- SoapUI
- 测试步骤
- Groovy Script
- DataSource
- Conditional GoTo
- REST Request
- ReadyAPI
- 环境
- 关于环境
- 创建环境
- Rest Services
- Custom Properties
- JDBC Connections
- 团队协作
- 集成
- GitLab
- 第三方库
- Groovy 库
- Java 库
- 自定义ReadyAPI
- 首选项
- 全局属性
- ReadyAPI
- Code Templates
- JVM 设置
- 修改
- 实战指导
- 项目属性
- Groovy
- 代码片段
- 开发规范 v0.1
- 属性
- inbox
- FAQ
- 安装配置
- 复合工程
- 修改文件夹或文件名称