PostgreSQL Unit Test

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • osman7king
    New Member
    • Sep 2010
    • 61

    PostgreSQL Unit Test

    I use Postgresql 9.1 and I need a unit test to ensure my work. So, is there a unit test to do that in a simple way?

    THANKS
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    what do you want to test?

    Comment

    • osman7king
      New Member
      • Sep 2010
      • 61

      #3
      Stored procedures, functions and may be triggers.

      Comment

      • rski
        Recognized Expert Contributor
        • Dec 2006
        • 700

        #4
        Did you try pgTap tool?

        Comment

        • osman7king
          New Member
          • Sep 2010
          • 61

          #5
          I'm wroking on windows and I think pgTap is not available for windows. right?

          THANKS.

          Comment

          • rski
            Recognized Expert Contributor
            • Dec 2006
            • 700

            #6
            You are probably right.

            Comment

            • osman7king
              New Member
              • Sep 2010
              • 61

              #7
              So, how can I test my work?
              is there any unit test for windows?

              THANKS.

              Comment

              Working...