All Projects → liwanlei → Python Selenium

liwanlei / Python Selenium

selenium UI自动化测试框架

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Labels

Projects that are alternatives of or similar to Python Selenium

Screen Recorder
A Ruby gem to video record and take screenshots of your desktop or specific application window. Works on Windows, Linux, and macOS.
Stars: ✭ 135 (-16.67%)
Mutual labels:  selenium
Testowanieoprogramowania
Testowanie oprogramowania - Książka dla początkujących testerów
Stars: ✭ 146 (-9.88%)
Mutual labels:  selenium
Selenoid
Selenium Hub successor running browsers within containers. Scalable, immutable, self hosted Selenium-Grid on any platform with single binary.
Stars: ✭ 2,065 (+1174.69%)
Mutual labels:  selenium
Instagram Bot
An Instagram bot developed using the Selenium Framework
Stars: ✭ 138 (-14.81%)
Mutual labels:  selenium
Selenium Rs
A Rust Client for the Selenium webdriver (WIP)
Stars: ✭ 145 (-10.49%)
Mutual labels:  selenium
Ayespy
A performant visual regression testing tool
Stars: ✭ 150 (-7.41%)
Mutual labels:  selenium
Nightwatch
End-to-end testing framework written in Node.js and using the Webdriver API
Stars: ✭ 10,912 (+6635.8%)
Mutual labels:  selenium
Creevey
Cross-browser screenshot testing tool for Storybook with fancy UI Runner.
Stars: ✭ 155 (-4.32%)
Mutual labels:  selenium
Uirecorder
UI Recorder is a multi-platform UI test recorder.
Stars: ✭ 1,895 (+1069.75%)
Mutual labels:  selenium
Qtwebdriver
WebDriver implementation for Qt
Stars: ✭ 152 (-6.17%)
Mutual labels:  selenium
Selenium extensions
Tools that will make writing tests, bots and scrapers using Selenium much easier
Stars: ✭ 140 (-13.58%)
Mutual labels:  selenium
Webium
Webium is a Page Object pattern implementation library for Python (http://martinfowler.com/bliki/PageObject.html). It allows you to extend WebElement class to your custom controls like Link, Button and group them as pages.
Stars: ✭ 144 (-11.11%)
Mutual labels:  selenium
Qaf
Quality Automation Framework for web, mobileweb, mobile native and rest web-service using Selenium, webdrier, TestNG and Java Jersey
Stars: ✭ 150 (-7.41%)
Mutual labels:  selenium
Udemycoursegrabber
Your will to enroll in Udemy course is here, but the money isn't? Search no more! This python program searches for your desired course in more than [insert big number here] websites, compares the last updated date, and gives you the download link of the latest one back, but you also have the choice to see the other ones as well!
Stars: ✭ 137 (-15.43%)
Mutual labels:  selenium
Qxf2 Page Object Model
Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services (https://qxf2.com).
Stars: ✭ 155 (-4.32%)
Mutual labels:  selenium
Java.webdriver
Browser test automation using Selenium WebDriver in Java
Stars: ✭ 135 (-16.67%)
Mutual labels:  selenium
Vantpy
基于Selenium+unittest的WebUI自动化测试框架,使用POM(页面对象模型)设计模式,适合几乎所有web项目,可集成Jenkins部署自动化测试
Stars: ✭ 149 (-8.02%)
Mutual labels:  selenium
Webtau
Webtau (short for web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
Stars: ✭ 156 (-3.7%)
Mutual labels:  selenium
Go Selenium
Selenium web driver library written in Go
Stars: ✭ 157 (-3.09%)
Mutual labels:  selenium
Python3 Spider
Python爬虫实战 - 模拟登陆各大网站 包含但不限于:滑块验证、拼多多、美团、百度、bilibili、大众点评、淘宝,如果喜欢请start ❤️
Stars: ✭ 2,129 (+1214.2%)
Mutual labels:  selenium

python+selenium +HTMLTestRunner自动化测试

python 3 +selenium3 +HTMLTestRunner(python3版本)

使用的框架是python自带的unittest。使用ddt数据驱动,Excel管理测试用例

bussinses 公共的逻辑模块编写

data存放测试用例,界面定位元素

report存放测试报告

case存放测试用例。

log 存放测试过程中的测试日志

resultpang存放测试过程中的截图

suite 测试用例集

util 公共模块

run.py 执行脚本。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].