Monthly Archives: June 2009

Magento Module – Footer More Links extension

Magento team at Maven Infosoft has developed an Magento module for Footer Links. This Footer links module for Magento contains the following items, (1) All the categories in the tree structure with Category images. (2) Top 12 searched performed on Magento Store, (3) All static links in structured way, as defined in Admin section. By […]

Magento Extension – Google XML sitemap Split Module

Magento team at Maven Infosoft has developed an Magento module for Google XML sitemap spilt. Default module of Magento creates only one XML Sitemap file. Google does not accept the file more than 10 MB or 50000 links. So If there large Magento shop with products more than 50000, It requires to spilt the sitemap […]

Working with Selenium-Grid and run PHP Tests

By Vaishal, Working with Selenium-Grid 1. Download selenium Grid. And extract files any location. Mostly in C:selenium 2. Install latest JRE. 3. Download ANT. Extract files in C:Ant. – Set environment variable ANT_HOME as – Go to the properties menu of MyComputer – Go to the advance menu and click on ‘Environment Variable’ – Click […]

Working with Selenium-IDE & Running PHP Unit tests

By Vaishal, Working with Selenium-IDE | Running Functional Tests | Runnig PHP Unit Tests Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record, edit, and debug tests. Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and […]

Unit Testing and Selenium Testing

By Vaishal, Unit Testing Unit testing is a software verification and validation method where the programmer gains confidence that individual units of source code are fit for use. A unit is the smallest testable part of an application. In procedural programming a unit may be an individual program, function, procedure, etc., while in object-oriented programming, […]