Blog Type: Technology

Implementing Widgets from UI Page into a Form – ServiceNow

When browsing the Internet on a certain topic, a lot of articles appear. We tend to open those that seem to have the highest rating as being useful, as we deem that when many people rate it as useful, it certainly easy. Having this information in front of our eyes decreases the time needed to […]

Automated Creation of Associated Incidents in ServiceNow

ServiceNow is a company that provides service management software as a service. Among all other things, using Service Desk Call, ITIL users can create a call record and while speaking with the customer capture information about an issue. Users can then decide to categorize the call as an incident, a problem, a change, or a […]

ServiceNow Integration and OAuth Authentication with Third-party Application

ServiceNow as a platform offers a lot of different integrations, like inbound, outbound, scripted web services, and data sources. Many different techniques can be used to achieve this, like Web Services (REST, SOAP), EMAIL Inbound, JDBC, and Excel. In the following lines, I will talk about integration between the ServiceNow platform and an external vendor. […]

Build a Maintain Item with a Dynamic Recurring Price – ServiceNow

In this article, we will explain how to update the recurring price field based on a variable that is part of the current catalog item form. A catalog item can have a recurring price in addition to an initial price. For example, a subscription to a mobile phone contract could cost $500.00, with a $30.00 […]

Testing APIs with JMeter or Rest Assured – Which One Is Better?

An API is a set of programming instructions for accessing a web-based software application, and QA engineers often use testing to compare the response with the expected results. In fact, it is a set of commands used by an individual program to communicate with one another directly and use each other’s functions to get information. […]

Process Automation – Should You Use Workflow Rules or Process Builder?

As technology moves forward, we as human beings are never satisfied, so we have more and more demands from technology. Process automation, avoiding manual work, one-click function execution… and many more things… So, why run a function for days and hours, when it can be reduced to a few minutes with a few clicks? That’s […]

Why Is Data the Core of the Digital Transformation?

The core of every organization is data Most organizations believe in the power and potential of becoming a data-driven organization; at the same time, they are challenged by the lack of knowledge and DataOps talent to monetize this potential. How can organizations adopt and embed the data-driven way of thinking and acting to achieve the […]

Image Classification Using TensorFlow in Python

Introduction In the previous blog post Deep learning using TensorFlow – we saw how we can use TensorFlow on a simple data set. In this example, we are going to use TensorFlow for image classification. The dataset that we are going to use is the MNIST data set which is part of the TensorFlow datasets. […]

Deep Learning with TensorFlow

Deep Learning Deep learning is a subset of machine learning, which is a subset of Artificial Intelligence. Artificial Intelligence is a technique that enables a machine to imitate human behavior. Deep learning is a type of machine learning, inspired by the structure of the human brain. This structure is called an artificial neural network. Deep […]