Tagged articles
3 articles
Page 1 of 1
Advanced AI Application Practice
Advanced AI Application Practice
Nov 13, 2025 · R&D Management

When a Requirement Feels Wrong: How Testers Can Effectively Raise Objections

The article explains how testers can turn vague concerns into persuasive objections during requirement reviews by using concrete user stories, probing edge cases, checking document consistency, and leveraging prototype details, while adopting a collaborative tone and structured questioning to influence product decisions.

collaborative communicationdocument consistencyedge cases
0 likes · 7 min read
When a Requirement Feels Wrong: How Testers Can Effectively Raise Objections
Python Programming Learning Circle
Python Programming Learning Circle
Jun 4, 2021 · Fundamentals

WTF Python: Unexpected Behaviors and Intriguing Edge‑Case Examples

This article presents a curated collection of surprising Python examples that reveal counter‑intuitive behaviors such as string interning, dictionary key collisions, loop variable scope, generator evaluation timing, the difference between 'is' and '==', and closure capture, providing detailed explanations and code demonstrations for each case.

LanguageTutorialedge cases
0 likes · 16 min read
WTF Python: Unexpected Behaviors and Intriguing Edge‑Case Examples