Results 1 to 3 of 3

Thread: testing

  1. #1

    testing

    what is software testing?
    what is load runner,winrunner
    when floods come fishes eat ants
    when floods go down ants eat fish
    life is like that........

  2. #2
    what is google(!?)

  3. #3
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    Derrrrrrrrrrrrrrr

    Dunno Val, did u spel it rite

    OK I will assume that this question contains more than it actually says:

    SOFTWARE TESTING:

    1. Unit testing = do the bits of code do what they are supposed to
    2. System testing = do the various elements work properly when they are assembled into the application itself (might also be called "end-to-end testing")
    3. User Acceptance Testing = Does the application meet the end user requirements

    Then there are "alpha testing"...........bits of the system or a very rough first edition
    "beta testing"...........a pre release/production edition.

    1-3 generally refer to "in-house" development, alpha and beta usually refer to stuff sold as COTS (commercial off the shelf) software.

    As well as functionality, there are compatibility tests, like will it work with other software? for this you use a "reference machine" which is a PC that emulates your standard desktop for the environment concerned.

    There are also "stress tests" where you check that a roll-out of the software will work in the existing environment, or what hardware enhancements/purchases you are going to have to budget for.

    OMG!...............I did not realise that I could describe maybe a quarter of my life in so few sentences

    Cheers

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •