书栈网 · BookStack 本次搜索耗时 0.077 秒,为您找到 631 个相关结果.
  • Testing tools

    Testing tools The test client Overview and a quick example Making requests Testing responses Exceptions Persistent state Setting the language Example Provided test case cla...
  • Testing tools

    Testing tools The test client Overview and a quick example Making requests Testing responses Exceptions Persistent state Setting the language Example Provided test case cla...
  • 单元测试集

    单元测试集 运行单元测试 快速上手 使用 tox 运行测试 测试其他 Python 版本和数据库后端 运行 JavaScript 测试集 使用 django-docker-box 运行测试 使用另一个 settings 配置模块 执行一部分测试 运行 Selenium 测试 运行所有测试 代码覆盖率 Contrib 应用程序 错...
  • World对象

    World对象 World对象 对于每个场景,都有一个独立的上下文叫World, 在hooks和步骤的运行函数中用this 来访问. 默认的 World 构造函数是: function World ({ attach , parameters }) { this . attach = attach this . p...
  • 7. WebDriver API

    7. WebDriver API 7.1. Exceptions 7.2. Action Chains 7.3. Alerts 7.4. Special Keys 7.5. Locate elements By 7.6. Desired Capabilities 7.7. Utilities 7.8. Firefox WebDriver 7....
  • 序、自动化测试概述

    序、自动化测试概述 1.如何让0基础的同学掌握自动化测试 2. 先简单聊聊测试 1)首先根据测试方法来划分,可以分为: 2) 其次,根据测试目标来划分,又可以分为: 3)最后,如果根据软件开发阶段来划分,每个阶段又可以做: 4)其他常用测试概念: 3. 主流自动化测试框架介绍 1)代码层自动化 2)接口层自动化 3)UI层自动化 ① App...
  • Testing tools

    Testing tools The test client Overview and a quick example Making requests Testing responses Exceptions Persistent state Setting the language Example Provided test case cla...
  • 常见反爬策略及应对方案

    常见反爬策略及应对方案 常见反爬策略及应对方案 构造合理的HTTP请求头。 Accept User-Agent - 三方库fake-useragent from fake_useragent import UserAgent ua = UserAgent () ua . ie # Mozilla/5.0 (Wi...
  • 9O WebDriver – 定位元素:第 4b 部分(XPath 续)

    1114 2020-07-09 《Selenium 教程》
    9O WebDriver – 定位元素:第 4b 部分(XPath 续) 1.使用text() 2.使用starts-with() 3.使用 XPath 轴 3a. 父轴 3b. 祖先轴 3c. 子轴 3d. 后代轴 3e. 同级轴 3f. 上一个同级轴 概览 9O WebDriver – 定位元素:第 4b 部分(XPath 续...
  • 9F WebDriver – JUnit 环境设置

    861 2020-07-09 《Selenium 教程》
    9F WebDriver – JUnit 环境设置 跳入: 步骤 1: 步骤 2: 步骤 3: 9F WebDriver – JUnit 环境设置 原文: https://javabeginnerstutorial.com/selenium/9f-webdriver-junit-environment-setup/ 大家好! 带出隐...