Mon.Aug 26, 2019

article thumbnail

Testing Sign Up Flow With Activation by Email

DZone

Functional testing isn’t something new. We all do it, less or more, with different tools and approaches. However when it comes to flows, where transactional emails (signup confirmations, password resets, purchase notifications, and others) involved that may still bring questions. For example, we instruct the testing tool to navigate to the registration page, fill out the form and press the submit button.

Testing 100
article thumbnail

Continuously Deploy a Hugo Site with GitLab CI

The Polyglot Developer

In case you hadn’t heard it on social media, The Polyglot Developer is part of a continuous integration (CI) and continuous deployment (CD) pipeline. Rather than using Hugo to manually build the site and then manually copying the files to a DigitalOcean VPS or similar, the Hugo changes are pushed to GitLab and GitLab takes care of the building and pushing.

Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

SET NOCOUNT ON statement usage and performance benefits in SQL Server

SQL Shack

Have you ever noticed SET NOCOUNT ON statement in T-SQL statements or stored procedures in SQL Server? I have seen developers not using this set statement due to not knowing it. In this article, we will explore why it is a good practice to use SET NOCOUNT ON with T-SQL statements. We will also learn […].

Servers 55
article thumbnail

What to Look for in a Test Management Tool?

Kovair

Cyber-security threats are always evolving, and the threat surface presented by corporate networks is also constantly in flux. The risks faced by companies and other. The post What to Look for in a Test Management Tool? appeared first on Kovair Blog.

Testing 53