As a part of training on the «Fundamentals of Software Testing» online course you need to complete a number of practical tasks to get points: issue bugs, write test cases and a test plan as well as to create checklists.
For effective work in the bug tracker, the limit of 50 bug reports was set.
In order to properly distribute testing and add bugs from practical tasks to the bug tracker after each lecture, we have prepared a mini-cheat sheet for a possible way of preparing practical tasks:
• add an average of 7 bug reports for each lecture (7 lessons * 7 = 49 bug reports);
• cover as many test environments as possible;
For example:
Perform the web testing in 3 browsers, web testing on a mobile device, a mobile application, a game (on a mobile device or on a PC).
To do this, you can use the following calculation: 3 browsers * 2 bugs + 1 mob. browser * 3 bugs + 1 mob. application * 3 bugs + 1 game * 3 bugs = 15 bugs;
- do not issue duplicates (for example, the same bug in several browsers);
- conduct testing under a registered / unregistered user.