Systems | Development | Analytics | API | Testing

Add a Test Status on Sauce Labs - Selenium Java

In this video, you will learn to communicate the test outcome status with a Selenium Java test, to Sauce Labs. Sauce Labs needs information from the test or test runner to be able to display whether a test passed or failed on the Sauce Labs dashboard. This tutorial will show you how to; capture the sessionId from RemoteWebDriver, create a connection with the SauceRest API, and pass information about the pass or fail status with TestWatcher of your test using the Sauce REST API, and the sessionId.

Run Selenium Java Tests on Different Browsers on Sauce Labs

In this tutorial learn how to use different browser options with a Selenium Java Test to set the browser you would like to run your tests in on Sauce Labs. Use a switch statement using Selenium BrowserType class to detect the browser, then add browser options to set capabilities for 5 different types of browsers. Finally, you will see how to run tests on different browser (and operating systems).

Run Java Tests in Parallel on Sauce Labs

In this lesson you will be learning how to set up your Selenium Java test to run tests in parallel on Sauce Labs with the JUnit4 test runner. Using the Maven Surefire Plugin, you can run two or more tests or classes at the same time. In this tutorial you will; include the Maven Surefire Plugin in pom.xml, use the plugin with the parallel tag to run tests in parallel, and finally, add some additional configuration to optimize running tests in parallel on Sauce Labs.

Rollbar Tip of the Day: Filter by Date Range

Learn how you can filter your items and occurrences by date range in the UI. Rollbar is the leading continuous code improvement platform that proactively discovers, predicts, and remediates errors with real-time AI-assisted workflows. With Rollbar, developers continually improve their code and constantly innovate rather than spending time monitoring, investigating, and debugging.

What the Death of the Cookie Means for Marketing Analytics

Google Chrome is moving ahead with its plans to deprecate third-party cookies in 2022. The death of the cookie follows more downstream changes to Internet privacy. Marketers need to tackle how these changes will impact their advertising reach but also their ability to collect, measure and analyze their ad data.

Garsa Saves up to Euro30,000 Euros per Month with New Digital Mortgage Automation

Garsa (Gestores Administrativos Reunidos) provides mortgage and asset management services to the largest financial companies in Spain. The Appian Low-Code Automation Platform is helping automate complex lending and financial management workflows with new automations deployed in just four weeks.

Qlik Cloud Data Services - Hybrid Data Delivery - Presentation and Demo - Do More with Qlik

This is a recording of the Do More with Qlik Webinar Series. To lead in the digital age, everyone in your business needs easy access to the latest and most accurate data. Join Mike Tarallo and Ola Mayer as they introduce you to Qlik’s vision for its integration platform as a service - Qlik Cloud Data Services, covering one of the first data services to be generally available - Hybrid Data Delivery. Hybrid Data Delivery lets you build a data pipeline to your Qlik Sense apps. It collects data from disparate sources and continuously delivers analytics ready data so your Qlik Sense apps always have the latest information.

API Gateway vs. Service Mesh

Service mesh expert Cody De Arkland explains the differences between an API gateway and service mesh and how they work together. An API gateway helps companies offer APIs “as a product” to internal or external clients/users via a centralized ingress point. They can also govern and control how they are being exposed and onboarded via a full lifecycle APIM platform. API gateways are commonly used when different applications need to talk to each other and create an abstraction layer between the clients and the underlying APIs.