Medical Device Software Testing
Learn how to address challenges and improve the quality of software in your medical devices today.
Learn how to address challenges and improve the quality of software in your medical devices today.
Jim Lavin presents a Test Driven Development (TDD) approach to show how to write unit tests for your AngularJS components. The presentation covers creating a project from scratch using Yeoman and then adds functionality to a controller, service and directive using a Test Driven Development approach by writing unit tests …
“I know I should write some tests, but I can’t afford the time. I have to get this feature out the door.” That’s absolute crap, friends, and if you hear someone say it you should slap them. Yes, tests provide a measure of code reliability at the apparent cost of …
This is a short demo of the T.S.T. tool. This is an open source tool that can be used to write and automate tests for T-SQL code. Transact-SQL (T-SQL) is Microsoft’s proprietary extension to SQL used to write transaction in SQL Server. This tool can be downloaded from http://tst.codeplex.com/.
An introduction to iOS app testing and UIAutomation. The video goes over the reasons why you would want to test your app, what makes UIAutomation cool, and some of the basics on how to use it.
Learn how Spring and Cucumber integrate to make test automation easier. Cucumber is an open source framework for Behavior-Driven Development (BDD). Its intent is to enable developers to write high-level use cases in plain text that can be verified by non-technical stakeholders, and turn them into executable tests, written in …