A gentic AI (AI agents with autonomy and reasoning ability) is rapidly transforming software testing, especially functional testing . Let’s break it down clearly: 🧠What Is Agentic AI? Agentic AI refers to autonomous AI systems that can: Understand goals (e.g., “verify all checkout flows work”) Plan and reason about how to achieve them Take actions like navigating UIs, generating test cases, or running automation scripts Adapt based on feedback or changing application states Unlike traditional AI (which performs fixed predictions or classifications), agentic AI can act , learn , and self-improve over time. ⚙️ Why It’s the Future of Functional Testing 1. Self-Generating and Self-Maintaining Tests Traditional automation struggles with maintenance — UI changes break scripts constantly. Agentic AI solves this by: Observing the app’s UI, flows, and APIs Generating relevant test cases automatically Adapting scripts when elements change (e.g., detecting a new but...
1. DEVICE SPECIFIC CHECKS 1.1 Can the app be installed on the device? 1.2 Does the app behave as designed/desired if there is an incoming call? 1.3 Does the app behave as designed/desired if there is an incoming SMS? 1.4 Does the app behave as designed/desired if the charger is connected? 1.5 Does the app behave as designed/desired if the charger is disconnected? 1.6 Does the app behave as designed/desired if the device goes to sleeping mode 1.7 Does the app behave as designed/desired if the device resumes from sleeping mode 1.8 Does the app behave as designed/desired if the device resumes from lock screen? 1.9 Does the app behave as designed/desired if the device is tilted? 1.10 Does the app behave as designed/desired if the device is shaken? 1.11 Does the app behave as designed/desired if a local message is coming from another app (think of: calendar reminders, to-do task etc.). 1.12 Does the app behave as designed/desired if a push message i...