上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页
摘要: jemter 官方也一直强调要在非GUI下执行 Run your JMeter test in command-line non-GUI mode as 在linux下执行jmeter压力测试,生成jtl文件,在gui下导入该jtl,没有请求信息和响应信息 请求信息显示:No data to dis 阅读全文
posted @ 2017-07-07 21:23 testway 阅读(3395) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-04 21:26 testway 阅读(0) 评论(0) 推荐(0)
摘要: 打印该年月日下的所有身份证号码 阅读全文
posted @ 2017-06-29 13:27 testway 阅读(291) 评论(0) 推荐(0)
摘要: distributionManagement 为发布到本地参考的地址 repository 设置从本地maven库拉取jar包 4.0.0 com.abc.test aaa-bbb-ccc jar 0.0.1-SNAPSHOT fcbox-ad-test http://maven.apache.org 2.5.3 3.... 阅读全文
posted @ 2017-06-19 22:30 testway 阅读(356) 评论(0) 推荐(0)
摘要: spring读取dubbo xml文件,在本项目内可以调用正常,一旦把改项目打成jar包,供其他项目调用,就会提示找不到配置文件 ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("classpat 阅读全文
posted @ 2017-06-19 21:59 testway 阅读(470) 评论(0) 推荐(0)
摘要: 安卓微信公众号的H5页面是webview,一般操作需要切换context。 在执行如下步骤,就能直接像识别native样识别webview 1、代码追加: 2、在微信任何对话框 发送 "//deletetbs" appium操作微信H5 阅读全文
posted @ 2017-06-13 17:20 testway 阅读(1894) 评论(0) 推荐(0)
摘要: package com.note.testcases; /** * * The MIT License (MIT) * * Copyright (c) 2016 Alejandro Gómez Morón * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this soft... 阅读全文
posted @ 2017-06-07 23:45 testway 阅读(368) 评论(0) 推荐(0)
摘要: 自动化测试中经常遇到这个问题,关于这个题目,方法众多,咱的目的是找个比较简单靠谱的: 方法一: 先进入cmd窗口,adb shell 后: cd /data/data ls 可以看到包名了吧,缺点很明显,必须root手机先 方法二: 先进入cmd窗口: adb shell ps|findstr /i 阅读全文
posted @ 2017-05-16 18:18 testway 阅读(3477) 评论(0) 推荐(0)
摘要: extundelete是基于Linux的一个数据恢复工具,它通过分析文件系统的日志,解析出所有文件的inode信息,从而可以恢复Linux下主流的ext3,ext4文件系统下被误删除的文件。 [问题案例]最近看到群里提到如何恢复LINUX下ext4误删的文件,之前听说过ext3分区恢复工具ext3g 阅读全文
posted @ 2017-05-09 14:14 testway 阅读(1704) 评论(0) 推荐(0)
摘要: jenkins 批量修改配置文件 jenkin job 修改配置 修改前配置 <runPostStepsIfResult> <name>FAILURE</name> <ordinal>2</ordinal> <color>RED</color> <completeBuild>true</comple 阅读全文
posted @ 2017-05-04 21:42 testway 阅读(5103) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 26 下一页