POV-Ray : Newsgroups : povray.off-topic : More poor planning Server Time
15 Nov 2024 03:21:57 EST (-0500)
  More poor planning (Message 41 to 50 of 55)  
<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>
From: Stephen
Subject: Re: More poor planning
Date: 20 Nov 2007 09:30:00
Message: <web.4742ede57ad347ee726bd13c0@news.povray.org>
Invisible <voi### [at] devnull> wrote:
> Stephen wrote:
> > Kyle <hob### [at] gatenet> wrote:
> >>> Are you the White Rabbit?
> >> No.  This is...
> >>
> >> http://www.jobsearch.co.uk/
> >
> > LOL
> >
> > Take the hint, Andrew :)
>
> Heh. Well, I have actually tried that particular site before and not
> found anything of any use. But I certainly get the hint...
>
> (Today I'm writing an unecessarily long and complex plan document
> describing in absurd detail how we're going to test a trivial 2-page
> Haskell program. I really wish to God I was working somewhere else right
> now!)

You can generally shorten test scripts by using a spreadsheet or a table with a
layout that details:
Test Step |Test action & Instruction(s) | Field/Variable data / input | Expected
Results | Output | Passed/Failed

Of course you modify the script to suit the tests.

Stephen


Post a reply to this message

From: Invisible
Subject: Re: More poor planning
Date: 20 Nov 2007 09:53:07
Message: <4742f4d3$1@news.povray.org>
Stephen wrote:
> Invisible <voi### [at] devnull> wrote:
>> (Today I'm writing an unecessarily long and complex plan document
>> describing in absurd detail how we're going to test a trivial 2-page
>> Haskell program. I really wish to God I was working somewhere else right
>> now!)
> 
> You can generally shorten test scripts by using a spreadsheet or a table with a
> layout that details:
> Test Step |Test action & Instruction(s) | Field/Variable data / input | Expected
> Results | Output | Passed/Failed
> 
> Of course you modify the script to suit the tests.

Well, let's put it this way: The plan is 17 pages long, and I haven't 
even said what the tests are yet! o_O

Basically there's a standard template for writing test plans. It's 
designed for huge complex systems, and the thing I'm testing is tiny. So 
I've already spend ages deleting all the stuff that's not applicable. 
And it's *still* 17 pages of whaffle.

(This is who we are, this is what the software is, this is were it's 
going to be used, this is who is going to use it, this is who will test 
it, this is what the software is for, this is what we do currently, this 
is why software testing is necessary, this is what the tests attempt to 
demonstrate, this is all the things the testing won't cover, this is 
what we'll do if any tests fail, this is what we'll do if we ever alter 
the software, this is the list of documents that will be produced during 
the test process, etc.)

Believe it or not, that bundle I just wrote there? It's incomplete. (!)


Post a reply to this message

From: Stephen
Subject: Re: More poor planning
Date: 20 Nov 2007 10:40:01
Message: <web.4742ff4b7ad347ee726bd13c0@news.povray.org>
Invisible <voi### [at] devnull> wrote:
> Stephen wrote:
> > Invisible <voi### [at] devnull> wrote:
> >> (Today I'm writing an unecessarily long and complex plan document
> >> describing in absurd detail how we're going to test a trivial 2-page
> >> Haskell program. I really wish to God I was working somewhere else right
> >> now!)
> >
> > You can generally shorten test scripts by using a spreadsheet or a table with a
> > layout that details:
> > Test Step |Test action & Instruction(s) | Field/Variable data / input | Expected
> > Results | Output | Passed/Failed
> >
> > Of course you modify the script to suit the tests.
>
> Well, let's put it this way: The plan is 17 pages long, and I haven't
> even said what the tests are yet! o_O
>
> Basically there's a standard template for writing test plans. It's
> designed for huge complex systems, and the thing I'm testing is tiny. So
> I've already spend ages deleting all the stuff that's not applicable.
> And it's *still* 17 pages of whaffle.
>
> (This is who we are, this is what the software is, this is were it's
> going to be used, this is who is going to use it, this is who will test
> it, this is what the software is for, this is what we do currently, this
> is why software testing is necessary, this is what the tests attempt to
> demonstrate, this is all the things the testing won't cover, this is
> what we'll do if any tests fail, this is what we'll do if we ever alter
> the software, this is the list of documents that will be produced during
> the test process, etc.)
>
> Believe it or not, that bundle I just wrote there? It's incomplete. (!)

Right! As if anyone ever reads that. I know the sort of template you mean.
Here we have to write design documents about what we are going to do before we
do it and get it authorised by QA. But if there is even a minor change then the
doc has to be re-evaluated and all work on it stops until it goes to the next
status. That sounds fine until you realise that most configure-ers are allowed
to prototype before submitting the design to QA.
Hint, put in a deliberate mistake that you can take out to keep QA happy :)



Stephen


Post a reply to this message

From: Invisible
Subject: Re: More poor planning
Date: 20 Nov 2007 10:48:43
Message: <474301db$1@news.povray.org>
Stephen wrote:
> Invisible <voi### [at] devnull> wrote:
>> Well, let's put it this way: The plan is 17 pages long, and I haven't
>> even said what the tests are yet! o_O
>>
>> Basically there's a standard template for writing test plans. It's
>> designed for huge complex systems, and the thing I'm testing is tiny. So
>> I've already spend ages deleting all the stuff that's not applicable.
>> And it's *still* 17 pages of whaffle.
>>
>> (This is who we are, this is what the software is, this is were it's
>> going to be used, this is who is going to use it, this is who will test
>> it, this is what the software is for, this is what we do currently, this
>> is why software testing is necessary, this is what the tests attempt to
>> demonstrate, this is all the things the testing won't cover, this is
>> what we'll do if any tests fail, this is what we'll do if we ever alter
>> the software, this is the list of documents that will be produced during
>> the test process, etc.)
>>
>> Believe it or not, that bundle I just wrote there? It's incomplete. (!)
> 
> Right! As if anyone ever reads that.

