How to automate starting ServiceNow application

Kasper Fehrend

Senior Product Evangelist at Leapwork

Executing tests and processes in ServiceNow requires the same actions to be repeated again and again, for example starting your ServiceNow instance. Learn how to automate that process with LEAPWORK. 

 

Starting a ServiceNow application involves opening a browser and navigating to the correct URL or instance. 

With the standard "Start web browser" component in the LEAPWORK Automation Platform it's easy to automate that action. 1.1 start web browser

That's very simple. But as the number of test cases relying on this sub-process grows, so does the maintenance workload. For example, if you'd like to execute all your automated ServiceNow tests on two different instances of ServiceNow, should you then change the URLs in every case or duplicate all the test cases? Either way, that's a lot of work.

A smarter way is to rely on a sub-flow that can be reused across as many automation flows as needed. This would be a component that contains all the actions and configurations related to starting ServiceNow. 

If the sub-flow is updated or configured differently, changes will become effective across all flows containing the sub-flow. This drastically reduces the maintenance workload and gives you a better overview of your suite of automation flows. 

Learn more about LEAPWORK Sub-flows. 

At LEAPWORK, we've made a bunch of pre-made, out-of-the-box samples, or sub-flows, specifically for ServiceNow automation. 

Instructions: Download and install the ServiceNow sample flows.

The samples include a sub-flow for starting ServiceNow, called "SNC Open Instance".

1.2 SNC Open Instance

As demonstrated in the tutorial above, this sub-flow lets you specify the URL of your ServiceNow instance(s) in several ways:

  • Manually specifying the URL as part of the automation flow you're working on.
  • Setting a default URL to be automatically used
  • Specifying the URL as part of the Schedule you're using to run a suite of automation flows. 

Everything you need for ServiceNow automation

Check out LEAPWORK's tutorials, out-of-the-box samples, and educational resourcesto get started with ServiceNow automation.

New call-to-action