1 / 5

Different types of software testing

Each of us would have encountered different types of Tests on our test journey. We may have heard some, and we might have worked on some, but not everyone has knowledge of all test types.<br>

isharoyhr
Télécharger la présentation

Different types of software testing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Types of software tests: different testing types withDetails • What are the different types of softwaretesting? • As a Tester, we know the different types of software testssuch as functional tests, non-functional tests, automation tests, Agile Tests and their subtypes,etc. • Each of us would have encountered different types of Tests on our test journey. We may have heard some, and we might have worked on some, but not everyone has knowledge of all test types. • Different types of softwaretesting • Functional test typesinclude: • Unittest • Integrationtesting • System testing • Mental healthtesting • Smokingtest • Interfacetest • Regression • * Beta /Acceptance

  2. Non-functional test typesinclude: • Performance testing • Load testing • Stresstest • VolumeTesting • Safetytests • Compatibilitytesting • Install Tests • RecoveryTests • Reliabilitytesting • Usability Tests • Conformity assessment • LocalizationTests

  3. https://www.exltech.in/software-testing-course.html AlphaTest It is the most common type of Tests used in the software industry. The objective of this test is to identify all possible problems or defects before it is released to the market or to the user. Ad-hoc Tests Thenameitselfsuggeststhatthistestiscarriedoutonanadhocbasis, i.e. without reference to the test case, and also without a plan or documentation for such kind of Tests. The purpose of this check is to find the defects and to break the application by running an application flow or randomfunctionality. BetaTest Beta testing is a formal type of software testing performed by the customer. It is carried out in the real environment before the product is put on the market for the actual finalconsumer. componenttesting It is usually performed by developers after completion of unit Tests. Component testing involves testing multiple functionalities as a single code, and your goal is to determine whether there is a defect after connecting these multiple functionalitiestogether.

  4. FunctionalTesting This type of testing ignores the internal parts and focuses only on the output to check whether it is according to the requirement or not. It is a Black-box type testing geared to functional requirements of an application. integrationtesting Testing all integrated modules to verify the combined functionality after integration is called Integration Test. Modules are typically code modules, individual applications, client and server applications in a network, etc. This type of testing is especially relevant to client / server and distributed systems. Non-FunctionalTesting It is a type of Tests for which each organization has a separate team, usually called a Non-Functional Test (NFT) team or Performanceteam. RegressionTests Testing an application as a whole for modification in a module or functionality is called regression testing. It is difficult to cover the entire system in regression tests, so automation testing tools are typically used for these types ofTests. securitytesting It is a kind of Tests that are carried out by a special Team of testers. A system can be penetrated by any hackingway.

  5. Smoketesting When a new build is provided by the development team, the Software Test team validates the build and ensures that there is no majorProblem. The Test team ensures that the build is stable and that a detailed test level is continued. Smoking test checks that there is no show-stopper defect in the build that prevents the Test team from testing the application indetail. unittesting Testing a single software component or module is called unit testing. It is usually performed by the programmer and not by testers, as it requires a detailed knowledge of the internal program design and code. It may also require developing test driver modules or test harnesses. White BoxTesting White Box testing is based on knowledge of the internal logic of an application'scode. It is also known as glass box Test. Internal software and code work should be known for this type of testing. These tests are based on coverage of code statements, branches, paths,conditions, etc. Black BoxTesting The internal system design is not considered in this type of test. Tests are based on requirements andfunctions. For more details:https://www.exltech.in/

More Related