基础例子
编写测试函数
package com.zhongxin.day02;
import org.testng.annotations.Parameters;
import org.testng.annotations.Test;
public class TestNGParameter {
@Test
@Parameters({"type&quo...
阅读全文