automated software testing

Alibabacloud.com offers a wide variety of articles about automated software testing, easily find your automated software testing information here online.

About Automated Testing

A lot of things are always easy to mention and then forgotten; such as developing unit tests and automated testing. I think this is related to the enterprise culture and the process level of the development and testing team. If we have been "agile" in our work and have gone away with the demand analysis and detailed design time, we cannot bear the reduction in e

How to start learning an automated testing tool?

Two problems that must be understood before you begin: 1. Recording alone is not enough. 2. Not everyone can perform automated testing. After understanding the previous two questions, I began to learn a tool: 1. Read the help documentation of the tool. 2. Familiar with programming languages 3. participate in online forums 4. Find a small project trainer 5. Look for someone to review the script

"Software Testing" mobile software Testing

), functional test: One by one test of specific function point, ensure that each point can correctly realize corresponding function; Compatibility test: Perform tests on mainstream device installation applications on the market Make sure that everything works; cross-testing: for applications that are running, if you enter SMS, phone and other software responses, the application will not be affected, and wil

Selenium Automated Testing--Learning summary-webdriver

in the script, and calls the Webdriver API through the object to access the browser interface, directly manipulating the elements in the browser page, Even operate the browser itself (screenshots, window size, start, close, install plugins, configure certificates, etc.), so just like the real user in action.Using Selenium webdriver in a test script, regardless of the browser, the processing logic is sent through a comandexecutor command, which is actually a message sent to the Web Service (Web

UIAutomator (3) of Android automated testing --- comparison test screenshot

Android automation test-UIAutomator (3)-Comparison Test Series Review: this series mainly introduces the use of UiAutomator from the perspective of development, including three in total: Basic Introduction: Android automated testing-UiAutomator (1) Tip: UiAutomator for Android automated testing (2) (unfinished) Compari

Android Test (eight): UI Automator Automated Testing

Android Test (eight): UI Automator Automated TestingRelease date December 20, 2017 bug MasterOriginal: https://developer.android.com/training/testing/ui-testing/uiautomator-testing.htmlUser interface (UI) tests that involve user interaction across multiple applications can validate an application's behavior when user traffic crosses other applications or enters

Automated regression testing of applications with external dependencies and the fate of programmers

I have been studying other things recently, so I have never prepared this blog. I will make it up today. Pai_^ I like to describe things quickly and easily, so I will not discuss it for a long time. In this case, we all know that one of the major advantages of TDD is the ability to automate regression testing. I don't want to talk about the advantages of automated regression

C # using APIs to compile a Black Box Automated Testing Tool

C # using APIs to compile a Black Box Automated Testing Tool Download this article code (vs2010 development): http://download.csdn.net/source/2796362 Summary: 1: A simple example 1.1: Introduction to enumchildwindows 1.2: main source code 2: Difficulty: how to obtain the specified control handle 2.1: use Spy ++ 2.2: Get the widget location 2.3: Get the Control ID1: A simple example In the daily coding proce

Automated Testing: making preparations

Automated Testing: making preparations Previously, I posted a reflection article on the promotion of automated testing applications in my blog. Many colleagues are wondering how to use the framework and whether it meets different website requirements, this framework will be used to design test cases in the future to m

Android automated testing (1) how to install and uninstall an application, android Automation

Android automated testing (1) how to install and uninstall an application, android Automation1. android aaptAapt is the abbreviation of android assert packaging tool. With aapt, you can view apk information and list apk Package content.2. monkey runner and chimpchatThe monkeyrunner tool provides an API for writing programs that controls an Android device or emulator from outside of Android code.With monkeyr

Ruby-based watir-webdriver Automated Testing Solution and implementation (5), watirwebdriver

Ruby-based watir-webdriver Automated Testing Solution and implementation (5), watirwebdriverThen the Ruby-based watir-webdriver Automated Testing Solution and Implementation (4)Http://www.cnblogs.com/javame/p/4164570.htmlcontinue ...... for special control capturing, exception Control Analysis, and various attribute ca

Ruby-based watir-webdriver Automated Testing Solution and Implementation (4), watirwebdriver

Ruby-based watir-webdriver Automated Testing Solution and Implementation (4), watirwebdriverSubsequent Ruby-based watir-webdriver Automated Testing Solution and implementation (3)Http://www.cnblogs.com/javame/p/4259468.htmlto continue... first, let's recall our system architecture and then talk about the specific imple

Android Uiautomator Automated Testing

following command:Where:-Android Create Uitest-project-n calculatorautotest-t 7-p D:\workspace\CalculatorAutoTest9 . On the command line, go to the folder where the Calculatorautotest project is located and compile the build.xml using the Ant tool, and the ant compilation tool will need to install and configure the environment variables yourselfAnt Build10, the following also need to copy the jar file to the/data/local/tmp/directory of the phone, copy operation can be achieved through the comma

Testcomplete automated testing course outline

, waitchild, waitpropertyFind, findchild, findall, findallchildrenWindows or controls with the same nameSearch SkillsCase Analysis + drills 6. Best practices for designing automated test scriptsModular structure, projectsuite, project, UnitDevelopment of function library structure, global variables, and script ExtensionData-driven, DDT, data table design, and ADO data source connectionKeyword-drivenScript Exception Handling, unexpected window handli

Jenkins Automated Testing

Http://www.yiibai.com/jenkins/jenkins_automated_testing.html#article-start A fundamental principle of continuous integration is that the build should be verifiable. You must be able to objectively determine whether a particular build is ready for the next stage of the build process, and the most convenient way to do this is to use automated testing. Without proper autom

Automated Testing-TCL scripting language

Automated Testing-TCL scripting language TCL is a scripting language. It was first called "Tool Command Language" "Tool Command Language", but it does not mean it now, but we still call it TCL. Created by John Ousterhout. TCL is very studious and powerful. TCL is often used for rapid prototyping, Script Programming, GUI and testing. Tcl is an interpreted language

Selenium-python use PageObject to implement automated testing __python

Automated tests that have been done with the UI know that testing is an action on an element, so it is particularly dependent on the positioning of the element. But this poses a big problem-"maintenance cost", if you are positioned multiple times with an element in a different test case script, and when the position or attribute of the element changes, you must find the corresponding location in the script

Crawler-web crawlers supporting AJAX can be used for automated Web Testing.

Crawler-web crawlers supporting AJAX can be used for automated Web Testing. Http://crawljax.com/ Crawljax is an open source Java tool for automatically crawling and testing modern (Ajax) web applications. Crawljax can crawl any Ajax-based Web application by firing events and filling in form data. It createsState-Flow GraphOf the dynamic Dom states and the

Automated Smoke Testing

1. Smoke Testing and Smoke Testing. Because the company has been using the smartrobot tool, what we have been doing is product adaptation. 2. There are indeed some defects in Android mobile phone automation. automation cannot be missing in testing, but it cannot be replaced by manual automation. 3. All of our automated

How to Use selenium for automated page Testing

This is a test topic and a development topic. Selenium is a good choice for Web applications that require automated page tests. Selenium is an automated testing framework with IDE and API interfaces. It can be used in Java, C #. Python, Ruby, and other languages. Use selenium to build an automated testProgramVery simpl

Total Pages: 15 1 .... 11 12 13 14 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.