Code on Github Don’t want to wait? To download the source code for this blog post, you can visit my GitHub repo: https://github.com/fillegar/dotnet-6-crud-api-jwt-sql-server What is ASP.NET Core Middleware? Middleware is a piece of code in an application pipeline used to handl...
All Blog Posts
Insights on Quality Engineering and how to use Test Automation to validate APIs, Web Apps, SAP, Salesforce, Data Integrity, and much more.
Applications Under Test (AUT) Before we start designing automated test cases, let's take a look at the application or system under test and the data under test as well. I am using a local MongoDB database, where I have created a Collection to store Customer Data. At this time of this post, th...
Salesforce API Test Automation In this article, I will show how to build Salesforce API automated test cases using Tosca. Tosca is a no-code visual test designer, which lowers the technical barrier for anyone to build robust automated test cases irrespective of t...
Experience a codeless test automation solution for end-to-end testing of all your applications. Start building and running resilient end-to-end tests with a solution that supports 160+ technologies. Explore model-based test automation capabilities and reach automation rates of 90%+. Watch...
If you’re developing an application or API, you’ll want to make sure you’re testing it under conditions that closely simulate a production environment. In production, you’ll have an army of users banging away at your app and filling your database with data, which puts stress ...
Introduction In order to ensure data security in today’s web applications, with the Token Based Authentication method, which we can accept as one of the most effective and modern user authentication methods, we can achieve the highest efficiency in terms of system and user at the least cost...