Who works on agile scrum?
BA, QA, Developer, Scrum Master
What requirements documentations you get in agile?
User Story, Use Case, and Epic
How many flows can cases have ?
3: Basic (main workflow), Alternative (work around of the functionality), and Exception (notification for user if functionality doesn’t)
What is the difference between system vs E2E testing?
system: testing all functionality within that system
E2E testing: testing 1 functionality from start till end. usually involves GUI, servers and databases
What is difference between Unit and UAT testing?
unit is done by developers, and UAT is done by BA
What is difference between load and volume testing?
volume: testing with huge data, upload or download data to application
load: loading system with many users simultaneously to check if application works during peak hours
What is epic, user story, and use case?
epic: big sellable idea for mostly management. you rarely get epic at work. epic is broken down to one or more user stories.
user story: simple goal, not sequence of actions
use case: detailed steps of user action and system response. can cover one or more user stories.
What is difference between test scenario and test case?
test scenario created from requirements. QA converts test scenarios into test cases. test scenario is about what we test and test case is how to achieve testing goal. test scenario is high level document (less detail) & test case is low level document created by QA