Unit Testing in Delphi with Nick Hodges

Unit Testing in Delphi with Nick Hodges

Wednesday, February 12, 2014
6AM San Francisco / 9AM New York / 2PM London / 3PM Milan
11AM San Francisco / 2PM New York / 7PM London / 8PM Milan
5PM San Francisco / 13-Feb 10AM Tokyo / 13-Feb 12PM Sydney

You’re invited to join Embarcadero and Delphi programming expert and author, Nick Hodges, for an in-depth look at unit testing in Delphi. 

Without unit tests your code is fragile, hard to change, and unreliable. Unit testing is the only way that you can be sure that your code does what it is supposed to do.

In this webinar, Nick discusses the basics of Unit Testing as well as providing a demo that illustrates the points at hand using the new DUnitX framework. This will lead to a discussion of stubs and mocks, and the use of the DelphiMocks framework to ensure that all your classes are tested in isolation.

Topics covered include:

* What is Unit Testing?
* Why you should be doing Unit Testing
* Proper unit testing techniques including covering the "middle of the plate", the "outside corners" as well as checking exceptions
* A specific use case for unit testing using a real world example

Can’t make it to a live session? Register anyway and we will send you a link to watch the webinar replay on-demand plus access to related technical resources.
http://forms.embarcadero.com/DelphiUnitTesting2-12

Comments

  1. If only the url would work. I get a message that the server "forms.embarcadero.com" is not reachable.

    ReplyDelete
  2. Thanks. Must be some firewall on the way from here to there. I still can't reach the server from work, but I registered via my smartphone now.

    ReplyDelete
  3. Yep, had a chat with our admins. Our company firewall is quite restrictive and blocks a lot of tracking sites and others. Seems that some of the sites that embarcadero uses for the registration are deemed evil.

    ReplyDelete
  4. Glad you were able to register. Sometimes I wonder if fields are more trouble than they are worth.

    If you could get me details on what is blocked and why then I'll look into fixing it on this end.

    ReplyDelete
  5. Thanks. Sometimes our emails get flagged as spam, which then flags all the links as spam.

    ReplyDelete

Post a Comment