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. General Programming
  3. C#
  4. Unit testing for DevExpress

Unit testing for DevExpress

Scheduled Pinned Locked Moved C#
csharpdesigntestingbusinessbeta-testing
5 Posts 4 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.
  • J Offline
    J Offline
    J Cod3r
    wrote on last edited by
    #1

    Hi All, I’m looking for a good Unit tester that can test both the UI and the business object models. We are using the DevExpress expressApps framework. I am aware of NUnit, MBunit, XUnit and TestDriven.net but I’m not sure what ties in the best with DevExpress. Thanks,

    K N D 3 Replies Last reply
    0
    • J J Cod3r

      Hi All, I’m looking for a good Unit tester that can test both the UI and the business object models. We are using the DevExpress expressApps framework. I am aware of NUnit, MBunit, XUnit and TestDriven.net but I’m not sure what ties in the best with DevExpress. Thanks,

      K Offline
      K Offline
      Kevin McFarlane
      wrote on last edited by
      #2

      Have you tried asking at the devexpress forums?

      Kevin

      J 1 Reply Last reply
      0
      • J J Cod3r

        Hi All, I’m looking for a good Unit tester that can test both the UI and the business object models. We are using the DevExpress expressApps framework. I am aware of NUnit, MBunit, XUnit and TestDriven.net but I’m not sure what ties in the best with DevExpress. Thanks,

        N Offline
        N Offline
        N a v a n e e t h
        wrote on last edited by
        #3

        I use devExress controls and tested it using NUnit. You need to implement some pattern like MVP/MVC and make your views humble. So you can test it easily. It's a huge topic and reading this[^] blog will give you some ideas. Just read his CAB series. It's worth reading.

        Navaneeth How to use google | Ask smart questions

        1 Reply Last reply
        0
        • K Kevin McFarlane

          Have you tried asking at the devexpress forums?

          Kevin

          J Offline
          J Offline
          J Cod3r
          wrote on last edited by
          #4

          Yes I have and no one has a single solution. Most of them are using a mixture of different unit testing software.

          1 Reply Last reply
          0
          • J J Cod3r

            Hi All, I’m looking for a good Unit tester that can test both the UI and the business object models. We are using the DevExpress expressApps framework. I am aware of NUnit, MBunit, XUnit and TestDriven.net but I’m not sure what ties in the best with DevExpress. Thanks,

            D Offline
            D Offline
            Dennis Garavsky
            wrote on last edited by
            #5

            Hello, You can use any unit tester with DevExpress, because they are not specific to any developer tool by design. We even have our own Unit test runner tool[^] Many of us are using it internally. As for testing eXpressApp Framework applications, I suggest you have a look at our own functional testing framework - EasyTest[^]. It was specially designed to test XAF applications and we have been successfull using it to test XAF releases internally for more than 6 years. BTW, EasyTest also can be used to test regular non-XAF applications build using DevExpress components. Please contact our Support Team[^] in case of any questions. Finally, I suggest you look at the Best practices of creating reusable XAF modules by example of a View Variants module extension[^] blog I recently wrote. You may be interested in it, because it also demonstrates how EasyTest can save you a lot of time. Thanks, Dennis DevExpress Support, R&D, .NET Application Frameworks

            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