Re: OFF TOPIC: Introduction

2019-12-05 Thread Dale Newfield
On Dec 5, 2019, at 8:58 PM, Zahid Rahman wrote: > > I dislike the concept of Javadoc for same reason that documents are > generated from the code which flies in the face of best software > development practice as I understand it. Are well written javadoc on a Java Interface a reasonable compromi

Re: OFF TOPIC: Introduction

2019-12-05 Thread Zahid Rahman
The code had already undergone two tests. 1. Electrical Rig tests. 2. Physical Rig Tests. Which showed the code meets the customer requirements. The unit test step was the third step . Unit tests are written by independent developers. But not by looking at the procedure parameters and return val

Re: OFF TOPIC: Introduction

2019-12-05 Thread Martin Gainty
DOB correct if the dev isnt willing to verify their code works with at least one unit test then whats the point of development? dave did you see the case of the pacemaker's recording of heart electrical activity solved a homicide in Australia? https://www.smh.com.au/national/pacemakers-electric

convention plugin Issue

2019-12-05 Thread Zahid Rahman
Hi, On this page https://struts.apache.org/plugins/convention/#setup if I have com.example.actions.HelloWorld.java and uk.mypackage.actions.HelloWorld.java with url http://localhost:8080/hello-world then uk.mypackage.actions.HelloWorld.java execute is run. If I have uk.example.actions.HelloWo

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
Hi, > "None of us are resistant to new ideas or ways of looking at things" Happy LEARNING https://www.robotshop.com/uk/37-modules-sensor-kit-arduino.html https://www.raspberrypi.org/ https://beagleboard.org/bone On Wed, 4 Dec 2019 at 14:11, Dave Newton wrote: > On Wed, Dec 4, 2019 at 07

Re: Black Box Tesing v White Box Testing

2019-12-05 Thread Zahid Rahman
On one occasion I had to make use of external procedure (dynamic link library (DLL)) on a database. The Oracle documents showed,Oracle database provides two ways of interacting with host operating system. PL/SQL which can create and write files to disk or a developer can create dll (in C or other