What is the software test type?

Source: Internet
Author: User

There are various types of software testing. The testing types are related to the testing requirements of the tested software. For beginners, you need to know the most common test types and other test types as the goal for further improvement.

The following is a full range of Test types. Please help me translate the full text.

  • Black box testing)

    • Not based on any knowledge of internal design or code. tests are based on requirements and functionality.
  • White box testing)
    • Based on knowledge of the internal logic of an application's code. tests are based on coverage of code statements, branches, paths, conditions.
  • Unit Test(Unit Testing)

    • The most 'micro' scale of testing; To test the special functions or code modules. typically done by the programmer and not by testers, as it requires detailed knowledge of the internal program design and code. not always easily done unless the application
      Has a well-designed architecture with tight code; may require developing test driver modules or test harnesses.
  • Incremental Integration Testing)
    • Continuous testing of an application as new functionality is added; requires that varous aspects of an application's functionality be independent enough to work separately before all parts of the program are completed, or that test drivers be developed
      As needed; done by programmers or by testers.
  • Integration Testing)
    • Testing of combined parts of an application to determine if they function together correctly. the 'parts' can be code modules, individual applications, client and server applications on a network, etc. this type of testing is especially relevant to Client/Server
      And distributed systems.
  • Function Testing(Functional testing)
    • Black-box type testing geared to functional requirements of an application; this type of testing shoshould be done by testers. this doesn't mean that the programmers shouldn't check that their code works before releasing it (which of course applies to any
      Stage of testing .)
  • System Test)
    • Black-box type testing that is based on overall requirements specifications; covers all combined parts of a system.
  • End-to-End Testing)
    • Similar to system testing; The 'macro 'END of the test scale; involves testing of a complete application environment in a situation that mimics real-world use, such as interacting with a database, using network communications, or interacting with other
      Hardware, applications, or systems if appropriate.
  • Sanity testing or Smoke Testing)
    • Typically an initial testing effort to determine if a new software version is using Ming well enough to accept it for a major testing effort. for example, if the new software is crashing systems every 5 minutes, bogging down systems to a crawl, or corrupting
      Databases, the software may not be in a 'sane 'enough condition to warrant further testing in its current state.
  • Regression testing)
    • Re-testing after fixes or modifications of the software or its environment. it can be difficult to determine how much re-testing is needed, especially near the end of the development cycle. automatic testing tools can be especially useful for this type
      Of testing.
  • Acceptance Test (Acceptance Testing)
    • Final testing based on specifications of the end-user or customer, or based on use by end-users/Mers MERs over some limited period of time.
  • Load Testing)
    • Testing an application under heavy loads, such as testing of
      WebSite under a range of loads to determine at what point the system's response time degrades or fails.
  • Stress Testing)
    • Term often used interchangeably with 'load' and 'performance 'testing. also used to describe such tests as system functional testing while under unusually heavy loads, heavy repetition of certain actions or inputs, input of large numerical values, large
      Complex queries to a database system, etc.
  • Performance Testing(Performance Testing)
    • Term often used interchangeably with 'stress' and 'Load 'testing. Ideally 'performance 'testing (and any other 'type' of testing) is defined in requirements documentation or QA or test plans.
  • Usability Testing)
    • Testing for 'user-friendliness '. clearly this is subjective, and will depend on the targeted end-user or customer. user interviews, surveys, video recording of user sessions, and other techniques can be used. programmers and testers are usually not appropriate
      As usability testers.
  • Install/uninstall test (install/uninstall testing)
    • Testing of full, partial, or upgrade install/uninstall processes.
  • Recovery Testing)
    • Testing how well a system recovers from crashes, hardware failures, or other catastrophic problems.
  • Failover Testing)
    • Typically used interchangeably with 'recovery testing'
  • Security Testing(Security Testing)
    • Testing how well the system protects against unauthorized internal or external access, willful damage, etc; may require sophisticated testing techniques.
  • Compatability Testing)
    • Testing how well software performs in a participant hardware/software/operating system/Network/etc. environment.
  • Exploratory Testing)
    • Often taken to mean a creative, informal software test that is not based on formal test plans or test cases; testers may be learning the software as they test it.
  • Random test (Ad-Hoc testing)
    • Similar to exploratory testing, but often taken to mean that the testers have significant understanding of the software before testing it.
  • Context-Driven Testing)
    • Testing driven by an understanding of the environment, culture, and intended use of software. for example, the testing approach for life-critical medical equipment software wocould be completely different than that for a low-cost computer game.
  • User Acceptance Testing)
    • Determining if software is satisfactory to an end-user or customer.
  • Comparison testing)
    • Comparing software weaknesses and strengths to competing products.
  • Alpha Testing)
    • Testing of an application when development is nearing completion; minor design changes may still be made as a result of such testing. typically done by end-users or others, not by programmers or testers.
  • Beta testing)
    • Testing when development and testing are essential completed and final bugs and problems need to be found before final release. typically done by end-users or others, not by programmers or testers.
  • Mutation Testing)
    • A method for determining if a set of test data or test cases is useful, by deliberately introducing various code changes ('buckets ') and retesting with the original test data/cases to determine if the 'buckets' are detected. proper implementation requires large
      Computational resources.

Related Article

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.