Testing Fundamentals - Testing Types and Levels
A software team runs a beta test and collects feedback. Which output best represents a valid beta test result?
feedback = ['UI issue', 'slow loading', 'crash on save'] print(len(feedback))
