• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Testing the deliverables

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello:

Does anyone know anything about how Sun tests our deliverables?
I'm doing a stress test to the Data.java database gateway and I don't know if there are more systematic way of doing this??

Moreover, are we certain that Sun only tests our Biz logic (e.g., rent roo, vecate room, etc.) or is it possible that they will bypass that and do it using the implemented DB interface (Data.java)?

Any thoughts are welcome. Anyone who wants to share test scripts, etc. is welcome too.
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Assume they test everything and try to destroy it, that way you will not be caught redhanded if you left a bug in there.

Better safe than sorry, why potentially loose time and money for rework and resubmission?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic