Starting a new job can pose a bit of a challenge and usually requires a great deal of effort. Often, you try to make good first impressions with your new coworkers, sync up with your manager, learn new products and workflows, get accustomed to a new culture, learn the skillsets of people to know who […]
Posts Tagged ‘Perficient’
AWS Identity and Access Management (IAM) Fundamentals
AWS Identity and Access Management (IAM) provides safe access control techniques for all of your AWS services. The core of AWS security is AWS IAM since it gives you the ability to manage access by setting up multi-factor authentication for greater security, creating users and groups, giving specific permissions and policies to desired users, and […]
Test Classes in Salesforce
Introduction Users of Salesforce can Create their own Test Classes; these test classes alone cover over 75% of the code. To ensure that there are no issues with Salesforce Dashboard during production, this is done. Test classes Enable the testing of the logic for Batch Apex, Queueable Apex, Future Apex, Visualforce Controller, and Extensions. […]
Functional Testing with Selenium
Functional testing is a sort of testing that aims to determine whether each application feature functions in accordance with the needs of the software. To determine whether a function’s output is in line with the expectations of the end user, each function is compared to the associated requirement. What will be learn in this blog? […]
Introduction to CQRS, AXON Framework and AXON Server
Introduction We will learn about the Axon Framework, Axon Server, what CQRS is, how it works, and why it is so Popular worldwide in this blog. AXON is an Open-Source Framework for event-driven microservices and domain-driven design. It is a Java Framework that gives developers access to repositories, implementations of crucial components including aggregates, command, […]
Tutorial on How to Create an EC2 Instance in AWS
A Case Study of AWS Elastic Compute Cloud (EC2): There are occasions when one is Constrained by a desktop computer or laptop’s Capabilities. Let’s say a data scientist has a sizable dataset they’d like to analyze. A mistake like the one below occurs when the scientist tries to load the complete dataset into memory. The […]
AWS Elastic Load Balancing (ELB) And Its Types: A Brief Introduction
We’ll discuss AWS Elastic Load Balancing (ELB) in this blog. One of the most critical duties in just about any firm is Distributing Workloads among various Computing Resources. The service Amazon AWS Elastic Load Balancer was explicitly created for dispersing workloads. This blog’s AWS load balancer lesson will delve deep into AWS ELB. The following […]
Katalon – Custom Keyword For JavaScript Executioner
In Katalon, users can set additional keywords to increase the functionality of Katalon Studio in addition to the built-in keywords. Like other built-in keywords, custom keywords can be used in test cases once developed. Users can expand keywords and reuse them across projects thanks to this capability. Assume that you want to execute the JavaScript […]
Building HOPE with Women in Tech in India
Our Women in Technology (WiT) group, though fond of building projects and products, opted to build “Hope” this time. A whole new assignment to our Women in Tech (WIT) team – to provide school kids from two shelters with hope to realize their dreams. Planning: When we checked the needs of the shelters, it surprised […]
Katalon – Parameterized Test Object
By parameterizing test objects, you can Use either Local or Global variables to Dynamically Update the locators of test objects. In the following situations, this feature is useful: You want to conduct a bulk action on a collection of related components without defining several Test Objects, like checking many checkboxes. However, because there are several […]
Cloud Testing With Selenium – Sauce Labs
“EXECUTE TEST CASES IN Virtual Machine which are not in your control” A Cloud Service Provider with one of the biggest grids for running Selenium and Appium test cases is Sauce Labs. Multiple operating systems, browsers, mobile emulators, simulators, and even actual devices are supported by Sauce Labs. According to the Sauce Labs Official Website, […]
How to Implement Row Level Security in Power BI- Static RLS
What is RLS? RLS is Row Level security means restriction of data accessing for a particular user. Filters restrict the data at a row level. We can configure RLS for a dataset that we have imported into the Power BI desktop and can configure RLS in Power BI Service by defining the roles in the […]