Skip to main content

Home/ HealthcareMetadata/ Group items tagged framework

Rss Feed Group items tagged

Malcolm McRoberts

introduction.js - 0 views

  • asmine is a behavior-driven development framework for testing JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.
Malcolm McRoberts

Mocha - the fun, simple, flexible JavaScript test framework - 0 views

  • Mocha is a feature-rich JavaScript test framework running on node.js and the browser, making asynchronous testing simple and fun. Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases.
Malcolm McRoberts

Play Framework: Binding and Validating Objects and Rendering JSON Output | Packt Publis... - 0 views

  • How to do it... Create your entities first. This example consists of a user, an address, and a SuperSecretData entity: @Entitypublic class User extends Model { @SerializedName("userLogin") public String login; @NoJsonExport public String password; @ManyToOne public Address address; @OneToOne public SuperSecretData secrets; public String toString() { return id + "/" + login; }}@Entitypublic class Address extends Model { public String street; public String city; public String zip;}@Entitypublic class SuperSecretData extends Model { public String secret = "foo";}
Malcolm McRoberts

Forrester Research : Research : How To Build An Effective BI And Data Management Progra... - 0 views

  • Effectively managing data means focusing on operational capture, decision support-oriented consumption, and data governance.
Malcolm McRoberts

JavaIntegration - robotframework - Describes various ways to use Robot Framework from a... - 0 views

  • java -Xbootclasspath/a:lib/swinglibrary-0.14.jar:lib/registration-0.1.jar -jar  robotframework-2.5.3.jar  example.html
  • It is also possible to insert additional jar files to class path using the Xbootclasspath option. In this case, robotframework.jar does not need to be in class path. Here's the above example using Xbootclasspath:
Malcolm McRoberts

RStudio - Home - 0 views

shared by Malcolm McRoberts on 29 Apr 14 - No Cached
  • Powerful IDE for R RStudio IDE is a powerful and productive user interface for R. It’s free and open source, and works great on Windows, Mac, and Linux.
  • Web framework for R Shiny is an elegant and powerful web framework for building interactive reports and visualizations using R — with or without web development skills.
  • Open source R packages Our developers and expert trainers are the authors of several popular R packages, including ggplot2, plyr, lubridate, and others.
Malcolm McRoberts

TSQLUnit - 0 views

  • TSQLUnit is a testing framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
Malcolm McRoberts

JSTest.NET - Browserless JavaScript Unit Test Runner - Home - 0 views

  • JSTest is focused on testing JavaScript, and NOT on UI validation. Unlike tools like JsTestDriver etc, JSTest can be run inside the unit testing framework of your choice; specifically MSTest, NUnit, xUnit etc.
  • JSTest is focused on testing JavaScript, and NOT on UI validation. Unlike tools like JsTestDriver etc, JSTest can be run inside the unit testing framework of your choice; specifically MSTest, NUnit, xUnit etc.
  •  
    "ell as require an int"
Malcolm McRoberts

QUnit - 0 views

  • QUnit is a powerful, easy-to-use JavaScript unit testing framework. It's used by the jQuery, jQuery UI and jQuery Mobile projects and is capable of testing any generic JavaScript code, including itself!
Malcolm McRoberts

YUI Test - YUI Library - 0 views

  • YUI Test is a complete testing framework for JavaScript and Web applications. You can use the simple JavaScript syntax to write unit tests that can be run in web browsers or on the command line, as well as functional tests to be run in web browsers. Additional tools that build on top of the JavaScript library's core functionality allow integration with build systems.
Malcolm McRoberts

Apache JMeter - Apache JMeter™ - 0 views

  • The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions
Malcolm McRoberts

Hermes - Selenium For Humans | Free software downloads at SourceForge.net - 0 views

  • Access clear summary reports which allow you to drill down to screenshots, stack traces and video
  • Easily integrated with Continuous Delivery tools like TeamCity and Hudson
  • Facilitates all team usability and avoids silosBuilt for Agile - make your tests easily re-factored and robust to change
Malcolm McRoberts

Selenium - Web Browser Automation - 0 views

  • Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well. Selenium has the support of some of the largest browser vendors who have taken (or are taking) steps to make Selenium a native part of their browser. It is also the core technology in countless other browser automation tools, APIs and frameworks.
Malcolm McRoberts

tSQLt - Database Unit Testing for SQL Server | Database Unit Testing for SQL Server - 0 views

  • What is tSQLt? tSQLt is a database unit testing framework for Microsoft SQL Server. tSQLt is compatible with SQL Server 2005 (service pack 2 required) and above on all editions.
Malcolm McRoberts

25.3. unittest - Unit testing framework - Python v2.7.7 documentation - 0 views

  • Class and module level fixtures are implemented in TestSuite
Malcolm McRoberts

SPUnit 1.0 Readme - 0 views

  • SPUnit is (loosely) based on the xUnit family of Unit Test Frameworks. It is intended for testing MS SQL Server stored procedures using actual stored procedures.
Malcolm McRoberts

Javascript Unit Tests on Team Foundation Service with Chutzpah - Microsoft Application ... - 0 views

  • Significant investments were made in Visual Studio 2012 Unit Testing to make it extensible. A number of frameworks and test runners have built adapters for Visual Studio. Peter Provost maintains a list of Plugins here. For Javascript Unit Testing in Visual Studio, Matthew Mannela has released Chutzpah, an open source Javascript Test Runner.  Chutzpah has a test adapter for Visual Studio 2012. With this adapter, you can run QUnit & Jasmine tests in Visual Studio.
1 - 20 of 21 Next ›
Showing 20 items per page