Tag: Test
-
Selenium and testing WebInterfaces
On some cases you need to test the whole web interface. Why ? Suppose you have some Ajax call. You can test the call on server,but how do you ensure that user experience is OK ? There are several testing projects for Web – for example selenium and Watin I will show how to test…
-
How to … test database code with BDD(NBehave)
In this video,that is the continuation after How To … Test code from database with nunit I will show how to transform a NUnit test into an BDD – NBehave test. As usual,you can download the code from here here
-
How To … Test code from database with nunit
In this video we will test the Business Layer for a shortening application. The Data Access Layer is made with Entity Framework . You can download files from here