Uncategorized

Requirement Analysis

Functional and non functional need which implemented in the system. Each requirement expressed as a statement. Requirement types : Business requirement Architectural and design requirement System requirement and integration requirement Other source of requirements : Knowledge transfer Business analyst, product manager, developers, project manger or client Prior system versions Older requirements Part bug reports Install […]

Uncategorized

Software testing Projects

Requirement analysis ( BRS/ FRS Review) Test strategy and test plan Creating test specification Test scenario preparation Test data preparation Peer review Requirement traceability matrix Introduction to test management and bug tracking tool Build deployment Conducting build acceptance testing ( Sanity) Conducting system testing Formal testing Adhoc testing Exploratory testing Retesting Regression testing End to […]

Uncategorized

Defect reporting

Any mismatched functionality found in a application is called as defect/Bug/Issue. During test execution test engineers are reporting mismatches as defects to developers through templates or using tools. Defect reporting tools : Clear quest Dev track Jira Quality center Bug zilla Defect report contents : Defect is – Unique identification for the number for the […]

Uncategorized

Test design technique

Test design technique helps you design better cases. Since exhaustive testing is not possible , testing techniques helps to reduce the number of test cases to be executed while increasing test coverage. They help to identify test conditions that are otherwise difficult to recognize. Boundary value analysis Equivalent class partitioning Decision table based testing State […]

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 […]