How To Automate ServiceNow With Appium

Faisal Khatri

Posted On: March 1, 2023

view count262292 Views

Read time20 Min Read

Automate ServiceNow With Appium

As organizations and businesses grow, managing the Operations, HR, and IT activities becomes quite difficult. Let’s take an example of a company with a 5000+ workforce, where multiple vendors and contractors are assigned different roles. So, when it comes to managing contracts, licenses, and different ventures, it becomes a tedious task.

To resolve such complex situations of managing the different operation activities,
ServiceNow, a cloud platform, provides service, operations, and business management solutions that organizations use to manage their digital workflows and streamline their business processes.

So, if a contract needs to be extended for a contractor, the contractor can use the application built on top of ServiceNow to apply for an extension. Now, with businesses working remotely, mobile applications come quite handy, where the senior management team can provide approval on the go as soon as they see a notification in the mobile app.

Benefits of using ServiceNow on Mobile:

  • It can be rebranded as our app by adding your logo, color theme, splash Screen, etc.
  • Tailored experiences can be delivered for routine employee needs from a single app.
  • It simplifies development by creating a customized, elegant app for Android and iOS.
  • It can create an immediate impact by providing out-of-the-box workflows for common use cases with seamless connection to data.

However, before we move towards releasing the mobile application to the end-customers (ideally a business), it is necessary to test it to validate that all the functionalities are working as expected. In the context of digital experience, ensuring that a product or service is functional and performs seamlessly across different devices and screen sizes is essential. This is because customers today interact with digital platforms using various devices, such as desktops, laptops, tablets, and smartphones, and the screen size and specifications of these devices can vary widely.

When testing ServiceNow mobile applications, Appium is a popular choice among organizations. Appium is a widely used open-source mobile automation testing framework that can be used to test ServiceNow workflows for shipping a full-functional top-quality mobile application.

In this blog on ServiceNow with Appium, we will learn how to test ServiceNow using Appium to ensure the workflows and applications are working as expected, ultimately improving the overall efficiency and quality of the testing process. To delve deeper into the realm of Appium, explore our dedicated hub focusing on Appium Interview Questions.

What is ServiceNow?

ServiceNow provides a cloud-based platform designed to keep up with the rapid pace of change in today’s world. This platform enables you to manage your daily operations effectively and plays a vital role in improving the digital experience for all users. With various tools and capabilities at its disposal, the platform offered by ServiceNow enables organizations to streamline their digital workflows, automate and optimize processes, and improve communication and collaboration. By unifying and digitizing operations, ServiceNow empowers organizations to discover more efficient and effective ways of making work flow smoothly.

Here are some figures from the QA 2022 and FY 2022 regarding ServiceNow business:

FY 2022 regarding ServiceNow business

Now Platforms

The Now Platform is designed to streamline your entire business by optimizing processes and creating value through a unified platform. Explore the various Now Platform options below:

new platform servicenow

Tokyo Release

ServiceNow follows a biannual schedule for its releases, with the most recent Tokyo release being launched in Q4 of 2022. The upcoming Utah release is expected to be rolled out in Q2 of 2023. To explore the features introduced in the Tokyo General Availability release, please refer to the release highlights.

This report indicates that ServiceNow Inc’s market share increased to around 0.79% due to a robust overall revenue growth of 20.12%.

How to Automate ServiceNow with Appium?

Before we move towards ServiceNow testing, it’s good to discuss the Application Under Test (AUT), the tools used, and the automation test strategy to define the scenarios for testing.

Application Under Test (ServiceNow Demo Application)

In this ServiceNow with Appium tutorial, ServiceNow’s mobile application is used for testing. It is available online and can be downloaded from the Google Play Store.

ServiceNow’s mobile application

On clicking the “TRY WITH A DEMO ACCOUNT” link, the application will ask for a persona to choose, We will be choosing the “Service Desk Agent” option and accordingly will test the application further. Check out the Test Scenarios section below to learn more about the scenarios used for testing.

Getting Started with ServiceNow Testing

In this blog section on ServiceNow with Appium, let’s see how to get started with ServiceNow Testing.

Following tools/language has been used in writing and running the tests:

  • Programming Language: Java
  • Mobile App Automation Tool: Appium (Appium Java Client version 8.3.0)
  • Test Runner: TestNG
  • Build Tool: Maven
  • Cloud Platform to run the tests: LambdaTest

