SDLC, STLC, user's persona, resource planning & bugs
Use Case vs Test Scenario
Use Case
- interactions that a user would do in an application
- just there to kind of give you a good start for test cases
Test Scenario
- validating something
- more of how a tester would categories their test cases
Best practice:
- start with Use cases
- Go on to Test scenario
- then start writing test cases
----------
SDLC
- short for Software Development Life Cycle
- the different stages needed to develop a software
STLC
- short for Software Test Life Cycle
- the different stages needed to test a software
-----------
User's Persona
- example; uni student seeking cheap laptop in amazon & a software developer who wants to trade in current laptop for a newer powerful one in amazon
- basically, different types of users who will be using the software
----------
Resource planning
- allocation of resources based on priority
-----------
What is a bug?
- deviation from an expected behaviour
Severity in terms of logging bugs
- is the impact the bug has on the functionality on the application
Priority in terms of logging bugs
- the parameter is the measure of how fast the defect should be fixed
Comments
Post a Comment