Showing results for Unit Testing - ISE Developer Blog

Apr 12, 2024
1

Testing VSCode Extensions with TypeScript

Annika Bassey Jake Reifer
Annika,
Jake

Due to the nature of VS Code, testing extensions can be quite complex. In this blog post, we explore various ways to write unit tests for VS Code extensions, as well as strategies for writing more sufficient integration tests.

CSEISE
Jan 18, 2024
4

Jest Mocking Best Practices

Annika Bassey Jake Reifer
Annika,
Jake

Best practices and common mocking scenarios for using Jest to unit test TypeScript applications.

CSEISE
Jun 13, 2022
1

An Approach to Unit Testing ADX Functions

David Giard
David Giard

Overview Our application contains many functions that return data stored in Azure Data Explorer (ADX). We wrote these functions in Kusto Query Language (KQL) and each function returns a set of data based on the arguments passed. Although developers tested these functions as they wrote them, we needed a way to validate that the functions continued ...

CSE
Jan 20, 2017
1
0

Unit Testing for Bot Applications

Mor Shemesh
Mor Shemesh

Adding unit testing for conversational flow to Microsoft Bot Framework projects, including ones using LUIS.

Bots