Debugging is one of the most important and useful techniques that every developer needs to achieve while developing an application to properly navigate and find the bugs or errors in the application efficiently. React Developer Tool (React DevTools) is one of the debugging tools. What is React DevTools? React DevTools is a browser extension available […]
Technical
Leveraging MuleSoft’s API Led Connectivity and Event-Driven Architecture with Solace
Organizations today are going into a rapid digital transformation. With MuleSoft’s API Led connectivity approach, the integration strategy of the enterprises is now going towards more reusability with quicker deliverables of projects through discovery, self-service, and reusability. But what if we mix the flavor of Event Driven Architecture also into the Enterprise’s Integration Strategy? With this blog, […]
Selenium Automation Best Practices & Tips You Must Know
In this blog, we’ll examine the top Selenium automation techniques from beginning to end. One of the most successful projects for testing a web application is, by far, Selenium. Ideal Techniques We must choose which test to automate before automating a test script. Virtually all test cases cannot be automated. Due to the abundance of […]
Smart XPath with auto-healing in Katalon Studio
Katalon Studio 7.6.0 introduces Self-healing to replace Auto-healing Smart XPath for Web test execution. Katalon Studio’s most recent version is available for download. Install the Smart XPath Auto-healing Plugin Go to the Katalon Store and download the Auto-healing Smart XPath plugin. After installing the plugin successfully, launch Katalon Studio. Select Reload Plugins from the Profile […]
Working on Object Creator in Salesforce Lightning
What if you could integrate the logic defined in Excel onto a Cloud-based system that was tightly integrated with the rest of your enterprise systems? That would be truly transformational. That’s why expectations were high when Salesforce Lightning Object Creator was announced as part of the 2018 Dreamforce address. Now that Salesforce has made it […]
How Good is your AEM Security? – AEMaaCS and 3rd Party Dependencies
Large scale data breaches and critical security vulnerabilities have companies thinking about security more than ever. Many developers are familiar with the OWASP top 10 (https://owasp.org/www-project-top-ten/). There are already many resources on generic mitigation for these vulnerabilities. So instead, in this series, I cover security issues and mitigations specific to AEM. In this final post, […]
Comparing the Different Selenium Switching Techniques
Before we go any further, let’s understand why and when the switch method is used for. Frames, notifications, and windows can be switched using Selenium Switch Methods. Before performing an action inside the frame, alert, or window, our Test Script needs to switch. If we don’t switch, an exception is raised by the application. switchTo() […]
The Importance of Discovery UX in Product Development
Over the years, we watch products come and go, some products grow high, and others don’t make the cut. Why is that? Imagine for a second that you are an entrepreneur or you work for a company that needs new products to be competitive and innovative. Maybe the first question that comes to your mind […]
Explore the Pros and Cons of Katalon Studio
Learn how to use Katalon Studio to automate the testing of web and mobile apps, which is as simple as using an excel file. After discussing all of Katalon Studio’s features and products in the previous blog, it’s time to examine its strong and weak points. Advantages of Using Katalon Studio Workflow integration with CI/DevOps […]
Fun with custom Sitecore Processors, a look into the future (of your Sitecore content)!
This is a little P.O.C. I worked out a while ago that allowed for the creation of a custom a preview site where a user could tack on a date & time via the QueryString to see what the content would look like on that date. Only requirements were 1. it had to be friendly […]
Introduction to Event Driven Microservices
What is a Microservice? Many Large-Scale Software Projects Employ the architectural approach known as a Microservice System. Efficiency, dependability, performance, and scalability are to be increased. A single application can be developed using the microservice architectural style as a Collection of Small Services, each of which runs in its own process and Communicate with other […]
How good is your AEM Security? – Mitigation Tools
Large scale data breaches and critical security vulnerabilities have companies thinking about security more than ever. Many developers are familiar with the OWASP top 10 (https://owasp.org/www-project-top-ten/). There are already many resources on generic mitigation for these vulnerabilities. So instead, in this series, I will cover security issues and mitigations specific to AEM. Here I will […]