多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
[toc] # Equals Assertion 相等断言用于检查属性值是否等于指定值。 ## 适用场景 您可以在 ReadyAPI 套件的不同应用程序中使用这个断言。根据应用程序的不同,断言验证以下数据: | 应用 | 检查数据 | 更多信息 | | --- | --- | --- | | [SoapUI](SoapUI.md) | response 属性 | [SoapUI 断言](断言.md) | | [Secure](Secure.md) | response 属性 | [Secure 断言](Secure断言.md) | ## 创建断言 1、在对话框的左边,选择 **Property Content** 类别。 2、在对话框的右边,选择 **Equals** 。 3、点击 **Add** 。 **SoapUI** ![](https://support.smartbear.com/readyapi/docs/_images/testing/assertions/reference/create-soap.png) **Secure** ![](https://support.smartbear.com/readyapi/docs/_images/testing/assertions/reference/create-secure.png) ## 设置断言 本断言有两种工作模式: **Text** 和 **Other Property** 。 **Text 模式** 1、在 **Target** 下拉列表中选择 **Text** 选项。 ![](https://support.smartbear.com/readyapi/docs/_images/testing/assertions/reference/property/equals.png) 2、在 **Target Text** 编辑框输入要比较的值。 3、额外的选项: | 选项 | 描述 | | --- | --- | | **Ignore Case** | 比较期间忽略值的大小写。 | **Other Property 模式** 1、在 **Target** 下拉列表中选择 **Other Property** 选项。 ![](https://support.smartbear.com/readyapi/docs/_images/testing/assertions/reference/property/equals-other.png) 2、在 **Target Object** 下拉列表,选择要比较的属性所属的对象。 3、在 **Target Object Property** 下拉列表,选择要比较的属性。 4、额外的选项: | 选项 | 描述 | | --- | --- | | **Ignore Case** | 比较期间忽略值的大小写。 | ## 示例 **Text 模式** 在 **Target Text** 编辑框输入预期值,比较实际响应内容是否与其相等,比如预期值为: ~~~ {"code":"200","message":"OK","data":null} ~~~ **Other Property 模式** 选择测试项及测试项的属性。如果响应内容不等于该属性,断言将失败。 --- **参考资料** 1、[ReadyAPI Documentation / Testing APIs / Verifying Results / Assertion Reference / Property Content Assertions / Equals Assertion](https://support.smartbear.com/readyapi/docs/testing/assertions/reference/property/equals.html) --- :-: --- 贡献者名单(排名不分先后) --- :-: **材料** :-: **编写** 李云 :-: **校验** :-: **支持**