Testing with utPLSQL

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ •

  • @DerPesse
    @DerPesse 3 роки тому +3

    Thank you so much for having us, Connor!
    Since this was an experiment, Jacek and I would really appreciate feedback:
    - Did you like the format?
    - Was it valuable for you?
    - Was it fun?
    - Did you learn something new?
    - Is it (the format, live-coding without a lot of preparation) something you'd like to see again/more?
    Reach out to us via social media

    • @kowal7907
      @kowal7907 3 роки тому +2

      Hi, the format and the content are really valuable. Besides substantive informations about the programming (testing in this case), we can observe your great workshop. And there is a question to you, Samuel: what text editor do you use on this film, to edit and launch PL/SQL code?

    • @kowal7907
      @kowal7907 3 роки тому +1

      OK, there was no question :) I found it in comments under another film on YT. It's "DataGrip von JetBrains".

    • @DerPesse
      @DerPesse 3 роки тому

      @@kowal7907 Thank you! Nice to hear it was valuable for you. Yes, the IDE is JetBrains DataGrip. It has its flaws but I like the "feel" of it and also the incredibly powerful intellisense (when the caches are up-to-date)

    • @SteveMoore1969
      @SteveMoore1969 3 роки тому

      I liked the format.
      You showcased utPLSQL as a very simple to use product which I was not expecting.

    • @DerPesse
      @DerPesse 3 роки тому

      @@SteveMoore1969 Awesome feedback, thank you! Let us know if you try it out!

  • @albertogonzalez5114
    @albertogonzalez5114 3 роки тому +2

    great session, thanks so much!

  • @s3rg3y666
    @s3rg3y666 3 роки тому +1

    Thanks Connor, it's very interesting... But, I've a question (maybe not related with video content), ¿which PL/SQL editor are you using in the video?.. I'm not able to idenfy it and I'll like to test it. Thanks again...

    • @fidelfs
      @fidelfs 2 роки тому

      He was using DataGrip from Jetbrains. It is an agnostic database tool. It is not difficult to learn, but you have to be open to surprises. What you know in Oracle has a different name some times. Functions and Procedures are found under "Routines".

  • @ketthos
    @ketthos 3 роки тому

    Hi, can i ask you the tool you used? SQL Developer? What about SQL Developer Unit Test default tool? Thanks

    • @fidelfs
      @fidelfs 2 роки тому +1

      It is called DataGrip from Jetbranins.

    • @pepealexandre
      @pepealexandre 2 роки тому +1

      After SQL Developer 21.4 the Unit Testing feature is desupported: "Oracle recommends using the SQL Developer extension for utPLSQL"

  • @the_qa_guy
    @the_qa_guy 3 роки тому +2

    Dropping the truths in this video:
    "Testing is (also) about getting the code into a testable state"
    "Make sure that your tests can fail"

  • @santoshpanigrahi205
    @santoshpanigrahi205 2 роки тому +1

    After 23 minute I am leaving this. Good with DBMS_OUTPUT and IDE unit test ..