# auto_crm **Repository Path**: yang-yui/auto_crm ## Basic Information - **Project Name**: auto_crm - **Description**: crm客户关系管理系统—web自动化测试脚本 模块:登录、客户分配 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-20 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: 自动化测试 ## README # auto_crm #### 介绍 crm客户关系管理系统—web自动化测试脚本 模块:登录、客户分配 #### 基础信息 - 脚本编写者:杨旭蓉 - 使用语言:python - 采用unittest框架 #### 依赖库 ``` from selenium import webdriver from selenium.webdriver.support.select import Select from selenium.webdriver.common.alert import Alert from selenium.webdriver.common.by import By from ddt import ddt, file_data import unittest import pymysql import logging import yaml import time import re import HwTestReport import sys import xlrd xlrd ==2.0.1 //只能用该版本 ``` #### 目录结构 ``` base //存放浏览器操作 config //配置文件 └──xls文件 └──yaml文件 db //存放数据库操作 └──customerassgin //客户分配模块的SQL语句 └──dbcrm_handle.py log //日志包 repost //报告包 util //存放封装工具的py文件 webpage //功能包 └── customerassign //客户分配模块 └── user //用户模块 webtest //测试包 └── customerassign └── user ``` #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)