Complete the code to identify the first level in a testing career.
entry_level = "[1]"
The first level in a testing career is usually called Junior Tester, where beginners learn basic testing skills.
Complete the code to assign the typical next career step after Junior Tester.
next_step = "[1]"
After gaining experience, a Junior Tester usually becomes a Senior Tester who handles more complex testing tasks.
Fix the error in the code to set the role responsible for managing a testing team.
team_manager = "[1]"
The Test Lead is responsible for managing and guiding the testing team.
Fill both blanks to describe the career path from Test Lead to a higher management role.
career_path = ["[1]", "[2]"]
The typical path is from Test Lead to QA Manager, who manages the entire QA department.
Fill all three blanks to complete the dictionary mapping roles to their main focus area.
role_focus = {"[1]": "Testing execution", "[2]": "Team leadership", "[3]": "Process improvement"}Junior Tester focuses on testing execution, Test Lead on team leadership, and QA Manager on process improvement.