PinnedPublished inExecuteAutomationTesting Event-Driven Microservices using C# .NETRegardless of the system we build it has to be tested properly. It can be a large-scale system or a smaller system, the testing has to be…Jan 19, 2023122Jan 19, 2023122
Published inExecuteAutomationUnderstanding, Testing, Fine-Tuning AI Model with HuggingFace 🤗🤖🧠In today’s booming AI environment, the HuggingFace ecosystem has emerged as a go-to hub for natural language processing (NLP) enthusiasts…Jan 219Jan 219
Published inExecuteAutomationStorybook + E2E Testing = 5x Faster way to test UI ⚡️Testing UI components in an application during E2E testing can be a real challenge. It’s either super expensive or super fragile. To make…Jan 4371Jan 4371
Published inExecuteAutomationWrite API Tests Like You Talk! Playwright MCP + AI Makes It Possible 🤖✨If you have heard about Playwright-MCP-Server created by ExecuteAutomation. This tool is built on top of Claude’s Model Context Protocol…Jan 4871Jan 4871
Published inExecuteAutomationMake Playwright UI Testing Smart with Model Context Protocol of Claude AI 🤖🧠We discussed about Model Context Protocol (MCP) by Claude Anthropic before in our medium post. Essentially, MCP serves as a standardized…Dec 9, 202482Dec 9, 202482
Published inExecuteAutomationModel Context Protocol — Open-Source Real-Time Data Bridging for LLMs⚡️Ever wondered how hard it is to work with real-time data across multiple tools, platforms, and systems? The challenge often lies in…Nov 26, 202410Nov 26, 202410
Published inExecuteAutomationHow to run LLMs in local machine including Vision 💻 ?Ever wondered if you could run Large Language AI models like Llama 3.1, Llama 3.2, Phi-3, or CodeGemma on your local machine instead of…Nov 19, 20243Nov 19, 20243
Published inExecuteAutomationBuilding Intelligent Test Automation with Gen AI (OpenAI APIs)We all know that UI Tests are super fragile. They can break for all sorts of reasons, and one of the biggest culprits is changes to the UI…Nov 6, 2024585Nov 6, 2024585
Published inExecuteAutomationGenerative AI in Software Automation TestingOne question that often comes up when discussing Generative AI is: What are the real use cases of Gen AI in Software Automation Testing…Oct 1, 20241743Oct 1, 20241743
Playwright Filter LocatorsUI automation can sometimes feel overwhelming, especially when it’s challenging to find unique locators for elements in the UI.Aug 22, 2024181Aug 22, 2024181
Published inExecuteAutomationHTTP Performance Testing with NBomber in C# .NET💥Performance testing is crucial for ensuring that your web applications can handle real-world traffic. In this article, we’ll deep dive…Jul 29, 2024Jul 29, 2024
Published inExecuteAutomationIntegration testing of .NET 7 ASP.NET apps with Minimal Hosting ModelFor starters, if you create any ASP.NET WebAPI project or WebApp project, you will notice, there wont be any Startup.csfile anymore…Jan 26, 2023Jan 26, 2023
Published inExecuteAutomationIntegration Testing of Event-Driven microservices ⚙️🐳A microservice can be a UI, API, DB or even a message broker, they might be running in an containers deployed in either AWS, Azure or any…Jan 25, 20231Jan 25, 20231
Published inExecuteAutomationHow to run .NET core app with specific launch profile in docker container?Its very easy these days to run an .NET application in docker container, that too with the IDE support of Docker out-of-box to create the…Apr 12, 2022Apr 12, 2022
Published inExecuteAutomationAdvanced Automation Testing of Modern Apps with C# .NET ✨⚡️🍾Advanced Automation Testing of Modern Apps with C# .NET course is the first-ever course on the internet which makes anyone understand the…Dec 29, 20212Dec 29, 20212
Published inExecuteAutomationGenerate Test Data for tests using AutoFixtureWhile it comes to testing application, regardless of Unit test, Integration or UI test, Test Data plays key role. In some tests, test data…Oct 4, 2021Oct 4, 2021
Parallel and Sequential Test execution with XUnit and SeleniumIn this very short article we will discuss the Parallel and Sequential test execution capabilities of XUnit to run Selenium testsSep 29, 2021Sep 29, 2021
Published inExecuteAutomationData Driven Testing in XUnit for Selenium testsWorking with Data is the most important part of any testing. XUnit has different ways to access the data for the test method and in this…Sep 5, 2021Sep 5, 2021
Published inExecuteAutomationRepository Pattern with Entity framework in ASP.NET Core 6.0Repository pattern is quite famous pattern in .NET world while accessing backend data using ORM (Object-Relational Mapping) system such as…Aug 26, 2021Aug 26, 2021
Published inExecuteAutomationSeeding data using EF Core in ASP.NET Core 6.0 Minimal APIIf you have been following along my other posts of this whole series, you might know what's our next step, its definitely Seeding data…Aug 15, 2021Aug 15, 2021