Webinar 3: AI Basics for Testers (BlinqIO)
About Company/Product
Company: BlinqIO
Product: An AI-driven test automation platform
Objective of the Webinar
The webinar aimed to demonstrate how generative AI simplifies the transition from manual testing to automated test engineering, removing the need for deep coding skills. Key objectives included:
Explaining how AI changes the test automation landscape.
Showcasing a live demo of Blink IO’s AI-driven tool to generate and maintain test scripts.
Highlighting benefits such as reduced maintenance, faster script creation, and continuous integration (CI) compatibility.
Presenting the Webinar
Tal Provided high-level insights on how AI fundamentally alters test automation practices.
Sapneesh (Head of QA) Led the live demo and explained the technical steps for creating AI-generated tests.
Joe (Test Guild Host) Facilitated the discussion, asked clarifying questions, and moderated the Q&A.
Brief Summary of the Webinar
AI Fundamentals for Testers
Generative AI (“Gen AI”) can act as a virtual “test engineer,” creating, updating, and maintaining automation code with minimal user input.
Traditional coding requirements (e.g., knowledge of JavaScript, Selenium, page object models) can be largely bypassed with AI.
Manual to Automation Transformation
AI drastically reduces the technical barrier: testers with manual background can record user flows and get production-ready code instantly.
AI can self-heal scripts if the UI changes, using business logic as a guide.
Blink IO Tool Demonstration
Created a new project, added the application URL (e.g., Salesforce).
Recorded a user flow (login, form fill, assertions) while AI generated code (Playwright + CucumberJS) behind the scenes.
Showed how to incorporate secure credentials, dynamic test data (via Faker, CSV, API calls), and how to run tests locally or via CI/CD.
Demonstrated debugging in VS Code if advanced customizations are needed.
Q&A and Key Takeaways
AI-based approach is not “record-and-playback”: code is robust, open source, and can be integrated into any pipeline.
AI can automatically maintain scripts and update locators or logic if the application changes.
Features and Technical Aspects
AI-Driven Script Generation
Users simply click through a scenario; AI creates Playwright + CucumberJS code with well-structured locators and functions.
Self-Healing & Maintenance
If locators or UI change, AI can “recover” and update code without manual intervention.
Test Data Management
Integrations with Faker for random data, CSV files, or APIs for dynamic data.
Secure credential storage for passwords or sensitive info.
CI/CD Integration
Simple Linux-based commands can be placed in Jenkins, GitHub Actions, Azure DevOps, etc.
Full debugging support in VS Code or any local environment.
Open Source Code
Generated code is non-vendor-locked. It can be customized, extended, or version-controlled.
Main Advantages and Differentiators
Reduced Coding Barrier
Manual testers can produce stable, production-grade scripts without deep programming knowledge.
Faster Test Creation
Record once, instantly generate code. AI-based approach eliminates repetitive scripting tasks.
Stability & Self-Healing
AI uses user-facing locators and business logic to auto-fix broken scripts after UI changes.
Scalability & Collaboration
Integrates with test management systems (JIRA, TestRail, etc.), supports multi-user workflows, and offers advanced debugging in VS Code.