Nowadays all over the world, IT companies are evolving with the term of ‘Automation’. The term Automation describes ‘Huge time and cost saving effort to the consumers’. Keeping in mind that industries have developed many automation tools. In that ocean, I’m going to talk about a few Log Automation tools in the TIBCO landscape. Tools […]
Innovation + Product Development
ETL Test Case Creation Tips
As you know, for test case design we have methods such as Decision Table, Equivalence Partitioning, Boundary Value Analysis and Pairwise Testing etc. But ETL testing is a little different. It mostly refers to huge volumes of data and it will apply different tools and usually against one database. To design an ETL test case, […]
How to Configure Appium Grid for Mobile Automation Testing
Mobile devices are getting more important than ever in our society. A large amount of Android and IOS applications are developed to make our lives convenient in every possible way. Most mobile apps are usually running on the devices with various models and different platforms. The automated testing for these apps therefore shall be conducted […]
7 Must-Attend #AdobeSummit Twitter Chats
Every day of Adobe Summit 2017 will bring forth tons of great digital marketing insights. We’ve rounded up seven opportunities to rub elbows with some of the brightest minds at the conference, or join in the conversation from anywhere online. #AdobeChat There will be two chats live on site from Adobe Summit: 1. “Predictions on the […]
Perficient, Adobe Premier Partner, to Speak at Summit
We are excited to announce Perficient, together with our digital agency, Perficient Digital, has achieved Adobe Premier partner status, and will also be presenting at next week’s Adobe Summit 2017, taking place March 19-23 in Las Vegas. As one of six Adobe Premier partners worldwide (the highest regional designation in a particular Adobe geography), the partnership is a testament […]
Optimize your images in Sitecore with PowerShell Extensions + Kraken or TinyPNG
The solution I want to show you today involves optimizing images in Sitecore with PowerShell and TinyPNG. It allows for tremendous file size reduction with minor or nonexistent degradation in visual clarity at high resolutions.
How to Customize PnP Partner Pack (1)
Abstract: This is the first in a series of posts on how to customize the PnP Partner Pack based on business requirements. PnP Partner Pack allows you to extend the OOTB experience of Microsoft Office 365 and Microsoft Online by providing a variety of capabilities. PnP Partner Pack is using the PnP core component, which increases developer productivity […]
Value Prompt with Dynamically Chosen Default Values in Cognos RS
Implementing Value prompts with dynamically chosen default value in Cognos Report Studio Introduction : This blog describes the steps to set Value Prompts in Cognos Report Studio with default value selections that are dynamically rendered. A sample Problem statement taken up in this blog illustrates the idea which can then be extrapolated to other such similar […]
Accurate Functional Test Based Code Coverage
1. Functional Test Coverage Requirement coverage is always used to track test case design quality, but this traceability can’t get the coverage of acceptance criterion in code. After the test case execution, how many branches or lines of code are executed? How do you improve test cases or test data design with quantified indicators? Functional test […]
From Agile to DevOps
When the Agile methodology revolution began in 2001, it called for Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan Over the past 16(!) years these tenants have spawned dramatic changes to software engineering and technology as a whole. One of […]
Processing Flat Files in Oracle Database
These days most of the companies are using Oracle as their database to maintain their data. SQL*Plus is the major tool to access the Oracle DB because it is more secure than other tools. Handling flat files in the Oracle DB by using SQL*Plus is difficult one. SQL Loader is the one which is very use […]
MongoDB Integration in Datastage
MongoDB is an open-source non structured query language database that provides high performance, high availability and automatic scaling. In this blog, let’s see how to load data into MongoDB through the IBM Datastage tool by using the Java Integration stage. Pre-Requisites: Install Eclipse tool MongoDB requires a java jar file with the below code Jar […]