Exploration of Automated Testing Technology

Source: Internet
Author: User
Tags xunit
Test Technology Overview Testing at various stages of the software development process Automated Unit TestingRegression testing. Each new test is always established on the premise that the previous test is successful, so that each incremental development or change has a quality assurance. Improve the coverage rate of unit test paths and the efficiency and quality of testing. Perform automatic tests without duty during idle or off-duty hours. Features of xUnit Automated Unit Testing Framework Test first (why)Starting with prevention, we should prevent errors instead of discovering them. From the user's point of view, the entire development process is measured using the testing principles. Here is an example of wall construction by workers. Extends the quality controllability of software engineering projects to the code level. XUnit framework Process transformation brought about by automated Unit Testing Test first (how)Code a little, test a little. Pile module and drive module construction. Iterative development JUnit testing frameworkAnalysis of JUnit testing framework application of JUnit testing framework SummaryDisadvantages: the system cannot automatically detect and overwrite all judgment paths. Who will ensure the accuracy of the test code.

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.