Self studying

7 curriculums
42 study items

Requirements Analysis

Software requirement is a need that has to be implemented into the system. Answers a question 'what to test'
A software requirement is a capability needed by the user to solve a problem or to achieve an objective. What we want to achieve is to develop quality software that meets customers' real needs on tim…

Testing Types

Test Type is a group of test activities aimed at testing a component or system focused on a specific test objective
Testing can be organized and performed in different way. There is no one single perfect approach that resolves all the problems in software testing. The best choice is the combination of different a…

Fundamental Test Process

Testing is a complicated process and includes different activities.
Software is defined as an activity to check whether the actual results match the expected results and to ensure that the software system is Defect free. Software testing also helps to identify errors…
Each methodology model of software development follows a particular life cycle.
There are various software development approaches defined and designed which are used/employed during development process of software, these approaches are also referred as “Software Development Proc…

Designing

Trying to understand the idea that lives in the mind of a stakeholder, a Business Analyst can draw a diagram, mock-up or prepare a dynamic prototype.
The stakeholder can see examples, provided by a Business Analyst and confirm that it is what (s)he actually has in mind. Later, Business Analyst can share this output with the technical guys for impl…