config--global user.email [email protected]Workaround: Press the above elevation, cmd window and then enter>git config--global user.name "Here is your GitHub user name">git config--global user.email [email protected] (your email)2. When submitting to remote, prompt:Fatal:remote origin already exists.WORKAROUND: Delete the remote git repository>git Remote RM origin3. When you need to log in during the first operation, enter your account name and passw
In the previous article, we have built a continuous integration environment for Jenkins, and this article will guide us on how to use Jenkins for continuous integration. We want to achieve this: Jenkins automatically gets the latest code and executes the test when it reaches the project push code on GitHub, and notifies us by email of the test results. 1. Install and set up Git
First, the machine that executes the build installs Git to make it easy to
back-end database, the database will return the requested data to the interface layer of the program to display to the user. the SQL Server-brought tool profiler can be said to be a precision instrument for checking SQL data transmission, documenting the interactions between the software client and the server database, allowing testers to gain insight into what the software is doing. In the test process, black-box testing and white-box
Summary
Every software tester who is interested in software testing or professional will have a strong interest and passion at the beginning of software automation testing. It can be understood that after automation is completed, the repetitive workload of testers will be reduced, comprehensive test data coverage can improve the software quality, a wide range of logs and functions can improve delivery effic
Android automated testing (1) concept of Android automated testing principles and Android principles
I. First, let's talk about the principle of automated mobile phone testing.1. The principle of mobile phone
Use python for automated testing-automated testing on the server (3)-more http client instances and pythonclient
In the previous article, we only implemented a simple http client function. The request also provides various functions such as keep alive, SSL, multi-File Upload, cookie management, and http requests header
Android automated testing (3)
I used java in the previous two articles to implement Android automated testing (1) how to install and uninstall an application (java) and Android automated testing (2) search for objects (java) by I
There are many automated Web UI testing frameworks on the market, such as WatiN, Selinimu, WebDriver, and Coded UI in VS2010. these frameworks can operate Web controls, simulate user input, click, and other operations to achieve automated Web testing. In fact, these tools share the same principle. They call the ie com
Misconceptions of automated testing • An automated test tool will replace the human factor necessary for testing. • you will achieve 100% of application tests automatic. • automated testing will immediately minimize the test sched
Automated Testing with python-unit testing for Java code (1) and python Unit Testing
Python we talk about most of the time refers to python implemented by C. In this article, we want to talk about python implemented by java. Her name is Jython, you can go to the official website http://www.jython.org/look, the last 2
In automated testing of the software GUI, you can run multiple test cases in batches only once .. To run this task in batches, each test case should be independent of each other in Gui operations. For example, the second test case in test suite cannot depend on the GUI result of the first test case. Similarly, the third test case does not depend on the second test case. We 'd better break the GUI context be
Turn from: https://www.ibm.com/developerworks/cn/rational/r-testing-automation/
Brief introduction
Frederick p. Brooks, Jr. In 1986, wrote an article entitled "No Silver Bullet: the fundamental and secondary issues of software Engineering" (No Silver bullet-essence and accidents of Software Engineer ing). This article lists some of the expectations of the development of software engineering technology and compares it with reality. His arguments were
Turn from: https://zhuanlan.zhihu.com/p/22174362
First of all, what is an automated test: Test automation in software testing, test automation are the use of special software (separate from The software being tested) to control the execution of tests and the comparison of actual outcomes with predicted .
This article also does not intend to summarize how many kinds of tests, how they classify, we only tal
How to conduct automated testing in agile modeIn the context that the company's development process has changed to agile development, project-level, version-level, and product-level agile development is in full swing. How automated testing keeps up with the pace of continuous integration and daily building does not bec
What is automated testing:Automated testing is the process of translating a man-driven test behavior into a machine execution. Typically, after a test case has been designed and reviewed, the tester performs the test step-by-stage according to the procedures described in the test case to obtain a comparison between the actual result and the desired result. In this process, the concept of
The actual situation of automated software testing
The term automated Software testing (automated Software testing,ast) draws many different meanings from members of the software development and
Absrtact: Manual testing and automated testing are important ways of software quality assurance, and are also two kinds of testing methods that many testers scramble to discuss. How to correctly look at these two test methods, better to make the combination of both is the topic we want to discuss now. This paper summar
Recently paid to buy Travis Ci,travis CI is interesting, not by project or user, but by the work process, such as the initial version is $129/month, a total of 2 work processes. In the case of a few projects, in addition to running unit testing, it is unavoidable to use more fully, so the time to build a set of Travis CI-based Android Automatic publishing workflow.Pre-automated Android development always av
Before the development of Android automated testing framework, we should first understand the current development situation, know what our goal is, but also to understand the current mainstream framework, to know and learn from each other.First, consider and understand a few questions:
What is our goal in developing an automation framework? How to get the framework you want?
Analysis of advanta
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.