Original works, allow reprint, please be sure to use hyperlinks in the form of the original source of the article, author information and this statement. Otherwise, the legal liability will be investigated. http://xqtesting.blog.51cto.com/4626073/1907085
Introduced
Ulipad is a Chinese-developed Python Lightweight editor, a guide and a flexible programmer. It is like a class browser, the code automates many functions, such as HTML Viewer, directory Browser, wizard, etc.
Download and install
: Https://pypi.python.org/pypi/UliPad
installation, fool-style, all the way next
Configuration
After the installation, double-click to start the following configuration gradually.
1, File > directory browsing, so we can see the directory on the left to facilitate the management of the script, the final following:
2. Edit > Parameters >python> set Python interpreter > Add > select the Pythonw.exe under the path of your locally installed Python and fill in the Description field with any name, save it, and end up as follows:
PS: I use python3 here.
3, into the Ulipad installation directory under the Conf, if you want to configure a Python template can modify Template.python this file, such as I am here to optimize for the following, so that you each time you create a new py file can be displayed.
PS: The note in the template is temporarily not supported in Chinese, there will be garbled
4, you can also set the font format, this look at the individual needs, very simple, such as:
5, for the layout of the window can be in the menu "window" adjustment, this oneself try to understand
6, can also install some plug-ins, very simple, according to the operation can, completely fool-style
Use
Click the new file icon under the Python, you can create a py file, and then enter the code content, then press F5 to run, in the console below the results can be seen, the effect is as follows
Welcome to join QQ Group: 229390571
This article is from "Xiao Qiang performance test brand product Manager" blog, please be sure to keep this source http://xqtesting.blog.51cto.com/4626073/1907085
Python Automated test development tool ULIPAD best practices (writable Python test code can also write selenium, appium, etc.)