Remove Blog Remove Continuous Integration Remove Software Review Remove Testing
article thumbnail

Continuous integration for Go applications

CircleCI

Go , an open-source programming language backed by Google, makes it easy to build simple, reliable, and efficient software. All network applications need well-tested features, and those developed in Go are no different. In this tutorial, we will be building and testing a simple Go blog. Creating the blog model.

article thumbnail

How to make your web application more secure by using Static Application Security Testing (PART 1 of 5 in Application Security Testing series)

Xebia

During this blog series we are going to look at different types of Application Security Testing (AST), Software Composition Analysis (SCA) and secret scanning. You can use them to test applications manually and/or via automation by integrating them in a CI/CD pipeline. A small disclaimer before we go any further.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Continuous integration for Angular applications

CircleCI

Creating and running tests for your Angular application. Automating Angular tests with continuous integration. Automated testing is the foundation of your continuous integration practice. In this tutorial, I will show you how to automate the testing of an Angular application. Prerequisites.

article thumbnail

Continuous integration of Deno APIs

CircleCI

Development teams provisioning software services face a constant trade-off between speed and accuracy. Unforeseen downtime due to human error is common for any manual integration processes your team uses to manage codebases. A test case will be written for the endpoint using SuperOak. Writing tests for the application.

article thumbnail

Unraveling the Power of Jest: A Comprehensive Guide

InnovationM

In the realm of modern software development, testing is indispensable. Among the plethora of testing frameworks available, Jest stands out as a powerful and developer-friendly tool for testing JavaScript applications. It ensures the reliability, stability, and quality of our codebases.

article thumbnail

Software Testing and Agile

Coveros

I was with a privately held software engineering firm focused on helping organizations transform their software testing capabilities. We called it “Test Transformations”. We called it “Test Transformations”. 2011–2020 and Beyond. 2011–2020 and Beyond.

article thumbnail

Continuous integration for CodeIgniter APIs

CircleCI

Managing the codebase is a major bottleneck for software development teams. Many teams use branches in the code repository to try to maintain this balance. Continuous integration (CI) aims to solve these problems. The newly added code is allowed into the main branch only if it builds successfully. Prerequisites.