Commit f6403d03 by wff66504

3

parent 8e12f3f3
......@@ -53,6 +53,7 @@ public class APITest_tk extends BasicsGM{
//
String parameter = MapUtil.getValue("parameter", data);
Long startTime=System.currentTimeMillis();
Response re = obj.SendRequest(data, data.get("serviceUrl").toString(), data.get("Request").toString());
Long endTime=System.currentTimeMillis();
......
......@@ -34,8 +34,8 @@ public class MakeTestCases {
public static List<List<String>> list_all=new ArrayList<List<String>>();//缺失字段,最后判断是否应该算正向还是反向
public static void main(String[] args) {
make("TestData/CaseMakeWff.xls","Sheet1","post","tk_3");
make("TestData/CaseMakeMr.xls","Sheet1","post","tk_3");
}
......
xls=DataAllWff.xls
sheet=Sheet1
mysql_local_Online=local
Percentage=60
\ No newline at end of file
Percentage=60
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment