If you use ServiceNow as your knowledge management platform, you might want to make your knowledge articles searchable and accessible from Microsoft Search. Microsoft Search is a unified search experience that helps you find what you need across your organization, including files, sites, people, and more. By connecting your ServiceNow knowledge articles to Microsoft Search, […]
Integration & IT Modernization
Ultimate Guide to Setting Up Jenkins Server with DevSecOps Tools on AWS EC2.
In this blog post, I will guide you through the process of configuring a Jenkins server integrated with essential tools necessary for constructing a robust DevSecOps pipeline. This tutorial is designed for individuals with foundational knowledge of navigating the AWS console. Prerequisite: AWS Free Tier Account Step1: Jenkin Server Setup on EC instance and installation […]
How to Configure ServiceNow Catalog Items for Microsoft Search
If you are using ServiceNow as your IT service management platform, you might want to make your catalog items searchable in Microsoft Search. Microsoft Search is a unified search experience that helps you find what you need across your organization, including files, sites, people, and more. By connecting your ServiceNow catalog items to Microsoft Search, […]
Part 2: Read and Validate PDF Text Content in Browser Using PDFBox and Selenium
Validating the content of PDF files that an application generates is a common task while testing web applications. To do this, utilize PDFBox, a Java library for managing PDF documents, in combination with Selenium, a potent web automation tool. This post will demonstrate how to use PDFBox and Selenium to read and validate PDF text […]
Advanced API Testing Part 2: JSON Schema Validation, Serialization & Deserialization Techniques
Welcome to Part 2 of our series on Advanced API Testing with Rest Assured. In this segment, we delve into three critical aspects of API testing: JSON Schema Validation, Serialization, and Deserialization. These advanced techniques empower developers and testers to ensure the reliability and efficiency of their APIs. Let’s explore how Rest Assured simplifies these […]
Advanced API Testing Part 1: Payloads & Rest Assured Framework
Introduction to Rest Assured Framework In today’s API-driven development landscape, testing RESTful APIs is a critical aspect of ensuring application functionality and performance. The Rest Assured framework is a powerful and easy-to-use Java library that simplifies testing REST APIs. Leveraging a fluent API allows developers to write readable and maintainable tests. By the end of […]
Unleashing CI/CD Magic in Boomi’s Integration
What is CI/CD? A CI/CD (Continuous Integration/Continuous Deployment) pipeline is an automated workflow or series of steps that developers use to build, test, and deploy their code changes. It’s a crucial part of modern software development, promoting efficiency, reliability, and consistency in the software development process. Why Do We Need CI/CD? In many organizations, […]
GitHub – On-Prem Server Connectivity Using Self-Hosted Runners
Various deployment methods, including cloud-based (e.g., CloudHub) and on-premises, are available to meet diverse infrastructure needs. GitHub, among other tools, supports versioning and code backup, while CI/CD practices automate integration and deployment processes, enhancing code quality and speeding up software delivery. GitHub Actions, an automation platform by GitHub, streamlines building, testing, and deploying software workflows […]
Leading a Clinical Data Collaboration Revolution: A Success Story
Clinical trials are integral to the safe and efficient delivery of new pharmaceuticals. But this part of the development process comes with many unique challenges. Participants need to be carefully monitored for adverse impacts, disparate teams need easy access to the vast quantities of data that trials generate, and that data—often being collected from a […]
A Beginner’s Guide to C# Selenium Automation: Step-by-Step Tutorial
Are you interested in learning more about C# automation but need help determining where to begin? Do not be alarmed! In this step-by-step tutorial, we’ll walk you through starting from scratch with C# automation. After completing this course, you’ll have a strong basis for effectively automating activities with C#. Step 1: Setting Up Your Development […]
The Crucial Steps to Success: Preparing for an Order Management Project
Embarking on an order management project is a significant undertaking for any organization. It involves not only implementing new systems but also reshaping processes and workflows. The success of such projects hinges on meticulous preparation, particularly in terms of collecting and categorizing requirements and effectively managing the associated change. In this article, we will delve […]
Create and Retrieve Secrets from the Azure Key Vault using an ASP.Net Core Application
As everyone knows, maintaining application-level security for passwords, certificates, API keys, and other data is a bit of a critical thing. It was necessary for my project to safeguard the SMTP password. I wanted to know how to protect my SMTP password in some way. I then discovered the Azure Key vault concept and began […]