Chapter 2
Architecture & Design Principles — quiz
5 questions · ~4 min
Chapter 2 quiz
Question 1 of 5
A team has test methods that directly call Selenium WebDriver APIs (`driver.findElement(By.xpath(...)).click()`), mix assertion logic with navigation steps, and embed database setup code inline. Which architectural problem does this represent?