do you feel like you're losing your actual testing instinct because of AI
i can still read a suite and understand what's happening just fine, and i'm confident making decisions around coverage strategy, risk areas, what needs exploratory attention versus what's safe to automate
but lately i've been relying heavily on tools like drizz or testim to actually write the entire end to end test logic, to the point where i barely write assertions from scratch anymore. describe the flow, tool produces the script, i review and push...
but i'm wondering are we becoming worse testers in terms of actual instinct? especially juniors who are starting with these tools already in place, are they even developing the foundational thinking anymore?
how are you handling this??