摘要:
<?xml version="1.0" encoding="utf-8" ?> <suite name = "parameter"> <test name = "para"> <parameter name = "name" value="zhangsan"/> <parameter name = "age" value="10"/> <classes> <c 閱讀全文
posted @ 2019-08-26 12:00
怪圣卡杰
閱讀(206)
評論(0)
推薦(0)
摘要:
package com.course.testng.suite; import org.testng.annotations.Test; public class TimeOutTest { @Test(timeOut = 3000) public void TestSuccess() throws InterruptedException { Thread.sleep(2000); } @Tes 閱讀全文
posted @ 2019-08-26 09:58
怪圣卡杰
閱讀(295)
評論(0)
推薦(0)
浙公網安備 33010602011771號