Skip to main content

Home/ HealthcareMetadata/ Group items tagged unit

Rss Feed Group items tagged

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.
Malcolm McRoberts

Verifying Database Code by Using SQL Server Unit Tests - 0 views

  • Visual Studio Editions' Support for SQL Server Unit Tests The SQL Server unit tests feature, which was added in the December 2012 update of SQL Server Data Tools, allows you to create, modify, and run SQL Server unit tests in Visual Studio 2010 Professional and Visual Studio 2012 Professional and higher editions.
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

SQL Test - Unit Testing for SQL Server - 0 views

  • If you want to do test-driven development for databases, SQL Test is the place to start. It lets you write database unit tests in T-SQL and run them in SQL Server Management Studio.
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

Python Tools for Visual Studio - Documentation - 0 views

  • Python Tools for Visual Studio includes support for discovering, executing and debugging unit tests. This allows you to author your tests and run them without having to switch to a command prompt.
Malcolm McRoberts

SQL Test - Unit Testing for SQL Server - 0 views

  • $369 per user
  • If you want to do test-driven development for databases, SQL Test is the place to start. It lets you write database unit tests in T-SQL and run them in SQL Server Management Studio.
Malcolm McRoberts

Data as a service - Wikipedia, the free encyclopedia - 0 views

  • Data provided as a service was at first primarily used in Web mashups, but now is being increasingly employed both commercially and, less commonly, within organisations such as the UN.[4]
Malcolm McRoberts

Disease registry - Wikipedia, the free encyclopedia - 0 views

  • Disease or patient registries are collections of secondary data related to patients with a specific diagnosis, condition, or procedure
  • from simple spreadsheets that only can be accessed by a small group of physicians to very complex databases that are accessed online across multiple institutions.
  • An electronic medical record keeps track of all the patients a doctor follows but a registry only keeps track of a small sub population of patients with a specific condition.
  • ...6 more annotations...
  • Many of measures tracked are based on Evidence-based medicine and are defined and standardized by national organizations like the NCQA
  • Experts say that the United States wastes billions of dollars annually on medical treatments which may not work. But the financial and human consequences are also large when evidence exists but is not collected."
  • A few medical organizations here, like Kaiser Permanente, operate their own registries to good effect
  • The cost-effectiveness of a disease registry is related with the cost-effectiveness of prevention of specific medical conditions. Increasing compliance through a registry with preventive measures like children vaccination or colonoscopy screening can actually be a cost-saving measure
  • Registries can be associated with pay-for-performance (P4P) quality based contracts for individual doctors, groups of doctors
  • Medicare also started a 1.5% P4P contract based on health measures that can be tracked by disease registries
Malcolm McRoberts

What is Master Data? | Semarchy - 0 views

  • “Master Data is your business critical data that is stored in disparate systems spread across your Enterprise.”
  • Parties: represents all parties the enterprise conducts business with such as customers, prospects, individuals, suppliers, partners, etc. Places: represents the physical places and their segmentations such as geographies, locations, subsidiaries, sites, areas, zones, etc. Things: usually represents what the enterprise actually sells such as products, services, packages, items, financial services, etc. Financial and Organizational: represents all roll-up hierarchies used in many places for reporting and accounting purposes such as organization structures, sales territories, chart of accounts, cost centers, business units, profit centers, price lists, etc.
  • Transactional Data such as purchase orders, invoices or financial statements, is not usually considered master data since it actually registers a “fact” that happened at a certain point in time.
Malcolm McRoberts

Running Tests in Microsoft Test Manager - 0 views

  • Requirements Visual Studio Ultimate, Visual Studio Premium, Visual Studio Test Professional
  • After you have created any of the following types of automated tests by using Visual Studio, you can use Microsoft Test Manager or Visual Studio to run the tests: Unit tests. Coded UI tests. Load tests.
  • Running automated tests: You can run tests directly from Visual Studio, from Microsoft Test Manager, from Team Foundation Build, or from the command line. You can use mstest.exe to run your automated tests from the command line, or you can use tcm.exe to import your test methods into test cases. You can then run the test cases for specific configurations from the command line and save the results for the appropriate test plan.
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

Running automated tests from the command line - 0 views

  • Visual Studio 2012 includes the following command-line tools for testing purposes: VSTest.Console.exe You can use the VSTest.Console.exe program to run automated unit and coded UI tests from a command line. VSTest.Console.exe is optimized for performance and is used in place of MSTest.exe in Visual Studio 2012. MSTest.exe You can use the MSTest.exe program to run automated tests in a test assembly from a command line. MSTest is used for load tests and for compatibility with Visual Studio 2010 test projects. MSTest can also be used to view the test results from these test runs, save the results to disk, and save your results to Team Foundation Server. TCM.exe Tcm.exe is a command-line utility that lets you perform the following tasks: Import automated tests into a test plan Run tests that are part of a test plan from the command line View a list of test items and their corresponding IDs to use when you import tests or run tests You can also use tcm.exe to run test cases with associated automation from the command line using a test environment.
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

This is Stuff: JavaScript Testing with JSTestDriver - 0 views

  • Js-test-driver is an open source JavaScript unit tests runner written in Java. The project was started at Google and is under active development. It is available under Apache License 2.0 license
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server.
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server.
  • ...8 more annotations...
  • s-test-driver is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Continuous Integration and MavenIntegration with Jenkins continuous integration server (previously known as Hudson) was described by Christian Johansen on his blog.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
  • Maven integration can be achieved with jstd-maven-plugin. The plugin assumes that the server with captured browsers is already running somewhere. It is not able to start the server by itself.
1 - 20 of 22 Next ›
Showing 20 items per page