Uncategorized

Adhoc testing

Adhoc testing is informal testing type with an aim to break the system. It doesn’t require any test case design technique to create test cases. This testing primarily performed if the knowledge of the testers in the system under test is very high. It doesn’t create testcase design altogether. It is a unplanned activity. Randomly […]

Uncategorized

Functional Testing Types

1.System testing 2.GUI testing (Graphical user interface) 3.Usability testing 4.Functional testing 5.Non functional testing Functional Testing Functional testing is testing the functionality of the application/software. Property coverage Database/backend coverage Error handling coverage Calculation/Manipulation coverage Links existence/Execution coverage Cookies coverage Non Functional testing To perform this non functional testing the application must be staple. Application stability […]

Uncategorized

Levels of Testing:

Unit Testing, Integration Testing, System Testing, User Acceptance Testing Unit Testing Unit testing is a smallest testable part of a software usually they will give one or two inputs and getting one output. Unit testing conducts on single program or single module. Unit testing is white box testing technique. Unit testing is done by developer. […]

Uncategorized

Quality control & Quality Assurance

Quality Control 1.The Operational Techniques and activities used to fulfill the quality product 2.Finding Defects 3.Reactive 4.Product Oriented 5.Focus on Testing for quality 6.QC is for Testing part in SDLC QUALITY ASSURANCE It is planned and systematic activities implemented with in the system to demonstrate the product to fulfill customer requirement Prevention of defects process […]