Software Testing Articles: Load Testing, Unit Testing, Functional Testing, Performance Testing, Agile Testing, DevOps

Testing of Web Applications with Selenium Grid

August 8, 2011 0

This article will show you how to run your tests in parallel with Selenium Grid, cutting down the time needed for running in-browser test suites. With real test projects and code samples, learn to run tests in multiple environments in parallel and speed up the testing of your web applications.

Easier C# Unit Testing

August 1, 2011 0

Writing unit tests for your C# code can be time-consuming. This article proposes approaches that can make writing unit tests easier and more efficient for C# programmers.

Unit Test and Refactor Legacy PHP Code

July 26, 2011 0

This article proposes strategies to refactor problematic PHP code, making it easier to test it with unit testing tools, while reducing dependencies that improves your code base.

Automated Acceptance Tests and Requirements Traceability

June 9, 2011 0

This article illustrates an approach to automated acceptance testing in developing software with Java. Acceptance tests directly tie into software requirements specification and the key for achieving maintainable tests is proper handling of traceability between the requirements and implementation as well as between the requirements and acceptance tests. An example using Netbeans and Concordion is provided.

Agile C++ Development and Testing

June 6, 2011 0

This article presents a number of techniques that our team here at Microsoft has been using to build and test applications in Visual C++ using an Agile approach.

Python Testing: Coverage Analysis

June 6, 2011 0

This article covers the coverage analysis of Python: * Building a network management application * Installing and running coverage on your test suite * Generating an HTML report using coverage * Generating an XML report using coverage * Getting nosy with coverage

1 54 55 56 57 58 61