随笔分类 -  TestNG

摘要:java文件package selniumhomework;import org.testng.annotations.Test;public class Test1 { @Test(groups = {"regression"}) public void method1() { S... 阅读全文
posted @ 2014-06-11 17:51 tomweng 阅读(204) 评论(0) 推荐(0)