Systems | Development | Analytics | API | Testing

Latest News

2020: A Continuous Focus on Data and Analytics Innovation

Despite the challenges COVID-19 brought to the world this year, Qlik continued to innovate – integrating new capabilities directly to our core offerings in the areas of alerting, augmented analytics and conversational analytics. We also continued to enhance our solutions in the direction of making data less passive and more active, and made key acquisitions like Knarr Analytics and Blendr.io, continuing our journey of delivering a true end-to-end solution that enables Active Intelligence.

2020: A Continuous Focus on Data and Analytics Innovation

Despite the challenges COVID-19 brought to the world this year, Qlik continued to innovate – integrating new capabilities directly to our core offerings in the areas of alerting, augmented analytics and conversational analytics. We also continued to enhance our solutions in the direction of making data less passive and more active, and made key acquisitions like Knarr Analytics and Blendr.io, continuing our journey of delivering a true end-to-end solution that enables Active Intelligence.

How to Test Responsive Web Design Cross-Browser Compatibility

Responsive Web Design (RWD) is a term that was defined by Ethan Marcotte in 2010 according to which, design and development of web pages should be responsive to different screen size, platform, and orientation. Basically, the idea was to create web pages that look good on all devices and size screens.

5 ways Testsigma makes your regression testing easier

Regression testing is one of the most critical aspects of quality assurance. It helps developers to check for issues that are introduced by new additions to their codebase or due to a bug fix. The aim is to check all those pieces of code that could be impacted due to these changes. It goes without saying that adopting effective regression testing strategies can save development teams hundreds of hours of debugging.

Insprint Test Automation - Round up

Whenever a new methodology or a new system is introduced, with it – certain terms and guidelines are introduced too. These terms and guidelines are meant to be followed to ensure maximum output. But during implementation, some of these guidelines might be deemed not-so-important and might not be followed. Similar has been the case with Scrum Agile Methodology. Since it was introduced, it has been adopted by a majority of software development teams.

A Beginner's Guide To Test Automation With Javascript (Nightwatch.js). Part 1.

Welcome to the “A beginners guide to test automation with Javascript(Nightwatch.js)”! This is a three-part blog series to kick start writing web UI automation using Nightwatch.js. In the following parts you will learn: Sounds exciting? Let’s get started! Writing a script in JavaScript (JS) and Nightwatch.js, aka Nightwatch (NW), is simple once you get started and this guide will help anyone regardless of their skill level.

Considerations for Deploying a Multi-Cloud Architecture with Kong Gateway, Kuma Service Mesh and Aviatrix

Building a multi-region or multi-cloud environment for your applications requires a lot of attention. In a typical deployment, you would have an API gateway running close to the several application runtimes. You should enhance your deployment to support different regions in a given cloud, or in an even more distributed and hybrid scenario, multiple services running across other public clouds and on-premise environments.

End-to-End Testing on a JS App

There’s no doubt which programming language is winning the battle for global supremacy right now. JavaScript has powered past the 12 million developers mark, and 5 million of its loyal fans (some 40%) have come aboard within the last three years. Initially thought of as merely a Java spin-out, it is now used to power everything from machine learning libraries to space exploration robots. But to truly maximize the potential of JavaScript, developers have to implement an effective testing regime.