1 / 3

Types of manual testing

Manual Testing requires more effort but is necessary to check automation feasibility.<br>Each of the above stages has a definite Entry and Exit criteria and Activities & Deliverables associated with it.<br><br>For more understanding go through our article on Types of manual testing<br><br>

webomates
Download Presentation

Types of manual 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. www.webomates.com Types of manual testing 1 Types of manual testing Manual testing is the process of executing and running test cases or exploring the application to find any deviation from existing behavior without the help of any tool. https://www.webomates.com/blog/software-testing/manual-testing/

  2. www.webomates.com Types of manual testing 2 Types testing performed Manually:- Black Box Testing Black-box testing is a technique of software testing that validates the behavior of an application based on business and functional requirements. It is also known as requirement-based, opaque-box, eye-to-eye testing or closed-box. In this technique, tester tries to analyses the functionality of Application under test without knowing much about the internal architecture of the application. Manual Intervention is required in Black box testing to create and execute boundary value and Edge cases from the user perspective. GUI testing GUI testing is the process of testing the Applications Graphical User Interface. GUI testing involves look and feels of Application including checking the screens with the controls like menus, Forms, buttons, icons, and all types of bars – toolbar, menu bar, Progress Bar, Scrollbar, dialog boxes, and windows, etc. This type of testing required a real human to observe look and feel of the application and suggest the improvement. System Testing System testing means testing the system as a complete unit of all modules. This testing is performed after the integration of all the modules or components to verify if the system works as expected or not. System testing can be automated or performed manually as well. Acceptance Testing Acceptance testing, a testing technique performed to determine whether or not the software system has met the requirement specified. The main purpose of this test is to evaluate the system’s behavior with the business and functional requirements and verify if it is has met the required criteria for delivery to end users. https://www.webomates.com/blog/software-testing/manual-testing/

  3. www.webomates.com Types of manual testing 3 There are various forms of acceptance testing: 1.User Acceptance Testing 2.Alpha Testing 3.Beta Testing  Functional Testing As the name explains, a functional testing is a type of black box testing which is performed to confirm that the functionality of an application or system is behaving as expected. Functional testing is done to verify all the functionality of a product. Database Testing Databases are the collection of tables which are interconnected. Databases may be at different servers may not be of the same type. In this testing we check all the actions performed on the database that can be Insert, Delete, Update and Create. For More Information : Types of manual testing https://www.webomates.com/blog/software-testing/manual-testing/

More Related