Parrot QA Tutorial: Cross Browser Functional Testing Tool Review

Parrot QA Review

Today’s tutorial is a hands-on review of Cross-Browser functional testing tool Parrot QA. This tool makes it easy to test your website without writing a line of code.

This tutorial will walk you through the whole platform. We’ll start with the simplest way to set up a website test, then cover testing more complex functionality.

You’ll find screenshots and an overview of both the QAmcorder (our Chrome extension for recording user flows) and of our mind map test management cloud app.

Read more

Payment Gateway Testing: The Tester’s Hands-on Guide with Checklist

Payment Gateway testing guide

The Tester’s Guide to Payment Gateway Testing:

What are the payment processors?

As per Wikipedia, “A payment processor is a company (often a third party) appointed by a merchant to handle transactions from various channels such as credit cards and debit cards for merchant acquiring banks. The payment processor will both check the details received by forwarding them to the respective card’s issuing bank or card association for verification, and also carry out a series of anti-fraud measures against the transaction.”

Some common Payment Gateways are Braintree, Authorize.net, PayPal, Bluepay, Citrus Payments etc. 

Read more

SOA Testing Tutorial: Testing Methodology For a SOA Architecture Model

SOA Test

SOA Testing Tutorial:

In this article, we are going to discuss the testing techniques for an SOA architecture.

Current day software are so versatile and prone to handle changing user expectations every now then, a standalone model is not useful.

There is where SOA fits right in as the solution.

That’s the reason why, a lot of companies are adapting or trying to adapt the SOA approach because of its advantages such as; Cost cutting, Business agility, easy maintenance etc. With the upcoming market full of SOA architecture, it becomes necessary for the Modern day testers to get a fair idea on the SOA testing.

Read more

Protractor Testing Tool for End-to-end Testing of AngularJS Applications

Protractor testing tutorial

What is Protractor?

The Protractor is an automation testing tool for web applications testing; combining powerful technologies such as Jasmine, Selenium Webdriver, Node.js etc.

The Protractor testing tool is an end to end behavior-driven testing framework designed keeping Angular JS applications in mind. Even though that might sound like Protractor won’t work with non-angular JS applications, it does. 

Read more

How to Run Selenium WebDriver in Different Popular Browsers

Selenium Webdriver in different browsers

Selenium supports only web-based applications and to open them we need a browser. Selenium can support various browser for test automation.

In this tutorial, we will explain how to set up drivers for the different browsers available in the market.

In the current industry, there are only three popular browsers which are widely used i.e. Google Chrome, Mozilla Firefox and Internet Explorer. However, Selenium supports other browsers as well. To execute our script on different browsers we need the driver of that browser.

Read more