tim_drury
Active Participant
Member since ‎2008 Nov 16

User Statistics

  • 122 Posts
  • 18 Solutions
  • 2 Kudos given
  • 6 Kudos received

User Activity

I love test driven development (TDD) and lately I've had a need to re-learn groovy scripting for CI pipeline customization. I've also needed to learn node.js (and npm) as well as Python. Can I not apply test driven development to learn new languages ...
I want to purge my SVN repository (to remove code history). According to the Import/Export tab of my Code Exchange project: If you want to import a new repository, you must first clear this repository by removing and adding the Source/SVN tool. Go t...
Can we choose any license (BSD, Apache-2, etc.) for the code in a Code Exchange project or is there a limitation?-tim
Run NetWeaver Developer Studio (NWDS).  Note this can also be done in plain old Eclipse with the exception that the NetWeaver server jars will need to be added as a project dependency; this will be shown when we get to that step. Select File -> ...
I’ve found soapUI to be an invaluable tool for testing web services in SAP Manufacturing Execution (ME) (SDN wiki page).  However, running tests manually is tedious so I began thinking of a way to automate the process.  Thankfully the soapUI develo...