基于pytest的证券清算系统功能测试工具开发

需求

1.造测试数据:根据测试需要,自动化构造各业务场景的中登清算数据与清算所需起来数据

2.测试清算系统功能:

自动化测试方案

工具设计

工具框架图

工具流程图

实现技术

python, pytest, allure, 多进程,mysql, 前端

效果

测试结果概览

测试数据统计页面

测试数据对比详情

说明

1.对于造数据

1.1 方案1:根据测试清算逻辑写全覆盖的脚本来实现造数据 -- 工作量,实现复杂

1.2 方案2:造数据脚本只覆盖主逻辑, 测试点复杂的场景使用手工造数据,测试工具校验清算后的结果。

2. 数据标记

为方便大量数据清算时能较快定位问题,在清算数据处理时加入业务标签与来源,各阶段产生的中间数据也加入标签与来源 方便校验不通过时定位问题。

相关推荐
昔我往昔10 小时前
pytest日志问题排查记录
python·pytest
黄昏恋慕黎明4 天前
博客论坛技术迭代
python·pytest
2601_962078234 天前
Python接口自动化流程(pytest)
python·pytest·接口自动化·测试框架·断言
杨女士YRJ4 天前
python+pytest+01
python·pytest
2601_962078235 天前
Python接口自动化框架:pytest
python·pytest·接口自动化·测试框架·restfulapi
2601_962078195 天前
Appium+Python+pytest自动化测试框架详解
自动化测试·python·appium·pytest·移动应用
2601_962284507 天前
安卓APP UI自动化测试:Python + UiAutomator2 + pytest + pytest-html
python·pytest·uiautomator2·ui自动化测试·安卓app
2601_962300817 天前
基于pytest的接口自动化测试:使用requests模块的实战项目与接口关联方法详解
接口自动化测试·测试用例·pytest·接口关联·requests模块
2601_962300817 天前
Python + Requests + Pytest + Excel + Allure:接口自动化测试项目实战
python·excel·pytest·allure·requests
11路没有终点8 天前
Pytest 安装、版本与第一个测试用例
测试用例·pytest