automation test tool

Want to know automation test tool? we have a huge selection of automation test tool information on alibabacloud.com

Watir-webdriver Automation test scheme based on Ruby

endend Control layerInvolves dependencies:' linux.rb ' 'mysql.rb'The specific implementation needs to be discussed with Tianlirong to discuss the testability of the specific business logic.Tools Tool ClassInvolves dependencies:' Net/ssh ' 'scp/ssh'"test/unit"Associating Linux#ip/user name/passwordHost="192.168.48.233"username="Root"Password="Root"#calling the Linux commandserver_cmd1='Tail-100

Web Automation test Environment build 1 (based on Firefox Firefox browser)

Automation testing is the trend of the times, so many testers began to study automated testing, Web Automation testing test is not difficult, but many people are blocked in the environment to build this step, behind the study of passion, here, Tao Brother teach you to build a Firefox browser under the automated test en

What kinds of Android phone automation test tools are there?

Robotium is based on this 2. Various commands based on the Android Lib layer, such as sendevent,getevent, Monkey, service, and then encapsulated in various languagesMonkeyrunner is still very promising, Google made its own. Now the latest dev version already has the Easymonkey to support the UI ID operation. the angle of the classification to answer1) Pure white box method test, Monkey. Upstairs already has the friend mentioned, uses the Moneky

Test Android WAP pages with selenium automation

http://blogs.360.cn/360qtest/2014/04/01/%E5%88%A9%E7%94%A8selenium%E8%87%AA%E5%8A%A8%E5%8C%96%E6%B5%8B%E8%AF% 95android-wap%e9%a1%b5/There are two main types of automated testing for smartphone-side applications: One is app-based APK automation test and the other is the WAP page test of the browser. At present, more is the first case, the application of automated

Appium Mobile Automation test environment build Windows-appium-android

First step: Install the JDKInstalling the JDK (above version 1.7)Installation complete Set JDK environment variable (Baidu query)cmd command, type the java-version command to check if the JDK is installed successfully and set the environment variable successfully, as shown in:Step Two: Install the Android SDK (software Development Kit for Android): http://tools.android-studio.org/index.php/sdk/As shown in the following:Download this installation package to unzip in any directory as shown:After t

"Web Automation Test-code Eight" common methods-upload/download files

information that AutoIt Windows info recognizes.;ControlFocus("title","text",controlID) ComboBox1=Combobox instance 1ControlFocus("文件上传", "" , "Edit1");Wait 10 Seconds for the Upload window to appearWinWait("[CLASS:#32770]", "", 10);Set the file name text on the Edit fieldControlSetText("文件上传", "", "Edit1", "alert.html")Sleep(2000);Click on the open buttonControlClick("文件上传", "", "Button1")6. After saving the file, open the Compile Script to.exe tool

Selenium + Python automation Test unittest Framework Learning (iii) Webdriver element positioning (i)

1.Webdriver principleWebdirver is a Web automation tool that provides a unified Webdriver interface to the browser, which is submitted by client, our test script, and the remote server browser responds to the request. Compared to the original selenium1 in the Selenium RC is more convenient, the browser operation more flexible.2. Positioning(1) Positioning of elem

Using the Robotframework Automation Test series two-----environment construction

source source code installation. WHL is the PIP after the package. Install using the PIP command. (It is only the source before the PIP is installed) In fact, the same source installation can also be installed in the Robotframe framework above. Just Pip is more convenient. There is software in the library that does not have to download the unzip compilation installed. 3. Finally, the open ride will prompt Wxpython not installed on the installation of the version of the hint 2.8. Pro-

Web Automation test Plug-in Selenium-ide plug-in installation using

 Selenium is a Throughtworks the Company a strong open source Web Functional Testing Tool series, this series now mainly includes the following 4 section: q1.SeleniumCore: A test case that supports DHTML (effects like data-driven testing), which is seleniumide and SELENIUMRC 's engine. q2.SeleniumIDE: a plugin for FireFox that supports script recording. q3.SeleniumRC:seleniumremotecontrol. The followin

Android Automation Test-robotium (eight) drag

