Monthly Archives: February 2012

Home/2012/February

Automated Regression Testing Challenges in Agile Environment

2013-01-10T12:25:38+05:30

Agile Projects present their own challenges to the Automation team; Unclear project scope, Multiple iterations, Minimal documentation, early and frequent Automation needs and active stakeholder involvement all demand lot of challenges

Automated Regression Testing Challenges in Agile Environment2013-01-10T12:25:38+05:30

Selenium with Maven

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

In context with Maven 2.0.4, putting both plugin executions in the process-resources phase did not work- they may have been executed in the wrong order and so the build failed, as Selenium had not yet been unzipped when antrun tried to copy the files. Moving the dependency-maven-plugin execution to generate-sources fixed the problem, but this should not have been necessary...

Selenium with Maven2013-01-24T08:48:54+05:30

Application Testing – Basics of Software Testing

2013-01-10T12:25:52+05:30

Application Testing is an activity that every software tester performs daily in his career. These two words are extremely broad in practical aspect. However, only the core and most important areas

Application Testing – Basics of Software Testing2013-01-10T12:25:52+05:30
Go to Top