PinnedPraveen David Mathew·Jul 24, 2021WinAppDriver: First step into Windows app Test automation using WebdriverIO and WinAppDriver.Boiler Plate Code:
PinnedPraveen David Mathew·Jul 11, 2021Creating Allure report with cucumber 6 (TestNG):Create allure reportsA response icon1A response icon1
Praveen David Mathew·Jul 6Better Your Dev Life with MCP: From Chat to Callable Tools (Part 4)Series: Understanding the World of AI Author: Praveen David Mathew Previous: Part 1 — Understanding AI · Part 2 — AI Agents · Part 3 — The…
Praveen David Mathew·Jul 6Part 4.1: Creating your first MCPBuild your first useful MCP: Jira with all three pillars
Praveen David Mathew·Apr 28, 2025The AI Gold Rush: Why Everyone’s Betting Big on Artificial Intelligence in 2024The AI Boom: Not the First, Not Sudden — A Historical Perspective
Praveen David Mathew·Apr 24, 2025AI Agents: Your future digital coworkers : Part 2A dive into understanding what are AI agents….A response icon1A response icon1
Praveen David Mathew·Apr 18, 2025Understanding the world of AI : Part 1A basic walk through on AI……..A response icon1A response icon1
Praveen David Mathew·Jan 23, 2023How to handle css entities in locators and textWhat are entities in web ?
Praveen David Mathew·Jan 9, 2023How to use Typescript files inside Javascript file?Introduction:A response icon1A response icon1
Praveen David Mathew·Apr 14, 2022Binary search explained:Binary search is one of the highly efficient search algorithm with a complexity of log(n) as here we divide the target array to half n/2…