Blog Type: Technology

Creating workflow with durable function as an extension of Azure function

Our responsibility as technical consultants at IWConnect is to give our clients the best technical solution for their problem, but also to make sure that the exact solution will save money. The solutions should give our clients a chance to spend less money, but get more value. Azure functions and durable functions as core of […]

Azure Face API and Vision for Face Recognition

Face recognition?! Yeah, it is nothing new… we have already seen a lot of face recognition applications even before Facebook came on the market. We all know how face recognition works, but for those not sure about it here is how it works: the face recognition systems are based on the face recognition algorithm, whose […]

Error Handling in SnapLogic

Introduction to Error Handling in SnapLogic Errors may occur in every program, integration, code snippet, server, and so on for many different reasons. Syntax, semantics, logical, run-time, and Compile-Time problems can cause errors, for example. The main purpose of “Error Handling” in an integration project is to have a common way to handle errors without […]

How to use Path-Based Routing with Application Load Balancer

First, you are all going to ask why do we need Path-Based Routing Application Load Balancer? Weill the answer to that question is simple, for testing some website in two different projects why do we have to buy two ELB and two domains to have SSL/TLS connection? NOTE: We are going to configure the using […]

SpiraTest integration with JMeter

Introduction This article describes how you can use SpiraTest or SpiraTeam (in this article SpiraTest will be used ) together with RemoteLaunch to schedule and remotely launch instances of JMeter and have the testing results be transmitted back to SpiraTeam. This allows you to extend your SpiraTest’s testing management capabilities to include automated JMeter performance […]

S3 – top 3 new S3 features review

Simple Storage Service (S3) is an online storage service that you can use to store and retrieve any type of data, at any time and from anywhere on the web. In this blog I will dive in three additions that were announced on day 1 of re:Invent 2018. Object Lock Amazon S3 object lock enables […]

Model Based Testing with MISTA and Robot Framework

Software testing is a crucial part of the entire software development lifecycle. As sooner as the testing is included major defects in any further phase can be avoided. The whole procedure of testing especially writing the test cases can be a time consuming process. This article describes the Model Based Testing technique that is more […]

CloudWatch Insights

When AWS announced CloudWatch Insights, I had a great expectations to solve grand portion of the problems I have when using CloudWatch logs – and I use them a lot. First, just based on the service name, I expected that search inside the logs will be more user friendly and quicker. So, if you are […]

Parallel tests execution with Blue Ocean Pipeline

This article describes how to create Jenkins pipeline using Blue Ocean for parallel test execution of API tests implemented with JMeter and UI tests implemented with Selenium Web Driver. Introduction The Blue Ocean UI aims to improve clarity, reduce clutter and navigational depth to make the user experience very concise. It can be installed side-by-side […]