Systems | Development | Analytics | API | Testing

Testing

The latest News and Information on Software Testing and related technologies.

How to Integrate Robot Framework with Xray

To follow up on my previous article, Guide to Testing Automation with Robot Framework, I will go into more detail about the overall process of writing automated Robot Framework test cases and how to track automation in Jira using Xray. Test automation may seem hard, but it gets easier with the right tools and an open and helpful community like the one surrounding Robot Framework. If your team is using Jira, you can easily integrate testing results coming from the CI/CD pipeline.

Deep Dive: Seamless, Reliable E2E Testing with Bitrise & Perfecto

With Perfecto providing the test cloud and Bitrise executing CI, teams are able to run their Espresso, XCUItest, Selenium, and Appium tests on Perfecto devices. This helps developers achieve immediate feedback, as test results provide insights into the health of their applications.

Selenium 101 with Titus Fortner

In this session, Sauce Labs Senior Solutions Architect and Selenium project core contributor Titus Fortner provides an overview of what Selenium is and how it works. He then breaks down the seven components of all Selenium tests before diving into various ways to start sessions and locate elements. Finally, the session ends with a walkthrough of all the major functionality for working with elements and various browser components.

Getting Started with Sauce Labs

In this session, Sauce Labs Senior Solution Engineer Stan Williams provides a high-level view of the Sauce Labs UI and of automated tests running in parallel, including test artifacts (logs, images, videos) and broad organization usage metrics. Learn how Sauce Labs can help your company deliver a flawless customer experience in every interaction with your web and mobile apps.

Selenium Vs Testsigma | Which is the Best Automation Testing Tool?

As Agile methodology was introduced, the need for fast and continuous delivery of software applications increased. Fulfilling this need, automation testing within organizations increased. Various free open source and paid automation testing tools were introduced. Selenium was the first open-source automation tool introduced and organizations moved towards this tool for their test automation needs.

Goodbye Sample Test Frameworks, Hello Sauce Training Repo

All good things need to come to an end. In this case, that’s true of the Sauce Sample Test Frameworks GitHub organization. While these sample frameworks are now gone, they’re not forgotten. In fact, we’ve replaced them with something better. In the past, this organization provided barebones examples of connecting to Sauce Labs with sample frameworks in a large variety of languages and tools. These frameworks were mainly based on Selenium and testing a basic web page.

Guide to Test Automation with Robot Framework

Robot Framework is a generic open-source automation framework for acceptance testing, acceptance test-driven development (ATDD), and robotic process automation (RPA). Robot Framework allows testers to easily write automated test scripts using a keyword-driven testing approach. Teams using Jira and Xray can easily integrate testing results coming from the CI/CD pipeline. This provides a lean and scalable test automation process.