CI/CD

In this tutorial, you learn how to integrate Kobiton - Mobile Cloud platform with Azure DevOps Services. Integrating Kobiton - Mobile and Web Testing with Azure DevOps Services provides you with the following benefits: Speed up the testing cycle while increasing the quality of mobile and...

Although C++ is often incorrectly perceived as an old, outdated language, those who have spent time in the engineering realms where it is used will know that it is more akin to a uniquely advanced tool that tackles problems or constraints where few other languages...

Continuous Integration is the practice of merging in small code changes frequently - rather than merging in a large change at the end of a development cycle. The goal is to build healthier software by developing and testing in smaller increments. This is where Travis...

CircleCI Overview CircleCI - Our mission is to empower technology-driven organizations to do their best work. We want to make engineering teams more productive through intelligent automation. CircleCI provides enterprise-class support and services, with the flexibility of a startup. We work where you work: Linux, macOS, Android, and...

XebiaLabs

XebiaLabs is an independent software company specializing in DevOps and continuous delivery for large enterprise organizations. XebiaLabs offers the XebiaLabs DevOps Platform, a solution for Application Release Automation.

Kobiton

Kobiton integrates real-device mobile testing into your DevOps process, with support for over 350 mobile devices and the ability to connect to local on-premises devices. The Kobiton integration for XebiaLabs allows you to plan, automate, and optimize mobile device testing as part of your release pipelines. The Kobiton integration for XebiaLabs can:
  • List available devices for automated tests
  • Install applications on a device
  • Executed automated tests using Appium

Configure Kobiton on XebiaLabs

  1. In the XL Release home page, go to Settings > Shared configuration > Kobiton: Server > step 2
  2. Fill all information to identify Kobiton server
    • Enter the name of your Kobiton Server
    • Enter your Kobiton Username
    • Enter Kobiton API Key
    • Enter the URL of Kobiton API: https://api.kobiton.com/docs/
    • Enter the URL connect to Executor Server: https://executor.kobiton.com
    • Click Save button
    • Click Test button to verify the connection with Kobiton server

What is TeamCity? JetBrains TeamCity is a powerful and user-friendly Continuous Integration and Deployment server that works out of the box. TeamCity is another commercial CI/CD server, this time from the firm JetBrains. It is known for its incredibly simple setup and beautiful user interface. It has a robust set...

What Is Bamboo? Bamboo is a continuous integration (CI) server that can be used to automate the release management for a software application, creating a continuous delivery pipeline. What does this mean? CI is a software development methodology in which a build, unit tests, and integration tests are...

What Is Continuous Integration • Continuous Integration (CI) is a development practice that requires developers to integrate code into a shared repository several times a day. Each check-in is then verified by an automated build, allowing teams to detect problems early. • Jenkins, the leading open source...