“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, […]
Quality Assurance
API Testing : Test MultipartFile Upload using Java, Spring and Cucumber framework
It is easier to test MultipartFile upload service in POSTMAN just by selecting multiple files and sending the request. But to test using Java, we need to write multiple lines of code to invoke the request. In this blog, we will discuss about the Java function to invoke MultipartFile upload request and get the response. […]
End-To-End-Automation on JIRA using RestAssured
REST- ASSURED REST stands for REpresentational State Transfer. It supports Behavior-Driven Development (BDD) syntax like Given, When, and Then notations. It helps us to integrate with testing frameworks like Junit or TestNG. Code Explanation Given() ‘Given’ keyword, lets you set a background, here, you pass the request headers, query and path param, body, cookies. When() ‘when’ keyword […]
Exploring JIRA Server REST API via Postman
Importance of Jira Automation Project automation in Jira is necessary because it saves time, increases productivity, and improves team cooperation. In this blog, I’ll teach you how to automate various activities in Jira, reducing your workload and providing you with a detailed report. Which will also allow you to focus on other important aspects. “Focus […]
Working Efficiently with Selenide: The Subset of Selenium Webdriver
Selenide is a Selenium WebDriver-based test automation framework. It’s open-source, free, stable, and, most importantly, provides a simple API. It helps you save time when writing and debugging code. The nicest aspect is that you don’t have to memorize all the methods or read the documentation; you have to start typing, and the IDE will […]
Hidden Auto Suggestion drop-down values – How to handle in Selenium
Handling Hidden dropdown suggestions/Auto suggestion values in your Selenium Automation script? In our day-to-day automation work we have encountered many drop-down elements and that can also be handled by many ways. One of them is hidden auto suggestion drop-down values which we can’t inspect hence can’t automate. Problem 1: Go to https://www.flipkart.com/ Enter any […]
Introduction to the Awesome World of Cypress automation – Getting Started
What is Cypress? Cypress automation is the latest front-end testing standard that every developer and QA engineer should know about. It is a cutting-edge front-end automated testing solution for modern web applications. Cypress is mainly used for: Unit Testing Integration Testing End-to-End flow Testing Nonetheless, it can be used for functional testing as well. Although […]
9 Pitfalls Marketo Docs Didn’t Prepare You For: Integrating with Facebook Lead Ads via LaunchPoint
Facebook Lead Ads are nothing new to Marketo users. This is a fairly common LaunchPoint integration, and for good reason: Facebook is a prolific source of new leads, and Adobe Marketo Engage is arguably the best product for tracking and nurturing new acquisitions. The documentation for this integration is straightforward enough – it even calls […]
[Part 2 of 2] How to Refresh Your Marketo Data for the New Year
New Year, New You… continued! Last week, I asked you to take a moment and think about your Marketo instance. When was the last time you focused purely on data hygiene for marketing automation? It’s a fresh new year, and now is the perfect time to refresh your data! As such, I posted a list […]
[Part 1 of 2] How to Refresh Your Marketo Data for the New Year
New Year, New You! It’s 2022! Take a moment and think about your Marketo instance. When was the last time you focused purely on data hygiene for marketing automation? If you’re like most Marketo Admins, it’s tough to find the time – but you know how important it is. Never fear, I’m not judging you! […]
5 Tips to Be a Fantastic Developer
There are millions of developers worldwide, each of them is working on different platforms and programming languages. Every other developer has a different way of writing their code, but one common aspect is their logical and analytical mindset. This blog will go through some of the daily interactive areas of a developer and situations that […]
QA We-Tech Recap: Tips, Tools and Key Highlights
Two weeks ago, we hosted our QA We-Tech event where team members from Perficient Latin America shared great QA content. Our first session was led by three great speakers that shared their knowledge about exploratory testing, autonomous testing, and micro services-oriented component testing. On day two, we covered topics such as skills for a […]