Trust me, QA does. :-S (And usually they manage to find some minor typo 
somewhere so they can reject the entire document and make me resubmit it 
all over again. Or perhaps just complain I used the wrong size 
paperclips...)

> I know the sort of template you mean.
> Here we have to write design documents about what we are going to do before we
> do it and get it authorised by QA. But if there is even a minor change then the
> doc has to be re-evaluated and all work on it stops until it goes to the next
> status.

Fun, isn't it?

Oh, did I mention? The actual *testing* needs to happen before 1 Dec 
2007. No pressure or anything. I've never actually written a full test 
document for software before, but now's a fine time to learn. :-S

> Hint, put in a deliberate mistake that you can take out to keep QA happy :)

Yeah. I am *so* not trying that...


Post a reply to this message

From: Invisible
Subject: Re: More poor planning
Date: 20 Nov 2007 10:51:24
Message: <4743027c$1@news.povray.org>
Invisible wrote:

> Fun, isn't it?
> 
> Oh, did I mention? The actual *testing* needs to happen before 1 Dec 
> 2007. No pressure or anything. I've never actually written a full test 
> document for software before, but now's a fine time to learn. :-S

Damnit, Benny was right - I *don't* get paid enough for this stuff! :-P


Post a reply to this message

From: Stephen
Subject: Re: More poor planning
Date: 20 Nov 2007 11:05:01
Message: <web.474304fa7ad347ee726bd13c0@news.povray.org>
Invisible <voi### [at] devnull> wrote:
> Stephen wrote:
>
> > I know the sort of template you mean.
> > Here we have to write design documents about what we are going to do before we
> > do it and get it authorised by QA. But if there is even a minor change then the
> > doc has to be re-evaluated and all work on it stops until it goes to the next
> > status.
>
> Fun, isn't it?
>
> Oh, did I mention? The actual *testing* needs to happen before 1 Dec
> 2007. No pressure or anything. I've never actually written a full test
> document for software before, but now's a fine time to learn. :-S
>
> > Hint, put in a deliberate mistake that you can take out to keep QA happy :)
>
> Yeah. I am *so* not trying that...


better write the script as you are running a pre-test test.

Stephen


Post a reply to this message

From: Gail Shaw
Subject: Re: More poor planning
Date: 20 Nov 2007 12:27:00
Message: <474318e4@news.povray.org>
"Invisible" <voi### [at] devnull> wrote in message
news:4742b3d3@news.povray.org...

> Am I missing something obvious here??

There's budget in the pool allocated to servers, but none in the budget pool
allocated to desktops.

Try my place for size. Getting an additional 2 TB of storage added to the
SAN that's used by 3 servers is just a matter of sending an email to one
person. Is approved and will be available after the year end freeze ends.
However I've been trying, unsuccessfully, for 2 years to get an additional
40GB hard drive in my desktop.


Post a reply to this message

From: Orchid XP v7
Subject: Re: More poor planning
Date: 20 Nov 2007 13:17:58
Message: <474324d6@news.povray.org>
Gail Shaw wrote:
> "Invisible" <voi### [at] devnull> wrote in message
> news:4742b3d3@news.povray.org...
> 
>> Am I missing something obvious here??
> 
> There's budget in the pool allocated to servers, but none in the budget pool
> allocated to desktops.

Mmm, I think Gail has something here...


Post a reply to this message

From: Orchid XP v7
Subject: Re: More poor planning
Date: 20 Nov 2007 13:21:53
Message: <474325c1@news.povray.org>
Stephen wrote:


> better write the script as you are running a pre-test test.

QA would go balistic... heh.

Mind you, it seems that over at HQ, they design and develop- wait, do 
they? Oh well, anyway, they develop the software, get some people to try 
it for a few months, check it does what they want, and *then* write a 
set of user requirements that exactly match the product they developed.

In other words, all their fancy high-end policy documents about 
"validation will encompass the entire product development lifecycle from 
initial requirements gathering through implementation to eventual 
retirement" is a complete fabrication.

If anyone in my class at uni did that, they got their work rejected. If 
the UK did that with something we developed, there would be an outcry. 
But for HQ, it's perfectly OK to completely disregard their own rules 
whenever it's not convinient to follow them any more.

These people make me sick...


Post a reply to this message

From: Tom Austin
Subject: Re: More poor planning
Date: 20 Nov 2007 13:42:35
Message: <47432a9b$1@news.povray.org>
Gail Shaw wrote:
> "Invisible" <voi### [at] devnull> wrote in message
> news:4742b3d3@news.povray.org...
> 
>> Am I missing something obvious here??
> 
> There's budget in the pool allocated to servers, but none in the budget pool
> allocated to desktops.
> 
> Try my place for size. Getting an additional 2 TB of storage added to the
> SAN that's used by 3 servers is just a matter of sending an email to one
> person. Is approved and will be available after the year end freeze ends.
> However I've been trying, unsuccessfully, for 2 years to get an additional
> 40GB hard drive in my desktop.
> 
> 

That can be easy to solve.  Just have a few leftover HDs from a server 
upgrade.  Or do they track everything that closely.



Tom


Post a reply to this message

<<< Previous 10 Messages Goto Latest 10 Messages Next 5 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.