[SoapUI] 配置默认环境的properties

Posted 张缤分

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[SoapUI] 配置默认环境的properties相关的知识,希望对你有一定的参考价值。

<Envs>
	<Env id="Live,Default environment">
		<Project>
			<CusProperty name="endPointMain" value="https://glminnw.test.com" />
			<CusProperty name="endPointPas" value="https://gads.test.com" />
			<CusProperty name="endPointTls" value="https://gloolnw.test.com" />
			<CusProperty name="endPointSSOServer" value="https://avol.test.com" />
			<CusProperty name="endPointHypoServer" value="https://awd.test.com" />

  

以上是关于[SoapUI] 配置默认环境的properties的主要内容,如果未能解决你的问题,请参考以下文章

spring boot 使用application.properties 进行外部配置

spring boot 使用application.properties 进行外部配置

SpringBoot的Profiles根据开发环境和测试环境载入不同的配置文件

soapUI学习笔记--用例字段参数化

soapUI学习笔记--用例字段参数化

spring boot 多环境(devtestprod)配置文件---命令行切换