自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 问答 (1)
  • 收藏
  • 关注

原创 2021-07-06

2021-07-06 11:35:54 83

原创 SA200-TestSuit01

#!/usr/bin/env python-- coding: utf-8 --‘’’Created on 2019年1月27日@author: chelei‘’’from selenium.webdriver.support import expected_conditions as ECfrom selenium.webdriver.support.wait import WebDriverWaitfrom HtmlTestRunner import HTMLTestRunnerfro

2021-07-05 23:11:30 111 1

原创 SA200-ATestMethod

#!/usr/bin/env python-- coding: utf-8 --‘’’Created on 2019年1月27日@author: chelei‘’’from selenium import webdriverfrom selenium.webdriver.support import expected_conditions as ECfrom selenium.webdriver.support.select import Selectfrom selenium.webdr

2021-07-05 23:10:45 93

原创 HTMLTestRunnerNew

#coding=utf-8“”"A连接信息 TestRunner for use with the Python unit testing framework. Itgenerates a HTML report to show the result at a glance.The simplest way to use this is to invoke its main method. E列表.g.import unittestimport HTMLTestRunner… define y

2021-06-25 15:40:36 392

原创 login

#!/usr/bin/python-- coding: UTF-8 --from selenium import webdriverimport unittestimport sysimport osimport datetimeimport randomimport timefrom HTMLTestRunnerCN import HTMLTestRunnerreload(sys)sys.setdefaultencoding(‘utf8’)def login():TEST_URL

2021-06-25 15:40:28 412

原创 2021-06-03

2021-06-25 15:40:16 78

原创 网址汇总-笔记

loadrunner:https://www.cnblogs.com/fnng/archive/2012/07/15/2592344.htmlhttps://wenku.baidu.com/view/ca23a348e518964bcf847cc2.html?from=search#资源下载:http://jmeter.apache.org/download_jmeter.cgihttp://www.badboy.com.au/download/addhttp://www.oracle.com/

2020-09-29 23:18:52 3648

原创 页面自动化-登陆

# coding=utf-8#!/usr/bin/python'''Created on 2019年5月24日@author: ZQQ'''import unittestfrom selenium import webdriverfrom HtmlTestRunner import HTMLTestRunnerfrom ATestMethod import ATestMe...

2019-05-28 14:35:44 63

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除