Commit f6403d03 by wff66504

3

parent 8e12f3f3
...@@ -53,6 +53,7 @@ public class APITest_tk extends BasicsGM{ ...@@ -53,6 +53,7 @@ public class APITest_tk extends BasicsGM{
// //
String parameter = MapUtil.getValue("parameter", data); String parameter = MapUtil.getValue("parameter", data);
Long startTime=System.currentTimeMillis(); Long startTime=System.currentTimeMillis();
Response re = obj.SendRequest(data, data.get("serviceUrl").toString(), data.get("Request").toString()); Response re = obj.SendRequest(data, data.get("serviceUrl").toString(), data.get("Request").toString());
Long endTime=System.currentTimeMillis(); Long endTime=System.currentTimeMillis();
......
...@@ -35,7 +35,7 @@ public class MakeTestCases { ...@@ -35,7 +35,7 @@ public class MakeTestCases {
public static void main(String[] args) { public static void main(String[] args) {
make("TestData/CaseMakeWff.xls","Sheet1","post","tk_3"); make("TestData/CaseMakeMr.xls","Sheet1","post","tk_3");
} }
......
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