摘要: 前言 面试题:如何造10w条测试数据,如何在数据库插入10w条数据,数据不重复?想面试高级测试、高级自动化测试、测试开发岗位,面试时候考察 SQL 就不是简单的增删改查的,必然会问到存储过程。一问到存储过程基本上是送命题了,本篇讲解下如何使用存储过程在 mysql 数据库快速造大量测试数据。 存储过 阅读全文
posted @ 2020-06-16 16:10 上海颖 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 前言 当你想走上测试开发之路,用python开发出一个web页面的时候,需要找一个支持python语言的web框架。django框架有丰富的文档和学习资料,也是非常成熟的web开发框架,想学python开发的小伙伴,从django入手是一个不错的选择。本篇写一个简单的“hello world! ”页 阅读全文
posted @ 2020-06-16 09:11 上海颖 阅读(1034) 评论(0) 推荐(0) 编辑
摘要: 接口自动化测试持续集成+postman+newman+git+jenkins+钉钉 阅读全文
posted @ 2020-05-14 09:43 上海颖 阅读(628) 评论(0) 推荐(0) 编辑
摘要: app专项测试 阅读全文
posted @ 2020-05-07 18:58 上海颖 阅读(132) 评论(0) 推荐(0) 编辑
摘要: jmeter性能测试 阅读全文
posted @ 2020-04-26 18:48 上海颖 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Linux环境搭建禅道 阅读全文
posted @ 2020-04-22 20:45 上海颖 阅读(131) 评论(0) 推荐(0) 编辑
摘要: hrun平台参数化 阅读全文
posted @ 2020-04-17 14:52 上海颖 阅读(200) 评论(0) 推荐(0) 编辑
摘要: docker启动命令 docker start tomcat,语法为docker start 容器名称 docker停止命令 docker stop tomcat,语法为docker stop 容器名称 docker重启命令 docker restart tomcat ,语法为docker rest 阅读全文
posted @ 2020-04-15 18:23 上海颖 阅读(4260) 评论(0) 推荐(0) 编辑
摘要: 执行git push出现"Everything up-to-date" 在github上git clone一个项目,在里面创建一个目录,然后git push的时候,出现报错"Everything up-to-date" 原因:1)没有git add .2)没有git commit -m "提交信息" 阅读全文
posted @ 2020-04-13 11:10 上海颖 阅读(681) 评论(0) 推荐(0) 编辑
摘要: git 阅读全文
posted @ 2020-04-11 20:54 上海颖 阅读(982) 评论(0) 推荐(0) 编辑