Boss Level

The Architect's Challenge

Review the Test Module below. Click on the lines that violate ABT principles (e.g., low-level actions in a high-level flow, brittle checks, or bad naming).

purchase_flow.tm
0 lines selected
test_case: purchase_laptop_flow
login("user", "pass")
click("#nav_electronics")
select_product("MacBook Pro")
add_to_cart()
verify_text_present("Cart: 1 Item")
checkout()
enter_text("#cc_field", "4111...")
submit_order()