1. Honore Mahugnon
  2. PowerBuilder
  3. Tuesday, 15 June 2021 15:45 PM UTC

Hello,
Is there a unit testing library for Powerbuilder 17 or 19 or a new version of PBUnit or Powerunit ?

Luca Arena Accepted Answer Pending Moderation
  1. Thursday, 8 September 2022 13:51 PM UTC
  2. PowerBuilder
  3. # 1

Hello!

I know I'm a bit late but I found this post just now.

If you want you can try my rough PbTest tool which is available on GitHub: https://github.com/pbfriend/pbtest

I built it with PB2017, it should run well also with PB2019.

Cheers,
Luca

Comment
There are no comments made yet.
Olan Knight Accepted Answer Pending Moderation
  1. Tuesday, 15 June 2021 15:51 PM UTC
  2. PowerBuilder
  3. # 2

You can always create a new library and place it just under the library that holds the APPLICATION, which is always listed first in the Library List.

Library List:
appname.pbl
new_unit_testing.pbl       <---- you created this and placed it here in theLibrary List
app_lib1.pbl
app_lib2.pbl
app_lib3.pbl
app_lib4.pbl
.

.

.


Place your new code in NEW_UNIT_TESTING.PBL and it will take precedence over any object that has the same name in any library below it in the Library List.

 

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.