Skip to content

WebTester based on python, the user can customize the testing process, convenient to get on the page displays the message. Must configure Chrome WebDriver / Firefox WebDriver / Remote WebDriver

Notifications You must be signed in to change notification settings

zero20121222/WebTester

Repository files navigation

WebTester

WebTester based on python, the user can customize the testing process, convenient to get on the page displays the message. Must configure Chrome WebDriver / Firefox WebDriver / Remote WebDriver

Init WebTester

  • git clonse webtester
If you want to build Test Server Client, you need:
* pip install tornado
* pip install MySQLdb
* pip install DBUtils
* pip install PyYAML
* pip install splinter
Config Server
copy *.yaml.example to *.yaml
then change db, redis config with username & password
Start Test Server
* python web_tester.py
TestServer Client Images

Tester Server

If you just want to use Test Client, you need:
* pip install splinter
Install Test Client
need be used by chrome extension
* sudo python client_setup.py install
* move tester-extension.crx to chrome://extensions/
* tester-extension will save COM+Click event
Test Client Images

Tester WebDriver

Error

  • 在处理页面的ajax请求上存在问题

About

WebTester based on python, the user can customize the testing process, convenient to get on the page displays the message. Must configure Chrome WebDriver / Firefox WebDriver / Remote WebDriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published