One, what is UnitTest
The unittest we're going to use here is the Python unit test framework, and its website isHttps://docs.python.org/2/library/unittest.html, here we can get comprehensive information.
As we write more and more use cases, we need to consider the specification and organization of use case writing for later maintenance, and unittest is just such a tool. Here we use an example to show what the UnitTest script looks like. You can do this by using the
Print URL
As mentioned in the previous section, you can print out the title of the browser, and here's a simple one to print the current URL. In fact, there is no big use, you can do a dine use case.
#coding =utf-8 from
Selenium import webdriver
import time
browser = Webdriver. Firefox ()
url= ' http://www.baidu.com '
#通过get方法获取当前URL打印
print ' Now access%s '% (URL)
browser.get ( URL)
time.sleep (2)
browser.find_element_by_i
Before I said a kind of square test to build selenium RC environment, that article is based on the Selenium RC 1.0 way, the current official website has not provided 1.0 download, I provide the download link is csdn on.
In fact, if you are familiar with MAVEN, selenium RC will become easy and easy, of course, my operation is based on the Java language camp.
Pre
Today, we share a pit that is often met in a selenium:
Selenium.common.exceptions.StaleElementReferenceException:Message:Element not found in the Cache-perhaps the page has Changed since it is looked up
People in the group often ask, "I loop to click on a column of links, but only to the first one, the second one failed, why?" ”。 Here's why: when you click on the second one, you're already a new page, and of course you can't find the ele
JMeterIs the use of very extensive Performance Testing Tools, whileSeleniumis a powerful open source web for Throughtworks CompanyFunctional TestingTools. JMeter and selenium can be used together to achieve automated performance testing of Web pages. There are two ways to invoke the selenium test case in JMeter. You can use JmeterJUnitSampler or BeanShell sampler, the latter method includes the
Selenium is a web of automated testing tools, many learning function automation students began to prefer selenium, compared with QTP because it has a lot of a bit:* Free, no need to crack QTP and big headache* Small, for different languages it's just a package, and QTP needs to download and install 1 + G programs.* This is also the most important point, whether you are more familiar with C, Java, Ruby, Pyth
Selenium Introduction:Selenium1, also known as SELENIUMRC or remote Control. is the original project of selenium. RC is the operation that uses JS to drive the browser after the browser is started. Why is it called RC? Because RC is designed to support the control of selenium server on the remote server to operate the remote side of the browser.Selenium2, also kn
ObjectiveMac comes with a python2.7 environment, so it's very easy to install the selenium environment on a Mac, and you can enter 2 instructions to install it.Software that needs to be installed:1.pip2.selenium2.53.63.firefox44.dmg4.Pycharm(Environment with SELENIUM2+FIREFOX46 and the following version compatible, selenium3+firefox47+geckodriver)First, selenium installation1.mac comes with Python2.7,python
What is Selenium
Selenium is a well-known Web application testing tool that can perform tests by simulating the actions of users in a browser, and its API supports java,c#,python,ruby,php,perl,javascript these mainstream programming and scripting languages. Selenium also supports mainstream browsers such as IE, Firefox, and Chrome.
PowerShell How to call
Origin
Recent project teams are testing using the Selenium IDE and selenium RC. Learn a few days, from the Internet search materials, feel that the document is really too little, (free Open-source software, alas ...). , the official web site on a Selenese Command reference is more formal and comprehensive documents, the other few. The Selenium RC documentation s
For those of us who are testing, automated testing has always been a relatively advanced area, certainly relative to manual testing. Recently, an interest has been made in automated testing. No, the specific point should be an interest in the Selenium tool. Why not QTP, before, QTP also have to learn, and later bought the "QTP Automated Test Advanced Guide", see a few days, I do not know why I do not see. Well! I have always preferred open source tech
ObjectiveIn the Web automation download operation, sometimes will pop up the download box, this download box does not belong to the Web page, there is no way to locate the (some students say click, the head is positioning!) Positioning! Positioning! )Sometimes we do not have to go to this button to click, learn to use the keyboard shortcut key operation, but also to achieve the same effect.I've said a Selenium2+python Automation 75-Non-input file upload (SendKeys) This was written based on Pytho
Turn from: 50013159Directly on the code, note is based on the Chrome kernel browser, based on IE, please replace the chrome method for IE, but have not tried, if there is a result can be informed!From selenium.webdriver.chrome.options Import optionsFrom selenium import WebdriverFrom Selenium.webdriver.common.keys import keysImport time__browser_url = R ' C:\Users\Administrator\AppData\Roaming\360se6\Application\360se.exe ' # #360浏览器的地址chrome_options =
1. Forced wait
The first is also the most simple and rough one way is to force waiting for sleep (xx), the force of the Lightning, such as XX time, whether the bump can keep up with the speed, or has been early, must wait xx time.
Look at the code:
#-*-coding: utf-8-*-
from selenium import webdriver
from time import sleep
driver = webdriver.Firefox ()
driver.get (‘https://www.xuehu365.com’)
sleep (3) # Force to wait 3 seconds before executing th
First, download the necessary documents1. EclipseEclipse official website2. JDKJDK website3. Selenium IDE, selenium Server, selenium Client Drivers (Java), etc.Selenium Note: A proxy server is required to download I'm using a missus cat.4. MAVEN installation, configuration, etc.Second, installation1, Eclipse decompression can be used2, JDK installation, configura
When some websites use dynamic loading, how do we fix them?There are two ways: one is to capture content directly in JavaScript, but it is cumbersome to operate, and second, use Python's third-party library to run JavaScript and directly capture what you see in the browser.This is the use of a Python automated test tool selenium, which can be based on our instructions, let the browser automatically load the page, to obtain the required data. We can in
http://www.testclass.net/ Test Tutorial Network, professional Selenium learning website.Knowledge points in this section:Action object:
· Click on Object
· Send_keys analog key input on the object
· Clear clears the contents of the object, if possible
Webelement Other common methods:
· Text gets the literal of the element
· Submit Form
· Get_attribute Getting property values
=================================
1. Download piphttps://pypi.org/project/pip/Download the above red line marked, and then open the terminal, CD to the above file download successful setup.py directory, execute sudo python setup.py install2. Installing SeleniumNetworked execution sudo pip install–u Selenium (default is the latest 3)If you want to switch to SELENIUM2 and have installed SELENIUM3, you can enter: sudo pip uninstall selenium in
In fact, this is equivalent to the simulation of human click events to continuously access the browser. If you've ever played the glory of kings, there's a bug in the January 2016 version.Android Phone Download a key wizard can set the button in adventure mode, let the phone automatically play the barrier, a game of 19 gold, one night on a hero. ButProgrammers are not vegetarian. A limit of about 4000 coins was set for one weeks. If you are interested, you can try it. (Note: The phone needs root
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.