1 / 5

Types of software testing

Learn more @ http://www.metaforumtechnologies.com/software-testing-training-in-chennai

Download Presentation

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 Testing

  2. What is Software Testing? Software testing helps in verifying the robustness and accuracy of the developed software program. There are two broad categories of software testing. They are Manual Testing and Automation Testing. Manual Testing includes testing the software testing without the use of any software or written scripts. The different stages in manual testing include unit testing, system testing, integration testing, etc. Automated Testing is about using the script to test the developed software. Automation testing is widely used to test the application in the external environment.

  3. Black Box testing: The meaning of Black is something which is dark or hidden. It is about testing the applications without having any knowledge of the interior. In this testing, the tester gives input and observes the output without having any idea of how the data is processed. The primary benefit of this testing is that you do not need to share the code. Designing the test scenario is difficult. However, there is one more benefit of this testing that the testing can be done even by semi-skilled testers.

  4. White Box Testing: In the White Box Testing, the tester is familiar with the internal structure of the software. He needs to do detail investigation of the structure of the code. The tester works on the internal code of the program and tries to find out the code not behaving appropriately. It helps in finding the suitable date for the test code. The tester finds the appropriate data after going through the logic. It requires skilled testers with proper knowledge. The testing team needs to maintain specialized tools like code analyzers, debugging tools.

  5. Grey Box Testing Grey Box Testing is the process of the testing an application with the limited knowledge of the internal working of the developed software. The difference between black box testing and Grey Box Testing is that tester has access to documents and database of the tested applications. This helps in selecting the right stream of data. This type of test is done from the user perspective. The test depends upon functional specifications. Learn Software Testing Training in Chennai at Metaforum Technologies

More Related