Blog Type: Technology

Integrating Xray with JMeter functional tests

This article describes an approach for importing results from JMeter functional tests in JIRA based test management tool – Xray by utilizing Jenkins CI platform. Introduction Xray is a popular test management tool add-on for JIRA. Xray supports manual and automated tests and a complete testing lifecycle: test planning, test designing and test execution. Xray […]

All you need to know to customize your Jira Service Desk project

This article describes the basic steps on how to customize your Jira Service Desk project. Before we start with the explanation just to clarify what Jira Service Desk is and what the main functionalities and benefits of using this product are. Introduction Jira Service Desk is a tool developed by an Australian Company Atlassian. Jira […]

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 […]