摘要: package com.test; public class YuFa { @SuppressWarnings("unused") public static void main(String[] args) { // {}作用域 int h;//作用域中不使用的变量,无需初始化 int age = 10;//变量开头以字母下划线$等,不能以数... 阅读全文
posted @ 2016-10-14 13:59 故作无名状 阅读(86) 评论(0) 推荐(0) 编辑
摘要: package com.test; public class Yunsuanfu { @SuppressWarnings("unused") public static void main(String[] args) { //1.算术运算符(+ - * / %) //2.赋值运算符,通过=把右操作数复制给左侧,左侧一定是一个变量,错... 阅读全文
posted @ 2016-10-14 13:58 故作无名状 阅读(118) 评论(0) 推荐(0) 编辑
摘要: demo1 demo2 ADD ADDS Login 查询 阅读全文
posted @ 2016-10-13 14:24 故作无名状 阅读(568) 评论(0) 推荐(0) 编辑
摘要: testNG+ATS 1.testNG插件 1.离线安装 TestNG Eclipse插件下载地址http://testng.org/doc/download.html 下载下来以后,放在eclipse的plugins文件夹下,然后启动eclipse。 然后去Windows -> show view 阅读全文
posted @ 2016-09-02 17:12 故作无名状 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 环境准备 1.JDK版本和Jar包确认,无特殊要求JDK安装后即可 2.数据库确认(通常使用dev),环境配置文件 ats-config.properties,数据库信息文件devdb.conf 3.在trunk流测试时需要查看基类是否有本地测试限制,有限制放开即可 1.session初始化 1.R 阅读全文
posted @ 2016-09-01 14:49 故作无名状 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 1自动化测试 1 灰盒测试testNG+ats+eclipse 2 UI自动化testNG+Selenium+eclipse 3 协议自动化Jmeter、soapUI 2性能测试 1 Jmeter 2 LoadRunner 阅读全文
posted @ 2016-08-30 16:01 故作无名状 阅读(126) 评论(1) 推荐(0) 编辑