Test Scenarios

We will target the New Incident Creation screen and My Incidents page for test automation. However, before we move on to those screens, we need to launch the demo instance of the application and choose the Service Agent persona.

Test Scenario 1:

We will automate the following steps in the current test:

  1. Launch the application, click on the “TRY WITH A DEMO ACCOUNT” link.
  2. RY WITH A DEMO ACCOUNT

  3. Choose Service Desk Agent persona and launch the demo app.
  4. Service Desk Agent persona
     
    Service Desk Agent persona 1

    Test Scenario 2:

    In this scenario, we will create a new incident by clicking the “+” button on the Home screen and selecting the “Open a new Incident” option.

    Open a new Incident sn
     
    Open a new Incident sn1

    Next, we will select the Caller Name, enter the Short Description, and click the Submit button to create a new Incident.

     select the Caller Name
     
     select the Caller Name 1

    Test Scenario 3:

    In this scenario, we will navigate to the My All incidents page by clicking on the “See all” link from the Home Page of the app.

    All incidents page
     
    All incidents page 1

    Next, we will click the Filter button on the Incident List page to filter the incident based on the “Short Description” – “email”.

    Filter button on the Incident List
     
    opening the incident retrieved

    Finally, we will verify the details displayed in the incident by opening the incident retrieved in the search result.

    In case you are wondering how to write effective test cases for your test scenarios, you can refer to this tutorial on the ServiceNow test case template.

    opening the incident retrieved

    github

    Implementation

    As discussed earlier, this project has been created using Maven.

    Project Structure and Packages

    Project Structure and Packages

    To run tests, TestNG is employed as a test runner. Once the project is established, the pom.xml file must include TestNG and Appium Java Client dependencies.

    FileName: pom.xml

    FileName: pom.xml

    To ensure easy maintainability, the versions of the dependencies are defined in a distinct properties section. This enables simple updates of the versions without the need to search throughout the pom.xml file.

    FileName: pom.xml 1

     

    ServiceNow mobile application supports the latest two versions of Apple iOS and the latest four versions of Google Android.

    In this ServiceNow with Appium blog, we will run the tests on LambdaTest Appium Grid on the Real Android device – Samsung Galaxy S21 5G with Android 12 version as it is the latest Android device and version as of now.

    The first step is to create an AndroidDriverManager class, which will be used to start the Android driver to run the tests on Android devices.

    Code Walkthrough

    Static Variables in the DriverManager class

    The use of ThreadLocal class in this context enables the safe setting of drivers, especially when running tests in parallel. This is because ThreadLocal provides thread safety and effectively isolates two threads, even if they set different values on the same ThreadLocal object. The primary advantage of using ThreadLocal is ensuring threads run independently and in isolation.

    The following capabilities are necessary for running tests on the LambdaTest platform: GRID_URL, which must be configured, and LT_USERNAME and LT_ACCESS_KEY, which are required for authentication and creating new sessions. These capabilities can be set using the LambdaTest Capabilities Generator.

    LambdaTest, a cloud-based testing platform, enables you to conduct comprehensive testing on a real device cloud consisting of over 3000 different devices and operating systems. This platform provides a cloud Appium Grid, which can be utilized to automate the testing of ServiceNow workflows, ensuring that your users receive a top-notch digital experience.

    Subscribe to the LambdaTest YouTube Channel and stay updated with the latest tutorial around Selenium testing, Appium, Playwright automation testing, and more.

    LambdaTest Capabilities Generator

    capabilities generator

    LambdaTest Capabilities Generator helps you set the capabilities by selecting the required configurations from the UI. Accordingly, it generates code that can be copy pasted easily into the project to start the mobile automation test hassle-free.

    Setting the Desired Capabilities

    setting the desired capabilities

    Apart from the static variables, other variables are declared like platform, platform version, devicename, app, etc. The device will be assigned to run the test based on these configurations.

    The code mentioned above utilizes the @Builder annotation from the Lombok library, which facilitates the runtime passing of variable values such as platform, platform name, device name, and app.

    Check out the Base Test and the Test Execution section below, where the steps related to passing the values for these variables are discussed.

    Setting up Android Driver to run tests on the cloud

    The next important method to note is the createAndroidDriver(). This method sets up the Android driver in the LamdaTest, a ServiceNow cloud testing platform with the help of Desired Capabilities and runs the tests.

    createAndroidDriver() method

    android driver method

    The setupBrowserTimeouts() method is called for setting the timeouts after the driver is set. The Implicit wait is added, so while searching for a single element, the driver should poll the page until an element is found or the timeout expires. This wait applies to all the elements on the Screen.

    Likewise, Explicit wait can also be added for finding a specific element where we ask the driver instance to wait for a certain condition invoked through ExpectedConditions.

    implicit wait

    All our configurations are now set. Let’s now jump on to writing the automated tests.

    Note: Boost your efficiency by ultimate guide of Appium Commands Cheat Sheet for Developers.

    How to write automated tests for the ServiceNow Demo Mobile application?

    First, let’s write the base tests where the common configuration will be set up, like starting and quitting the Android driver.

    This base test will be extended to the Test Class, where actual tests are implemented.

    The @Parameters annotation in TestNG enables the configuration of multiple parameters through testng.xml, obviating the need to modify the code repeatedly. Consequently, tests can be executed on various devices, platforms, and specific platform versions without any code modification. The corresponding settings for platforms, platform versions, devices, apps, etc., can be updated in the testng.xml, and the tests can be executed accordingly.

    Implementation of Test Scenarios

    Here is the test that covers all three scenarios discussed in the test automation strategy in the earlier section of this blog on ServiceNow with Appium.

    While writing tests, the Page Object Model is adhered to, which involves creating four separate Page Object classes for the four pages that require testing: Launch Page, Main Page, New Incident Page, and Incident List Page.

    Implementation (Test Scenario 1)

    As discussed in the automation testing strategy, let’s implement the first scenario where a demo instance of the application will be launched, and the Service Agent persona will be selected.

    The LaunchPage class has all the locators for the Launch Screen, which has fields like the Demo link, Service Desk Agent option, and Launch Demo button.

    To locate the elements, the Appium Inspector application is used, which helps us easily to locate all the elements.

    After opening Appium Inspector with all the required desired capabilities, locate the “TRY WITH DEMO ACCOUNT” link. We must locate and interact with this first element to start the demo application.

    Locating the “TRY WITH A DEMO ACCOUNT” link

    try demo account

     

    selector

    Appium Inspector shows that the link can be located using the id locator.

    Here is the code to locate the element.

    demo link

    Let’s now locate the Service Desk Agent persona option and continue further to launch the demo app.

    Locating the Service Desk Agent Persona option

    service desk

     

    element

     

    Application screen

    If you notice the Application screen, this page runs inside WebView using Chrome. We can verify the different contexts in which the application runs using the Commands tab in Appium Inspector.

    Checking Context using Appium Inspector

    appium selector

    Select the Context in the first and the second dropdown boxes and click the Get Context List button. It will show all the available contexts for the application.

    getcontext

    In WebView, we can see that the context is “WEBVIEW_chrome,” which we will be using to switch context so the elements on this page can be located. The elements will not be located until the context is switched, and Appium will throw NoSuchElementException.

    menu

    The serviceDeskOptionMenu() method locates the element for the Service Desk Agent option.switchToWebViewContext() method helps in switching to WebView context.

    To click on the Service Desk Agent option, first, we need to switch to WebView, locate the Service Desk Agent option, and click on it.

    The clickServiceDeskAgentOption() method performs the mentioned steps.

    Next, we will locate the Launch Demo button.

    Locating the Launch Demo button

    demo button
     
    Launch Demo button

    The Launch Demo button can be located using the id locator. The following code will help in locating the Launch Demo button and clicking on it.

    Next, we must switch back to the Native App context to move the focus back to the application.

    Native App context

    The launchDemoBtn() method returns the locator for Launch Demo button and clickLaunchDemoBtn() will click on the button and switch to NATIVE_APP context.

    Here is the launchApp() method, which runs before the test and launches the app with a Service Desk Agent instance demo. This method has the TestNG’s @BeforeClass annotation. @BeforeClass annotated method runs before the first test method in the current class is invoked. Hence, this method will be invoked before any test is run and will help to start the application under test successfully, so all our tests run smoothly.

    beforeclass

    Implementation (Test Scenario 2)

    In Scenario 2, we discussed creating a new Incident by clicking on the “+” button on the Main Page.

    Here is the implementation code for the test:

    The following lines in the above method is used for creating a new incident:

    implementation code

    The NewIncidentPage class has been created to locate all the elements required for creating a new incident.

    This page is self-explanatory as it locates the web elements on the New Incident screen and performs actions on it. However, before we come to this screen, there is a Main screen where we select the Create New Incident option. The MainPage class helps to locate the “create a new incident” link and perform a click action on it.

    The createNewIncident() method is the main method, which takes care of all the steps required to create a new incident. It accepts a parameter called short description, a mandatory field for creating an incident. This parameter is kept so any text can be supplied from the tests for setting “short description” while creating a new incident.

    creating an incident

    For creating a new incident following steps needs to be taken care of:

    Click on the Quick Actions button – This is done using the clickQuickActionsBtn() method.

    clickQuickActionsBtn() method

    Locating Quick Actions Button

    Quick Actions.

    The Quick Actions button can be located using the accessibility id “Quick Actions.”

    Accessibility ID is the most preferred locator strategy in Appium. For Android, it is the content-desc property of the element, while for iOS, it’s the accessibility-id property. It is also one of the fastest-performing locator strategies.

    clickQuickActionsBtn() method

    clickQuickActionsBtn() method

    Click the Open an incident option. This is done using the clickOpenAnIncidentOption() method, which returns a new instance of the NewIncidentPage class.

    Locating Open an incident link

    Locating Open an incident link

    The “Open an incident” link can be located using the accessibility id -”Open an incident”.

    clickOpenAnIncidentOption() method

    Short Description

    Select the Caller Name and Short Description to create a new incident – this is done using the selectCallerName() method and enterShortDescription() methods, respectively.

    Locating

    Locating Caller Field and Caller Name

    locator

    Though the id locator for the callerField is not listed in the Selected Element part of the screen. However, in the DOM, we can see that there is an id corresponding to the field.

    Let’s make use of this id locator to locate the field.

    Locating the Caller Name

    Caller

    Here, accessibility id “Abraham Lincoln” can be used to locate the caller name. Here is the code implementation to select caller name

    Caller field() and selectCallerName() method

    select caller

    Locating Short Description field

    Description field

    Accessibility id – Short description can be used to locate this field.

    enterShortDescription() method

    enterShortDescription

    As soon as we type the Short Description in the field, the Submit button gets displayed on the screen. On clicking it, we can successfully create a new incident.

    Locating Submit button

    Submit button

    Let’s use the Accessibility id – Submit to locate the button.

    clickSubmitBtn() method

    clicks on  Submit button

    The clickSubmitBtn() method is created, which clicks on the Submit button to create a new incident.

    Implementation (Test Scenario 3)

    In this scenario, as discussed in the test strategy, we will navigate to the My All Incidents page, filter the incidents based on the short description, and verify the contents of the incident.

     contents of the incident
     
    test strategy 2
     

    Here is the implementation code for the test:

    testIncident() Test

     testIncident() Test

    The IncidentListPage class is created to locate elements on this page.

    The searchForIncident() method is created to search for an incident based on the text supplied in its method parameter. This method performs the steps to click on the “See All” link using the seeAll link() method, which returns the WebElement for the link.

    Locating the seeAll link

    Locating the seeAll link

    Accessibility id – “My incident See All” is available to locate the “See All” link.

    seeAllLink() method

    seeAllLink() method

    Next, the Filter button is clicked using the filterBtn() method, which returns the WebElement for the filter button.

    Locating the Filter button

     Locating the Filter button

    Accessibility id – “Filter button off” can be used to locate the filter button.

    filterBtn() method

    filterBtn() method

    Next, we locate the Short Description field to enter the respective value in it to create a new incident.

    This field can be located using the Accessibility id- Short description.

    Locating the short description field

     Locating the short description field

    Once the short description is entered, the Apply button is displayed, clicking on it, the incidents with mentioned short description will be fetched.

    Locating the Apply button

    Locating the Apply button

    shortDesc() and applyBtn() methods

    shortDesc() and applyBtn() methods

    Once the record is retrieved, we need to get the texts from the fields like Caller Name, Title, Description, Severity, etc. The following methods will help us in getting all the required texts

    texts from the fields

    Here is the code from the tests, which will perform all the required assertions

    IncidentList page assertions

     IncidentList page assertions

    With the assertions, we have completed our tests and covered all the scenarios we discussed as per test automation strategy.

    Let’s now run the tests and check the result.

    Test Execution

    There are two ways to run the tests:

    1. From the IDE using TestNG.
    2. Using Maven.

    Using TestNG

    TestNG is used as a test runner; hence testng.xml has been created. Tests can be run by right-clicking on the file and selecting Run ‘…\testng.xml’. As discussed earlier, we are running the tests on Android platform Version 11 and 12 respectively with devices Samsung Galaxy Note 20 and Samsung Galaxy S21 5G. All these configurations are set using the testng.xml file.

    The following four values need to be supplied as per the Test Configurations otherwise the tests won’t run:

    • LambdaTest Username
    • LambdaTest Access Key

    These values can be passed as “-DLT_USERNAME= -DLT_ACCESS_KEY=

    Screenshot of the test run locally using IntelliJ IDE

    Screenshot of the test run locally using IntelliJ IDE

    Parallel Execution of the Tests:

    The recently performed tests with TestNG were executed concurrently, which means that all the tests were run simultaneously. In contrast, in sequential execution, we need to wait for one test to finish before the next one can begin. Parallel execution is a time-saving approach for test execution because all tests are performed concurrently.

    For performing parallel testing in TestNG, we need to mention parallel=”tests” in testng.xml. Here, all the test blocks updated in testng.xml will be executed in parallel.

    Since we’ve incorporated the ThreadLocal class into our code, our execution is now thread-safe. Consequently, there’s no need to be concerned about issues like overlapping test sessions.

    ThreadLocal class

    Using Maven

    To run the tests using Maven, the following steps need to be run:

    From Command Line:

    1. Open command Prompt/Terminal.
    2. Navigate to the root folder of the project.
    3. Type the command on the terminal:
    4. mvn clean test -DLT_USERNAME=< LambdaTest Username > -DLT_ACCESS_KEY=< LambdaTest Access Key >

    Screenshot of the test results run using Maven

    Screenshot of the test results run using Maven

    test results run using Maven

    Once the tests are run successfully, we can check out the LambdaTest Dashboard and view all the video recordings, screenshots, device logs, and step-by-step granular details of the test run in the LambdaTest Analytics.

    Check out the screenshots below, which will give you a fair idea of the dashboard for automated app tests.

    LambdaTest Dashboard

    LambdaTest Dashboard

    The details of the build and the tests that were conducted are visible in the following screenshots. Each test includes the test name, browser name, browser version, OS name, respective OS version, and screen resolution, all of which are correctly displayed.

    It also has the video of the test that was run, giving a better idea about how tests were run on the device.

    LambdaTest Build Details

    LambdaTest Build Details

    Details with Appium logs

    Details with Appium logs

    Test Execution on Samsung Note 20:

    Test Execution on Samsung Galaxy S21 5G:

    Conclusion

    In this ServiceNow with Appium tutorial, we discussed ServiceNow and its related mobile application and how it is useful in the digitization process.

    We automated the ServiceNow mobile application using Service Desk Agent’s persona using Appium by running the tests on the LambdaTest Cloud platform’s Real Android Device. If you liked this blog, don’t forget to share it with your network, who may also benefit from it and help them learn.

    Frequently Asked Questions (FAQs)

    Can we automate ServiceNow with Appium?

    Appium is a mobile automation framework primarily used to test mobile applications on different platforms, such as Android and iOS. ServiceNow, on the other hand, is a cloud-based platform that offers various ITSM and business process management services.

    While it is technically possible to use Appium to automate ServiceNow, it is recommended to explore the automation features and APIs offered by ServiceNow before considering.

Author Profile Author Profile Author Profile

Author’s Profile

Faisal Khatri

Faisal is a Software Testing Professional having 14+ years of experience in automation as well as manual testing. He is a QA, freelancer, blogger and open source contributor. He loves learning new tools and technologies and sharing his experience by writing blogs.

Blogs: 24



linkedintwitter

Test Your Web Or Mobile Apps On 3000+ Browsers

Signup for free