complete the dragThis API uses a called coordinates, of course, the android simulator coordinates are fixed, you can rely on experience to get the screen coordinates, but this is not reliable ...Here is a tool: MonkeyrunnerMonkeyrunner Recording mode can help you get to the android screen coordinatesFor Monkeyrunner, refer to: http://luwenjie.blog.51cto.com/925779/925659This test example is mainly to expla

"Selenium2 Python Automation Test" (8)--positioning IFRAME

( # page drop-down NBSP;JS = "var q=document.document element.scrolltop=1000 " driver.execute_script (JS) driver.find_ Element_by_xpath ( ".//*[@id = ' Hxjy_blog_label ']"). Send_keys ( u "test") Driver.find_element_by_xpath ( ".//*[@id = ' postarticle ']"). Click () This is the code I gave you when I first talked about selenium, so I'll take this code for example:1, how to identify is not an IFRAMEWhen we click on the ele

Robot Framework Selenium (rfs:web Automation test artifact)

.6. Test Execution Report and log is HTML format, easy to read.The 7.Robot framework is not an automated test tool like QTP. It is an automated testing framework, or an automated test platform.8. Provides a listening interface for test execution events, and can customize scr

Python Django Interface Automation test

Record the interface Automation test platform developed by yourself:  Interface testing is less costly, relatively stable, and less volatile than UI testing, and routine testing can be done using postman, JMeter, Python request, and more.The following is an introduction to the framework for Python request development for interface testing. The function satisfies the batch

Selenium+python+eclipse Web Automation Integrated environment configuration (with simple test procedures)

Recently, the company is to give us training, mainly web automation testing, and now the work is a daily test app, just getting started, but when I read someone else to write the bug, I do not feel able to find out how bad the bug.The first two weeks of time has been set up in the environment of automated testing, because there is no time to work during the day to do exercises, only after work time to learn

Appium Python Automation Test series Appium Environment Construction (II.)

there is no direct Baidu download client, the default installation can (also under the Windows computer)2, Pip Mac under if your Python version is newer, the default is to install the PIP, if not installed directly in the Terminal input command: sudo easy_install pip installation can be. You can also download a source code to install.3, Appium mac and windows have two kinds of installation mode, one is through the client installation, one is the terminal installation, here say the difference:Do

Front-End Development automation Optimization tool

First, the function introduction: The tool for front-end automation optimization, mainly has the following functions: gyDHTML5 Chinese Learning Network-HTML5 Pioneer Learning Network compression css– (yuicompressor) JS grammar check and compression-(google-closure-compiler) jpg, PNG, GIF lossless compression – (Jpegtran, PNGOut, gifsicle) At present, only the Windows version of the

Analysis of the official Automation test method of PHP ____php

Listing 1), which appears to be a test case that validates the PHP version from the content of the test section. The contents of the SKIPIF paragraph are written in the "Skipip.inc" document. In the FILE section, the test case prints out the version of PHP that is set up in the environment variable test_php_executable, and the result is formatted with the string

Appium+python Mobile Automation Test-environment Construction (i)

Build your system environment: WINDOWS7 version 64-bit systemFirst, the Environment preparation jdk8.0.151 Android-sdk_r20.3.4-windows python3.5 appium1.4.16.1 Node-8.9.3 Second, the above tool installation processPlease self-Baidu, here skipThird, test the installation environment1.JDK environment, input java-version on cmd command line2.ANDROID-SDK environment, enter android at cmd com

Element positioning of selenium automation test

Element positioning of selenium automation testFirst, selenium positioning methodThe key to automated testing is to accurately manipulate the test object, so you need to accurately locate the page elements of the system under test, there are several positioning methods:By.classnme (String className)By.cssselector (String selector)By.id (String ID)By.linktext (Str

Stress test automation code for Android clients using Monkeytest

option is set, Monkey will continue to send events to the system until the count is complete.-VEach-V of the command line increases the level of feedback information. 3-V represents the most verbose log level.Example:-v-v-V 100 (number 100: Indicates the number of test events).For more information, please refer to: Monkey command parameters3. Automation example1#Coding=utf-823‘‘‘4Create on 2014-12-245Pytho

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.