摘要: 一、项目背景 因公司项目包含服务器(tomcat、redis、dubbox、zookeeper)和客户端(android/ios/macos/windows),在测试中会使用Java/C++/OC/多种语言进行开发,增加了测试人员的技术要求,也增加了公司的成本,需要一款使用单一语言支持测试用例开发的 阅读全文
posted @ 2019-03-12 15:52 GavinLJC 阅读(1585) 评论(0) 推荐(0) 编辑
摘要: 1. 获取全部容器ID 2. 删除全部容器 阅读全文
posted @ 2018-02-06 08:52 GavinLJC 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1. 移动文件夹中全部文件(包括隐藏文件) 2. 获取本机IP地址 3. apt-get 安装net-tools(ifconfig: command not found) 阅读全文
posted @ 2018-02-05 15:28 GavinLJC 阅读(150) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.IO; using System.Runtime.InteropServices; using System.Collections.Generic; public class OperateIniFile { private static String filePath = ""... 阅读全文
posted @ 2018-02-05 11:53 GavinLJC 阅读(11319) 评论(0) 推荐(0) 编辑
摘要: 十二年测试 毕业至今入行已经十二年,经历了多个项目的洗礼,获取了很多的开发与测试方面的经验,但越是这样越发现自己的欠缺与不足,此文愿与大家一同分享这十多年来在自动化测试工作中的经验和教训。 一。天不怕地不怕的菜鸟 什么项目都敢接,什么需求都敢答应,没有评估的经验,对项目整体没有掌控力,也把握不了项目 阅读全文
posted @ 2018-02-03 10:15 GavinLJC 阅读(124) 评论(0) 推荐(0) 编辑
摘要: // // baseclass.hpp // agent // // Created by liujc on 17/7/12. // Copyright © 2017年 liujc. All rights reserved. // #ifndef baseclass_hpp #define baseclass_hpp #ifdef __GNUC__ #include #endif ... 阅读全文
posted @ 2018-02-01 17:50 GavinLJC 阅读(350) 评论(0) 推荐(0) 编辑
摘要: package com.automation.testlibrary; import android.os.AsyncTask; import java.lang.reflect.Method; public class MethodRunTask extends AsyncTask { String packageName; String className; Str... 阅读全文
posted @ 2018-02-01 17:36 GavinLJC 阅读(268) 评论(0) 推荐(0) 编辑
摘要: // TestLoadder.m // WGTestFramework // // Created by liujc on 2017/11/27. // Copyright © 2017年 liujc. All rights reserved. // #import "TestLoadder.h" #import "TestDataLoader.h" #import "GlobalVa... 阅读全文
posted @ 2018-02-01 17:26 GavinLJC 阅读(530) 评论(0) 推荐(0) 编辑
摘要: import jenkins class mbuild: def __init__(self, url): self.__url=url self.__server=jenkins.Jenkins(self.__url, 15) def last_build_version(self, projec 阅读全文
posted @ 2018-02-01 17:20 GavinLJC 阅读(844) 评论(0) 推荐(0) 编辑
摘要: sudo pip install python-jenkins --upgrade --ignore-installed six 阅读全文
posted @ 2018-02-01 17:15 GavinLJC 阅读(215) 评论(0) 推荐(0) 编辑