.

Members-Only

Recent Talks & Demos are for members only

Exclusive feed

You must be an AI Tinkerers active member to view these talks and demos.

April 01, 2025 · Medellín

SBOT: AI Low-Code Testing

This talk demonstrates SBOT, an AI-integrated low-code tool that accelerates test case design and execution for legacy and modern systems within CI/CD pipelines.

Overview
Tech stack
  • Java
    Java is the robust, object-oriented programming language designed for platform independence: Write Once, Run Anywhere (WORA).
    This is the enterprise workhorse: a high-level, class-based language released in 1995 by Sun Microsystems (now Oracle). Java's core strength is its portability, achieved via the Java Virtual Machine (JVM), which executes compiled bytecode across any supporting operating system. It powers massive, mission-critical systems, cloud applications, and remains foundational to the Android ecosystem. The language is known for its strong memory management, automatic garbage collection, and a vast ecosystem of frameworks like Spring and Jakarta EE, ensuring stability and scalability for complex projects.
  • Selenium
    Selenium is the open-source automation framework for web browsers: drive Chrome, Firefox, and Edge programmatically.
    Selenium is the industry-standard, open-source project for web browser automation. Its core component, WebDriver, provides a language-agnostic API (Java, Python, C#, Ruby, etc.) to control browser actions directly, ensuring robust, real-user simulation for tasks like functional testing and data scraping. The suite also includes Selenium IDE (a record-and-playback tool) and Selenium Grid (for parallel test execution across multiple machines and OS combinations), allowing teams to scale their automation efforts efficiently across large, distributed environments.
  • MongoDB
    MongoDB is the leading NoSQL document database: it stores data in flexible, JSON-like BSON documents for high performance and rapid iteration.
    MongoDB operates as a source-available, cross-platform document database, a core component of the modern NoSQL movement. The system uses a flexible schema model: data is stored as BSON documents (Binary JSON), which allows developers to iterate quickly without rigid table structures. Engineered for scale, MongoDB supports native features like sharding for horizontal scaling and built-in replication for high availability across replica sets. The platform handles diverse, high-volume workloads: real-time analytics, content management, and mobile applications are common use cases. Deployment is streamlined via MongoDB Atlas, the fully managed cloud service available on AWS, Google Cloud, and Azure.
  • OpenAI API
    OpenAI API: Your direct gateway to cutting-edge AI models (GPT-4o, DALL-E 3, Whisper), enabling scalable, multimodal intelligence integration into any application.
    The OpenAI API provides authenticated, programmatic access to a powerful suite of generative AI models. Developers leverage REST endpoints and official libraries (Python, Node.js) to integrate capabilities like advanced text generation (GPT-4o), image creation (DALL-E 3), and speech-to-text transcription (Whisper). This platform is engineered for scale, supporting millions of daily requests for tasks from complex reasoning to real-time customer support agents, ensuring your application gets reliable, state-of-the-art intelligence.
  • Docker
    Docker is the open-source platform that packages applications and dependencies into standardized, portable containers for consistent execution across any environment.
    Docker is the industry-standard containerization platform, enabling developers to build, ship, and run applications efficiently. It uses the Docker Engine (the core runtime) to create lightweight, isolated environments called containers: these units bundle an application’s code, libraries, and configuration. This self-contained approach guarantees consistency, eliminating the 'it works on my machine' problem across development, testing, and production environments (local workstations, cloud, or on-premises). Docker debuted in 2013 and now serves over 20 million developers monthly, simplifying complex workflows like CI/CD and microservices architecture by leveraging tools like Docker Hub for image sharing and Docker Compose for multi-container applications.

Related projects