Tag: <span>ruby</span>

BRM Database Testing

05/06/2020
Posted by
0

An overview on BRM is discussed in our earlier posts and we would recommend beginning from that article for continuity. In this post we will discuss the data stored in the BRM Database, created by performing various BRM GUI and BRM API operations. Given below is the structure of BRM Database:   The BRM Database…

Read more

BRM Server Component Testing

05/01/2020
Posted by
0

As discussed in our prior articles on BRM GUI testing and BRM API testing, there are a variety of operations and modules to cover when considering testing BRM products. In this post we will discuss in detail the various components of the BRM Server and how they are tested. The below figure showcases the different components in…

Read more

BRM API Testing

04/29/2020
Posted by
in: BRM
0

In our earlier posts, we went through a brief overview of Oracle BRM Testing, and how BRM UI interface works and is tested in Oracle BRM GUI Testing. In this post, we will be focusing on BRM API testing.  API calls are much faster compared to browser/UI responses and are used to transmit/retrieve data to…

Read more

BRM GUI Testing

04/21/2020
Posted by
0

As discussed in our overview of Oracle BRM Testing, there are several aspects to testing BRM.  In this post, we’ll be focusing on the Front-End aspect of testing.  Typically, this is the interface that is used internally by the Business Configuration Center to manage the customer accounts, product upgrades, billing information corrections, etc. It is…

Read more

Testing Oracle BRM (Billing & Revenue Management)

04/15/2020
Posted by
in: BRM
0

Revenue Management is a major component in any business, and especially so for customer centric B2C industries, such as telecommunications. BRM (Business Revenue Management) systems can be used to manage the complete flow of revenue information. 3Qi has been involved in testing BRM components by leveraging our in-house product, Awetest. Awetest is a cloud-based testing tool which…

Read more

Handle AJAX Calls Using Selenium

04/09/2020
Posted by
0

What is AJAX?  Ajax is a combination of different web development techniques which run in a user’s browser and exchange data with a webserver to update a webpage or parts of a webpage. As the name AJAX stands for Asynchronous JavaScript and XML, AJAX uses XMLHttpRequest calls to request data from a server and JavaScript…

Read more

4 Essential UI Automation Test Types

01/03/2018
Posted by
0

Automation can be intimidating at first. The analysis paralysis of being presented a resource with as vast of depth as test automation can leave many overwhelmed before they scratch the surface. However, after understanding a few fundamentals, automation becomes a logical solution to many problems QA testers face. First and foremost, the cost savings of automation…

Read more

A Trick for Data Driven Testing Using Cucumber

09/25/2014
Posted by
0

Now that you know the anatomy of a Data-Driven test, here’s a trick that simplifies the process of Data Driven testing using Cucumber. Cucumber inherently supports Data Driven testing by the use of the Scenario Outline and Examples section. It is with these keywords that Cucumber allows for easy Data Driven testing to be completed where no changes need to be made…

Read more

Types of Automation Frameworks

09/19/2014
Posted by
0

“Frameworks” is an overused, yet necessary, part of any successful automation effort. Automation has been around for a long time (Mercury Systems which is part of HP since 2005 was founded in 1980!) and many of the approaches are the same as they were back then, but the underlying technologies and tools have evolved. So today,…

Read more

Debug Watir Webdriver Scripts with Pry

05/08/2014
Posted by
0

Pry is a powerful alternative to the standard IRB shell for Ruby, featuring syntax highlighting, a flexible plugin architecture, runtime invocation, and source and documentation browsing. Using Pry to Debug Watir Webdriver scripts is intrinsically the same as using IRB but one of the main advantages of Pry is the ability to invoke it in the middle of a running program.

Read more