Strategies for Testing Event-Driven Programs

March 14, 2013 0

Testing strategies are well understood and established in traditional Object Oriented and/or functional settings. The same is not true for asynchronous, event-driven paradigms such as the actor model, in which the timing and execution context of assertions is important and temporal relations between generated events become test objectives.

So You Are Automated… Now Let’s Make it Fast!

March 7, 2013 0

A detailed guide to creating a mature and paralellizable automated software testing suite. This talk will cover things such as data independence, atomic tests, state generation, testing oriented pages. It includes sample code, demos and funny cat memes.

State of Mobile Testing 2013

March 4, 2013 2

Are you doing enough mobile testing? Most don’t, find out how you compare to other development and testing teams. XBOSoft surveyed global software development and software testing teams to understand mobile testing best practices. Use the results from their report to benchmark your own efforts. Below is an article based on the part of the report that covers what types of testing organizations do.

Testing JSF Applications with Arquillian and Selenium

February 28, 2013 0

Learn how to perform functional testing on JSF applications with Arquillian and Selenium. In modern development environments, it’s a must to include testing of Web applications as a standard part of the development lifecycle. Such tests can also be used as acceptance criteria in enterprise projects. Although full automation is possible, it is considered to be very expensive. As a result, in projects where testing is included as part of the project plan, it is also often the first requirement cut when the project schedule begins to slip.

SQL Server Unit Testing

February 25, 2013 0

The SQL Server unit tests feature have been added in the December 2012 update of SQL Server Data Tools (SSDT). This article presents a detailed information on how to create an run unit tests in SQL Server.

1 117 118 119 120 121 171