Archive
Wednesday, 10. April 2019
1
vote

Some notes on Testinsight Issues
The Wiert Corner
– So I won’t forget: [WayBack] sglienke / TestInsight / issues / #82 – Not work with active test project — Bitbucket When you have a project group that has multiple TestInsight enabled projects, the active one is being used. When there is no active TestInsight project in a project group, ...
0
votes

Containers and Testing: Friends or Foes?
blog.gurock.com
– This is a guest posting by Michael Solomon PhD CISSP PMP CISM Virtualized container use in software application development and deployment is increasing across nearly all industry verticals. Containers provide advantages of virtualization without draining computing resources. When used in the ...
1
vote

ILockable/TLockable/Lockable. Similar to IManaged in Spring4D, but provides a Locked interface.
The Wiert Corner
– Had to use this to start solving threading issues in a project I inherited a while ago in a temporary way before doing a huge refactoring. Will likely need it in the future as well: ILockable/TLockable/Lockable. Similar to IManaged in Spring4D, but provides a Locked interface.. ...