Monday 7 November 2011

Automated Acceptance Tests and Requirements Traceability

This article on Automated Acceptance Tests illustrates an approach to automated acceptance testing when you develop software with Java. The acceptance tests are connected to the software requirements. The main factor to achieve maintainable tests is to manage correctly the traceability between the requirements and implementation as well as between the requirements and acceptance tests.

http://www.methodsandtools.com/archive/archive.php?id=118

Monday 31 October 2011

Mocking Frameworks in .NET Introduction

There are several open source unit testing tools to apply mocking principles in .NET. Tools like Rhino Mocks, Automoq and Moq allow us to create mocks and stubs within our test method. These tools have a learning curve, but the video ".NET Mocking Frameworks" presents techniques that can ease you into these frameworks and help you automated your unit testing process.

Thursday 8 September 2011

Scenarios for Load Testing


This article explains how to build a portfolio of scenarios for software load testing automation. You have rarely only a single scenario to test, so you have to decide which scenarios to include in your test plans. Criticality, frequency, difficulty and verifiability are the four key factors that should be considered to determine the scenarios to automate. Choosing the right scenarios is an essential key factor to ensure the success of your load testing automation strategy.

Thursday 18 August 2011

Software Test Engineer, Microsoft , Minneapolis, MN

Are you passionate about user experience? Would you like to impact the tools people will use to build rich user experiences on top of some of the coolest technologies in the company? Do you have a vision of where Test needs to be in 5-10 years and the drive to help us get there? If so, a position on the Expression Blend TCDC (Twin Cities Development Center) team might be for you.

The Expression organization delivers products to create great, highly interactive user experiences on Microsoft’s platforms. We are a fast-paced, focused group, located in St.Paul, Minnesota that works directly with the Redmond team to deliver products both for developers and for the professional design community. We have already made major contributions to the highly regarded Expression test stack and are looking to push the envelope even further.

Our team’s charter is to deliver a rich user experience for building highly interactive, modern applications from prototyping stage to final publication. Like any start-up, we need flexible people that are comfortable working in a very dynamic and agile environment.

To get more informations and to apply visit http://www.softdevjobs.com/job/software-test-engineer-sdet-ii-minneapolis-mn-microsoft-27d004b056/

Saturday 13 August 2011

The Art of Mocking

This article "The Art of Mocking" covers the subject of software testing mocks (also known as test doubles, stubs and fakes, amongst other names). It compares also the creation manual mocks with the usage of a full-fledged mocking framework with examples in the .NET language.

Read it on http://www.methodsandtools.com/archive/archive.php?id=122

Tuesday 26 July 2011

Selenium - Automated WebTesting

Selenium is a popular tool for writing automated tests of web applications. You can develop automated tests in the programming language of your choice such as c#, java, python, php, perl and ruby as well as running those tests on different combination of browsers such as Chrome, Firefox or IE.

http://www.methodsandtools.com/tools/tools.php?selenium

Thursday 21 April 2011

Unit Testing and Mocking Tools Directory

The Unit Testing and Mocking Tools Directory presents a list of unit testing and mocking tools for C/C++, Java, Javascript, .NET, PHP, Python, Ruby, Flex, etc.

http://www.unittestingtools.com/

Monday 21 February 2011

Java Software Quality Analysis

This is an interesting report on Java Software Quality Analysis where Java quality analysis tools ( Coverity, Headway Software, Parasoft, Sonar and XDepend) analyze the same open source project.

http://blog.martinig.ch/conferences/quality-analysis-evening-with-the-java-user-group-lausanne/

Tuesday 1 February 2011

SoapUI - Web Testing Framework

SoapUI is an open source application and framework to test web applications and web services. Test cases can be entered using a graphical user interface and they can be executed using the graphical user interface or embedded in Apache Ant or Apache Maven.

Load Testing Tools Adoption Survey

The last Methods & Tools survey wanted to determine the level of adoption of load testing tools in organizations. It asked the following question: “Do you use a tool for load / performance testing?”

I use tools for load testing 48%
My organization has tools, but my project or I do not use them 20%
My organization has no tools for load testing 32%

Participants: 182
Ending date: January 2011
Source: Methods & Tools Load Testing Tools Survey

Additional resources:
* JMeter presentation
* Load Testing Section of the Software Development Articles Directory
* Load Testing Section of the Software Development Tools Directory
* Load testing tools directory