Testing Fundamentals - Testing Types and Levels
Consider this code snippet representing testing phases in order:
What will be the output?
phases = ['development', 'alpha', 'beta', 'release'] print(phases[1])
What will be the output?
