Monthly Archives: July 2012

Home/2012/July

Selenium2 Maven

2013-01-24T08:46:22+05:30

Selenium 2 (or WebDriver) is automation and testing tool for web applications, with the facility to playback scripts. Selenium can drive a web application on most modern browser. Browsers include Firefox and Internet Explorer among others...

Selenium2 Maven2013-01-24T08:46:22+05:30

SaaS Offering Attributes

2013-01-10T12:18:40+05:30

Integration with External Applications: Simple Object Access Protocol (SOAP)-based Service Oriented Architecture (SOA), Extract Transform Load (ETL) and On Line Analytical Processing (OLAP) Application Programming Interfaces (APIs)

SaaS Offering Attributes2013-01-10T12:18:40+05:30

How to run Selenium2 scripts using cucumber?

2013-01-24T08:51:37+05:30

In this video, we are going to integrate Selenium 2 with cucumber. Cucumber is a tool for running automated acceptance tests written in a behavior driven development (BDD) style. Cucumber projects are available for other platforms beyond Ruby. This seems to have brought back an excitement to testing. Cucumber allows writing feature documentation in Plain Text. It means one could sit with Client or Business Analyst to write down the features to be built on their application...

How to run Selenium2 scripts using cucumber?2013-01-24T08:51:37+05:30

FoneMonkey – iPhone App Automation Tool

2013-01-10T12:19:01+05:30

iPhone app Automation with FoneMonkey: FoneMonkey is a static library and some associated files that you build into your iPhone application by following the simple instructions below.

FoneMonkey – iPhone App Automation Tool2013-01-10T12:19:01+05:30

Cross-platform Functional Testing using SoapUi

2013-01-24T08:48:21+05:30

This video covers step-by-step tutorial familiarizing with its features. SoapUI is a free and open source cross-platform Functional Testing solution. With an easy-to-use graphical interface, and enterprise-class features, SoapUI allows you to easily and rapidly create and execute automated functional, regression, compliance, and load tests. In a single test environment, SoapUI provides complete test coverage and supports all the standard protocols and technologies...

Cross-platform Functional Testing using SoapUi2013-01-24T08:48:21+05:30

Simple Steps to Improve Software Testing Process

2013-01-10T12:19:10+05:30

Testing process improvement is not only the responsibility of test team. It is a joint effort of Development & Testing team and Management to understand the existing testing process and identify

Simple Steps to Improve Software Testing Process2013-01-10T12:19:10+05:30

How to do System Testing?

2013-01-10T12:19:21+05:30

Testing the behavior of the whole software/system as defined in software requirements specification (SRS) is known as system testing. Its main focus is to verify that the customer requirements are fulfilled.

How to do System Testing?2013-01-10T12:19:21+05:30

Selenium Grid Implementation with WebDriver using Python

2017-04-20T14:27:48+05:30

Set up and launching Selenium Grid: 1. Launching Hub: Open command prompt got to your selenium server jar file and run command: > “java -jar selenium-server-standalone-2.21.0.jar -host localhost -port 4444 -role

Selenium Grid Implementation with WebDriver using Python2017-04-20T14:27:48+05:30
Go to Top