ASSIGNMENT
1. What are the important distinctions between unit testing and feature testing?
2. Imagine that your software includes a feature that can automatically create a contents list for a document or book. This is described by the following user stories: As a user, I want to automatically create a contents list for my document that includes all of the headings that I have marked up in my text. As a user, I want to be able to identify elements of a contents list and to mark these up at different levels. For simplicity, I have left out stories concerned with formatting the contents list.
Suggest tests that you might develop to test this feature.
3. What is regression testing and why is it important? Explain why automated testing makes regression testing straightforward.
4. Explain why software security testing is more difficult than functional testing.
Comments
Leave a comment