Roles and Responsibilities of Scrum Team
Scrum includes a group of people, called Scrum team: Product Owner - Define the features of the product. - Prioritize features according to ...
Scrum includes a group of people, called Scrum team: Product Owner - Define the features of the product. - Prioritize features according to ...
Scrum is a framework through which we build software product by following agile principles. Scrum includes a group people, called Scrum Team...
AGILE - Agile is an Iterative and Incremental process. Incremental -> keep on adding new Iterative -> same kind of process repeating a...
- We have to explore the application, understand completely and test it. - Understand the application, identify all possible scenarios, docu...
Smoke and Sanity Testing came into the picture after build release. Smoke Testing: - Smoke Test is done to make sure the build we received f...
- Whenever the developer fixed a bug, tester will test the bug fix is called Re-testing. - Tester close the bug if it worked otherwise re-op...
Testing conducts on modified build to make sure there will not be impact on existing functionality because of changes like deleting/adding/m...
Functional Testing - Validates the functionality of the software. - Functionality describes what software does. - Concentrates on user requi...
- Once the application functionality is stable, then we do Non-Functional Testing. - Focus on performance, load and security etc. - Focus on...
- Functionality is nothing but behaviour of the application. - Functionality testing talks about how your feature should work. Functional Te...
GUI - Graphical User-Interface - Graphical User-Interface testing or GUI testing is a process of testing the user interface of an applicatio...
- Testing overall functionality of the application with respective client requirements. - It is a black-box testing technique. - This testi...
Integration testing performed between 2 or more modules. Integration testing focusses on checking data communication between multiple modul...
A unit is a single component or module of a software. Ex:- In Gmail -> Login - one component/module -> Composing email - module ->...
Retesting is carried out to check the defects fixes, while regression testing is performed to check whether the defect fix have any impact ...
There are four test levels: 1. Unit/component/program/module testing 2. Integration testing 3. System testing 4. Acceptance testing
Quality Assurance: - QA is process related. - QA focusses on building the quality product. - QA is preventing defects. - QA is process orien...
-> Once the bug is identified by the tester, it is assigned to the development manager in open status. -> If the bug is a valid defect...
Build: It is a number given to Installable software that is given to the testing team by the development team. Release: It is a number gi...
V-Model / VV-Model: (Verification and Validation Model) In V-Model, at every stage we have testing. Static Testing: Testing the project rela...