Tag: testing

New To Capella Free Tier? 10 Things For You To Know
New To Capella Free Tier? 10 Things For You To Know

10 essential tips and tools to get the most out of Couchbase Capella’s free tier, perfect for students, startups, and enterprises alike.

How to Build Real World Web Applications with Couchbase
How to Build Real World Web Applications with Couchbase

I embarked on a journey to build an ASP.NET + Couchbase implementation - a solid starting point for .NET devevelopers using Couchbase

Build A Python Microservice With Couchbase – Part 3
Build A Python Microservice With Couchbase – Part 3

Python series - part 3 of building a microservice, in this post we create randomized JSON sample data for testing microservices in Couchbase.

Testing ANSI JOINs
Testing ANSI JOINs

Overview The main purpose of this article is to show how Couchbase ANSI JOINs are tested. In Couchbase version 5.5, you can now execute joins using the ANSI standard syntax. This addition to joins makes them much more flexible, but...

Test Couchbase Sync Gateway REST API interface using Postman
Test Couchbase Sync Gateway REST API interface using Postman

There have been substantial improvements to the Sync Gateway Postman Collections. Test Couchbase Sync Gateway REST API interface using Postman here.

Profiling and Monitoring in Couchbase Server 5.0 Preview (Update)
Profiling and Monitoring in Couchbase Server 5.0 Preview (Update)

In Couchbase Server 5.0, there are updates for N1QL query monitoring and profiling. The Query Plan is more visual, making it easy to improve performance.

Profiling and Monitoring in Couchbase Server 5.0 Preview (Update)
Profiling and Monitoring in Couchbase Server 5.0 Preview (Update)

In March's developer build, there are some more updates for N1QL query monitoring and profiling. The Query Plan is now more visual.

Visual Studio Live Unit Testing: New to Visual Studio 2017
Visual Studio Live Unit Testing: New to Visual Studio 2017

Visual Studio 2017 comes with a lot of new, great stuff, but one of my favorite new features is built-in Visual Studio Live Unit Testing

Integration Tests and your Couchbase Application
Integration Tests and your Couchbase Application

Proper integration tests require a complete setup of your infrastructure. And this can be a litle hard to put in place sometimes, especially when you need to support your developer lapop, your CI node, or any other machine where you...

Testing Spring Data Couchbase Applications with TestContainers
Testing Spring Data Couchbase Applications with TestContainers

Find out how to use TestContainers. This Couchbase post will be about building Spring Data Couchbase test cases and cover an array of questions.

Configure the Official Couchbase Docker Image at Test Runtime with TestContainers
Configure the Official Couchbase Docker Image at Test Runtime with TestContainers

In the previous blog posts I explained how to use Docker containers running Couchbase during your tests. Both post had this requirements that you had to build your own Couchbase Docker image with the cluster and data already configured. In...

Create Couchbase Docker Images on the Fly with TestContainers
Create Couchbase Docker Images on the Fly with TestContainers

You don’t need an image already built for unit and integration tests. Use Couchbase and TestContainers to create your own images. It is super easy!