Slashdot Mirror


User: Hey_Bliss

Hey_Bliss's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. My 0.02 VEB on Automated Software QA/Testing? · · Score: 1

    I do not think a single approach is fit for every aspect of software testing, as you well say one can consider at least user interface and business logic to be two separate independent items (and it is a good programming technique to keep them as separate as possible as well.) anyhow, I certainly beleive programming bussines logic is better tested via automated software, since the rules for it's input and responses are well defined mathematical and logical rules that can be very thoroughly and quickly analized via software catching errors in the infinitessimal that the human eye would just not catch at first glance.

    Currently I do not use any pre-made testing software for my development projects and I would do well to find one, what I do is to give the bussiness rules and the api or ways to call my program to a friend programmer to code a quick test program to try different valid and invalid values plus border values (the frontier between valid and invalid) and then check if the result is correct.
    I give this to an indipendant programer because if any flawed logic on my part (other than typing bugs) causes erroneous data it is very possible I'll apply the same flawed logic to test the code and thus consider a really invalid response as a valid one, using a different codder to come with the test code should apply some safeguard to this situation.

    User interfaces themselves are another totally different aspect.. there is a data correctness aspect which can be tested automatically or by a codder who understands the system in which you'd basically test if the data entered on the UI is passed correctly to the system, and if the data returned by the system is displayed correctly by the UI. But the UI also has very different aspects which are ergonomics, and ergonomics can only be tested by humans, and by the final users of the system per se. As programmers we do not always create software for programmers (in fact less than 5% of my projects are ever intended to be used by programmers), for the rest we create software for administrators, HR, ITs, Engineers, Managers, Cashiers, etc etc etc.. the work flow and tought process of different professions are different as well, also as non experts on the area of application there are details either small or huge we can miss, the order of work might differ from what is needed, and also responses could come in places where they are not usefull. For that it is always better to have a small group of end users, prefferably ones you can trust in (beleive me otherwise it can QUICKLY turn into hell for you and them) to test the system and come back to you with any suggerences and errors they find.. also more people on the system produce a higer chance of finding mistakes (misplaced items, misspellings, etc), than a single person would miss (man hours count a lot for a large system testing.).

  2. Re:The website... on Odeon Orders Takedown Of Copycat Site · · Score: 2, Insightful

    Ahem, I think you're missinterpreting the poster, it is most surely a joke since it's been a long fight on the side of dissabled (specially blind) people to make sites created wholly in flash to provide other formats that are readable by screen readers (be they braile or text to speech) which flash, last time I checked, was not.

  3. Re:The flip side of the coin. on Atomic Veterans Speak Out · · Score: 1

    It has to be the darkest moment in American history.

    Saddly, I've seen this same phrase being said a lot of times already about different events alongside american history...

  4. Re:Sample of the code on Reducing Electricity Bills For Buildings With XML · · Score: 1

    You might be a genius but your XML is malformed...

  5. Re:I'm lost on Gmail in the News · · Score: 1

    There is something else... that nobody has said... The nickname!!! With places as common worldwide as Google, Slashdot and the rest, the sooner you log in, the more chance you have to end with jack@gmail.com than jack-1972-31-999253-i-am-jack-yes-jack@gmail.com So far a few thousand persons at most will have a gmail account... there must still be LOTS of wanted nicks free!!!

  6. Re:I understand... but WHY on slashdot? on Schizophrenia Experiences and Suggestions? · · Score: 1

    Because it takes one to recognize one....

  7. Re:The Real Father of DOS &Windows on Andy Tanenbaum on 'Who Wrote Linux' · · Score: 1

    And by the way if you search well and wide (Google for gods sake goooooglee!!!) you'll find out that P/CM was latter open sourced so you can find the source around the net, I still have a copy in my HD somewhere around... pretty nifty OS it was, ran lovely on my epson qx-10

  8. Re:Potential Problems on Gmail Users Get A Storage Boost [updated] · · Score: 1

    The important point in here is not whethever data is compressed or not, but whethever the quota is calculated over the disk size or the original size... it would be possible to quota on both, and Google could well do to quota on the original size rather than the disk size (they are after all very able programmers and have shown so a lot of times) and pray that most theyr users store mostly texts :) they can still swap in more storage if needed.