Skip to main content

Posts Tagged ‘Multi-shoring’

Robotically Send Test Reports via Mail Using Maven Postman Plugin

  As Test Engineers, we all know the importance of report generation which contains the summary of test script results. Test Reports give you the overall update on the application’s stability and it also helps to figure out the application issues which in turn could be useful for the developer to fix them. It would […]

Assertions in Selenium Web Driver

Introduction Assertions provide a means for users to validate any kind of test. The Assertion results are based on the comparison of Actual & Expected Results. A test is considered passed only when the Assertions show no Exceptions. Thus, the usage of Assertions plays a vital role in identifying the flaws in the application being […]

Agile & CMMi – And they lived together happily ever after!

Fairy tales have never lost their charm and they have always stayed close and strong in the hearts of people. I have made a maiden attempt to explain the compatibility of Agile and CMMi model as a fairy tale and this is how it goes: Once upon a time, there was a software town. The […]

Datastage Integration with XML Files

Using the Hierarchical Data stage Use the Hierarchical Data stage to parse, compose, and transform XML data. The Hierarchical Data stage is available in the Real Time section of the palette in the IBM InfoSphere DataStage and QualityStage Designer. You can use the Hierarchical Data stage in parallel jobs not in server jobs. In parallel […]

Automating REST services using Soap UI Pro

“A Web service is a method of communication between two electronic devices over a network. It is a software system designed to support interoperable machine-to-machine interaction over a network.” There are various tools available to test web services. Some of them are Soap UI, Soap UI Pro, Test Maker, Web Inject etc. The most common tool we use is Soap UI. Soap-UI […]

Read/Write from Excel using Sahi Automation Tool

While automating an application, taking the modern automation frameworks into consideration it becomes a necessary action to make our script interact with an excel sheet or csv data file in order to read and write the data. Usually we use excel sheet, as this provides more organized way of storing the data. Let’s see the […]

Mobile Automation Testing using Selenium Webdriver

Nowadays, compatibility testing is in great demand as it gives us the confidence to say whether the application is usable across multiple platforms. One of the most used platforms available in today’s world is Mobile. So the question here is whether the application is usable across different Mobile platforms? There are n number of Mobile […]

Approaches to automate and abstract JAXB from Portal Layer

This blog is to provide an insight on development of Portal applications by achieving high cohesion between the portal and the service layer by secluding and automating the JAXB framework. We know that portal applications are composed of bundles of portlets and hence the compositions and the complexities of each portlet are of utmost importance. […]

Configuration of Sahi Automation tool

There are various Automation tools available in the market and open source tools have this upper hand over the licensed ones because there is always an extra investment needed to buy the commercial product. If the goal is achieved with an open source tool and is reliable then why to go for a licensed one? […]

Limitations of Automation Testing

So far we have seen what Automation can do to help us in reducing human effort, time, cost etc.  Here I will discuss few scenarios for which either Automation can’t be done or is not required. There are certain tasks which can be performed only using Automation tools such as Load, Endurance, and Scalable Performance […]

Use of VBScript with Selenium to connect to database

While most of the Automation scripts manipulate just the UI of an application, by making our scripts communicate with database we can accomplish more complicated tasks. Here is an example:- Suppose you have to automate an application which works on online voting system where in once the vote is casted using the application, it goes […]

Data driven testing using Selenium

Let’s see what Data Driven testing is? “It is an automation framework where test input and/or output values are read from data files. The different data files may include ODBC sources, csv files, Excel files, ADO objects, etc. The data is then loaded into variables in recorded or manually coded scripts.” Now let’s take an […]

Load More