Android App???????????????
???????????? ???????[ 2016/8/9 13:21:55 ] ??????????????? app????
??????????
??????????Щ??????????????????????????????ж????????????????????????????????????????????????????????????????????????????????????????????????
????
???????????
??????????????
??????????????????????????????????????????????????????????????????£?
@BeforeMethod
public void beforeTest() {
createDriver();
stepStartTime = System.currentTimeMillis();
Log.logger.debug("hello");
}
@Test
public void runStep(){
stepTestTime = System.currentTimeMillis() - stepStartTime;
if(loadingtime == 0)
loadingtime = stepTestTime;
//???y??
if(task.getTasktype().equals("Android ???????")){
JSONObject stepResult = new JSONObject();
stepResult.put("uielement"?? testStep.getUi_element().find_method_value);
stepResult.put("stepname"?? testStep.getUi_element().name);
stepResult.put("steptime"?? stepTestTime);
stepResult.put("stepresult"?? "success");
stepResultList.add(stepResult);
//taskService.setTaskResultInfo(taskId?? stepResultList.toJSONString());
}
}
????????????????
????????????????????????????????м?????????д??????????????????????????????????о???CPU????????
ArrayList
JSONArray cpuTimeJsonArray = new JSONArray();
JSONArray cpuDataJsonArray = new JSONArray();
double avgCPU = 0.0;
long total = 0;
for (CPUInfo cpuInfo : cpuInfos) {
total += cpuInfo.cpuUsage;
cpuTimeJsonArray.add(cpuInfo.time);
cpuDataJsonArray.add(cpuInfo.cpuUsage);
}
avgCPU = total/cpuInfos.size();
?????????
???????????????
????
???????????
??????????????
?????????????????????????е???????????CPU????棬???????????FPS???????????????о?????????????????????
???????
????????????????UI????????????????????????Android App??????????????????????????????????????У????????????????????????????????????????????????????????????????????檔???????????????????????????????????ЩС????????????????????????Щ????????δ??????????????????????????顣
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11