Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Unit Test Driver

Unit Test Driver

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpcomdesigntesting
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    David Veeneman
    wrote on last edited by
    #1

    I wanted to pass along a plug for a product I bought several months ago, and that I'm very pleased with. I'm not related to the developer and don't have any financial interest in his product--I'm just a customer. The product is TestRunner, and the developer calls itself Mailframe. Their web address is http://mailframe.net/[^]. TestRunner is an NUnit UI that is fully integrated into VS.Net. Nothing remarkable about that. But the product has built-in code coverage analysis and basic code profiling. The code coverage is the reason I bought this package. It does a good job summarizing coverage in its UI, and showing detail in the VS IDE. The profiling shows at a glance which lines in covered code take the most time. So long as you get good code coverage, the profile data will give a pretty good idea where your code bottlenecks are. Mailframe sells the package for $49, which seems very reasonable to me, given the services provided by the software. Definitely worth a look if, like me, you have decided against VSTS but still need code coverage analysis and code profiling. David Veeneman www.veeneman.com

    M R 2 Replies Last reply
    0
    • D David Veeneman

      I wanted to pass along a plug for a product I bought several months ago, and that I'm very pleased with. I'm not related to the developer and don't have any financial interest in his product--I'm just a customer. The product is TestRunner, and the developer calls itself Mailframe. Their web address is http://mailframe.net/[^]. TestRunner is an NUnit UI that is fully integrated into VS.Net. Nothing remarkable about that. But the product has built-in code coverage analysis and basic code profiling. The code coverage is the reason I bought this package. It does a good job summarizing coverage in its UI, and showing detail in the VS IDE. The profiling shows at a glance which lines in covered code take the most time. So long as you get good code coverage, the profile data will give a pretty good idea where your code bottlenecks are. Mailframe sells the package for $49, which seems very reasonable to me, given the services provided by the software. Definitely worth a look if, like me, you have decided against VSTS but still need code coverage analysis and code profiling. David Veeneman www.veeneman.com

      M Offline
      M Offline
      Marc Clifton
      wrote on last edited by
      #2

      Does it do code coverage and profiling of code outside of the unit tests---meaning, can I just run the app and it will tell me what the coverage and performance is, or is it restricted to methods being tested? Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

      D 1 Reply Last reply
      0
      • D David Veeneman

        I wanted to pass along a plug for a product I bought several months ago, and that I'm very pleased with. I'm not related to the developer and don't have any financial interest in his product--I'm just a customer. The product is TestRunner, and the developer calls itself Mailframe. Their web address is http://mailframe.net/[^]. TestRunner is an NUnit UI that is fully integrated into VS.Net. Nothing remarkable about that. But the product has built-in code coverage analysis and basic code profiling. The code coverage is the reason I bought this package. It does a good job summarizing coverage in its UI, and showing detail in the VS IDE. The profiling shows at a glance which lines in covered code take the most time. So long as you get good code coverage, the profile data will give a pretty good idea where your code bottlenecks are. Mailframe sells the package for $49, which seems very reasonable to me, given the services provided by the software. Definitely worth a look if, like me, you have decided against VSTS but still need code coverage analysis and code profiling. David Veeneman www.veeneman.com

        R Offline
        R Offline
        Ryan Roberts
        wrote on last edited by
        #3

        Testdriven .NET[^] supports coverage in the new version and supports alternative unit testing frameworks. It's free too :) Ryan

        "Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette

        D 1 Reply Last reply
        0
        • M Marc Clifton

          Does it do code coverage and profiling of code outside of the unit tests---meaning, can I just run the app and it will tell me what the coverage and performance is, or is it restricted to methods being tested? Marc Pensieve Some people believe what the bible says. Literally. At least [with Wikipedia] you have the chance to correct the wiki -- Jörgen Sigvardsson

          D Offline
          D Offline
          David Veeneman
          wrote on last edited by
          #4

          Profiling applies to the code that is covered--code isn't profiled if it isn't tested. David Veeneman www.veeneman.com

          1 Reply Last reply
          0
          • R Ryan Roberts

            Testdriven .NET[^] supports coverage in the new version and supports alternative unit testing frameworks. It's free too :) Ryan

            "Michael Moore and Mel Gibson are the same person, except for a few sit-ups. Moore thought his cheesy political blooper reel was going to tell people how to vote. Mel thought that his little gay SM movie about his imaginary friend was going to help him get to heaven." - Penn Jillette

            D Offline
            D Offline
            David Veeneman
            wrote on last edited by
            #5

            Aaaah! That's new since the last time I looked. Another excellent alternative. Come to think of it, who's buying VSTS? Anyone know how well VSTS is selling? David Veeneman www.veeneman.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups