将用TestNG实现的代码更改为Junit4时需要考虑哪些因素?

时间:2019-07-04 01:51:39

标签: ios appium junit4

我当前的测试环境如下。

Appium服务器/ Xcode(iOS), Eclipse IDE(Maven项目), 测试代码:JAVA / TestNG

当前,我写的我的JAVA测试代码已更改为TestNG,正在'Test_main.xml'中按以下方式运行,并且它具有3(test1,2,3)套件测试xml。到目前为止,它可以正常工作。 我想将当前用TestNG编写的代码更改为JUnit4。

要这样做,如何更改我的代码?看来jUnit不支持xml。

如果您能指导我完成使用Junit4进行此测试的工作,我将不胜感激。

'Test_main.xml'

user_id int_id  fech        question1 question2 question3
 100   1000     01/01/2019     answ1     answ2     answ3
 200   2000     02/01/2019     answ1     answ2     answ3

'test1.xml'

<suite name="myiOSAPPTest"]
<suite-files]
<suite-file path="test1.xml" />
<suite-file path="test2.xml" />
<suite-file path="test3.xml" />
</suite-files>
</suite>

0 个答案:

没有答案