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 testing information

Unit testing information

Scheduled Pinned Locked Moved The Lounge
testingcombeta-testingtoolsquestion
15 Posts 8 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.
  • L Lost User

    I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

    B Offline
    B Offline
    BrockVnm
    wrote on last edited by
    #2

    I went through this a few months ago and found Marc Clifton's articles to be of great help. You should make sure to read the links at the bottom also. Marc's amazing Unit testing article I also found this to be an interesting read. http://www.informit.com/articles/article.asp?p=379759&rl=1 Enjoy :jig:


    There are 10 kinds of people in this world. Those who understand binary and those who don't. We shouldn't assume something's debugged just because everyone in the whole world has access to the source code.

    L 1 Reply Last reply
    0
    • B BrockVnm

      I went through this a few months ago and found Marc Clifton's articles to be of great help. You should make sure to read the links at the bottom also. Marc's amazing Unit testing article I also found this to be an interesting read. http://www.informit.com/articles/article.asp?p=379759&rl=1 Enjoy :jig:


      There are 10 kinds of people in this world. Those who understand binary and those who don't. We shouldn't assume something's debugged just because everyone in the whole world has access to the source code.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #3

      Thanks Brock :) The tigress is here :-D

      N 1 Reply Last reply
      0
      • L Lost User

        I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

        G Offline
        G Offline
        Graham Bradshaw
        wrote on last edited by
        #4

        Trollslayer wrote: It's for C test cases. If it compiles, just ship it out. Paying customers will soon tell you when it doesn't work right. * ducks *

        T 1 Reply Last reply
        0
        • L Lost User

          I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

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

          Trollslayer wrote: Can anyone suggest tutorials, information etc.. It's for C test cases. Gee, it's nice to get referrals. Thanks Brock! There's also the other pieces of the series under Articles/Unit Testing here.[^] (also on CP, but what the heck). Some of this may be more theory than practical. C, you say? Hmmm. What tool are you using? Have you looked at this?[^] This[^] was amusing--unit testing in C in 4 lines of code! ;P Marc My website
          Latest Articles: Object Comparer String Helpers

          L 1 Reply Last reply
          0
          • G Graham Bradshaw

            Trollslayer wrote: It's for C test cases. If it compiles, just ship it out. Paying customers will soon tell you when it doesn't work right. * ducks *

            T Offline
            T Offline
            Tom Archer
            wrote on last edited by
            #6

            Exactly! After all, Microsoft already tested it: 0 errors 13,483 warnings! Time to ship that bad boy!

            1 Reply Last reply
            0
            • M Marc Clifton

              Trollslayer wrote: Can anyone suggest tutorials, information etc.. It's for C test cases. Gee, it's nice to get referrals. Thanks Brock! There's also the other pieces of the series under Articles/Unit Testing here.[^] (also on CP, but what the heck). Some of this may be more theory than practical. C, you say? Hmmm. What tool are you using? Have you looked at this?[^] This[^] was amusing--unit testing in C in 4 lines of code! ;P Marc My website
              Latest Articles: Object Comparer String Helpers

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #7

              At the moment I'm still finding out the scope of the project but it looks like creating a whole tool, either extending an existing tool or starting from scratch. Hopefully it will get scoped out in the next week or so. Thanks for the help Marc :hug: Elaine (grateful fluffy tigress) The tigress is here :-D

              1 Reply Last reply
              0
              • L Lost User

                I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                B Offline
                B Offline
                Blake Miller
                wrote on last edited by
                #8

                We use the "NUnit .Net unit testing framework" at Wonderware. http://sourceforge.net/projects/nunit[^]

                1 Reply Last reply
                0
                • L Lost User

                  I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                  A Offline
                  A Offline
                  Andrew Walker
                  wrote on last edited by
                  #9
                  1 Reply Last reply
                  0
                  • L Lost User

                    I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                    N Offline
                    N Offline
                    Nish Nishant
                    wrote on last edited by
                    #10

                    I haven't done unit testing yet - gotta learn all that stuff - been meaning to for a while.

                    1 Reply Last reply
                    0
                    • L Lost User

                      I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                      N Offline
                      N Offline
                      Nish Nishant
                      wrote on last edited by
                      #11

                      Amazing!!! My replies don't appear!!!

                      1 Reply Last reply
                      0
                      • L Lost User

                        I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                        N Offline
                        N Offline
                        Nish Nishant
                        wrote on last edited by
                        #12

                        Hmmm - my post vanished!!!

                        1 Reply Last reply
                        0
                        • L Lost User

                          Thanks Brock :) The tigress is here :-D

                          N Offline
                          N Offline
                          Nish Nishant
                          wrote on last edited by
                          #13

                          BTW my replies to the first post in your thread don't appear ;-(

                          1 Reply Last reply
                          0
                          • L Lost User

                            I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                            N Offline
                            N Offline
                            Nish Nishant
                            wrote on last edited by
                            #14

                            Test Reply - 1

                            1 Reply Last reply
                            0
                            • L Lost User

                              I've got the task of writing a unit test system (woohoo ! Real software !). Can anyone suggest tutorials, information etc.. It's for C test cases. Thanks. Elaine :rose: The tigress is here :-D

                              N Offline
                              N Offline
                              Nish Nishant
                              wrote on last edited by
                              #15

                              Test Reply - ignore

                              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