Skip to main content

Home/ HealthcareMetadata/ Group items tagged performance test

Rss Feed Group items tagged

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

Record and run a web performance test - 0 views

  • Web performance tests are included in load tests to measure the performance of your web application under the stress of multiple users. You record a web performance test by browsing a website as if you were the end user.
Malcolm McRoberts

javascript - Event listeners & js-test-driver? - Stack Overflow - 0 views

  • You can use jQuery's load() function to load the HTML page you want to test. In your JSTestDriver test function: $('html').load('pageToLoad.html', function() { // load was performed - run your asserts here now }); However, since this uses a callback function, you might have to use an Async Test Case.
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
1 - 4 of 4
Showing 20 items per page