[Q.no-1]
Difference between Smoke and Sanity testing.
1) Smoke testing:-
- Test the basic or critical functionality of app is working fine or not.
- It is used to determine if a new software build is ready for the next testing phase.
2) Sanity testing:-
- It is used once there is an enhancement made to the build.
- This testing is only the enhanced part.
- It aims to quickly evaluate whether the basic functionality of a new software build is working correctly or not.
[Q.no-2]
Agile methodologies:-
- It is a part of SDLC model.
- It is iterative and incremental.
Advantages:-
- It is suitable for big projects.
- If the requirements are not stable means we use agile model.
- The entire project will have customer interaction.
To implement Agile model:-
- scrum
- Kanban
- Extreme Programming XP.
[Q.no-3]
Epic user:-
(i) Collection of user story is called Epic
(ii) Ex:UN,PWD,login button--> the entire login functionality is called as an epic
User story:-
(i) In agile the requirements call as "Userstories"
(ii) In gmail, in the login functionality ,each field UN,PWD,login button ---> these are called as user story.
Top comments (0)