Page 1 of 2 12 LastLast
Results 1 to 15 of 25

Thread: Alittle beta testing help please

  1. #1
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545

    Alittle beta testing help please

    While I do the write up on the partly completed program can you guys have a play with it and see if you have any problems, you will need the .net framework (http://msdn.microsoft.com/netframework/), just post if you find a niggle.

    I am aware of when removing a product from order it doesnt replenish the stock amount.

    thanks in advance

    p.s No there is no virus in this.

    edit: Thanks ixion, now its a 0.0.2 beta
    Attached Files Attached Files


  2. #2
    Join Date
    13th March 2005 - 17:09
    Bike
    Mid 80s superbike, Mid 00s superbike
    Location
    Whangarei, without an F
    Posts
    2,658
    I'll test your little beater, what do you beat with it?
    Quote Originally Posted by Dean View Post
    Ok im coming out of my closet just this one time , I too kinda have a curvy figure which makes it worse beacuse im a guy. Well the waist kinda goes in and the bum pushes out. When I was in college the girls in my year would slap me on the arse and squeeze because apparently it is firm, tight... I wear jeans
    .....if I find this as a signature Ill hunt you down, serious, capice?

  3. #3
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Quote Originally Posted by HDTboy
    I'll test your little beater, what do you beat with it?
    Yea you can suck my cock any time you sexy beast

    (I preferr woman though...)


  4. #4
    Join Date
    26th February 2005 - 15:10
    Bike
    Ubrfarter V Klunkn,ffwabbit,Petal,phoebe
    Location
    In the cave of Adullam
    Posts
    13,624
    Click update with nothing entered gives an unhandled exception (value canot be null, parameter item). You need to test that the item feld contains a valid value and raise an exception if it dowhen the button is clicke doesn't
    Quote Originally Posted by skidmark
    This world has lost it's drive, everybody just wants to fit in the be the norm as it were.
    Quote Originally Posted by Phil Vincent
    The manufacturers go to a lot of trouble to find out what the average rider prefers, because the maker who guesses closest to the average preference gets the largest sales. But the average rider is mainly interested in silly (as opposed to useful) “goodies” to try to kid the public that he is riding a racer

  5. #5
    Join Date
    19th January 2005 - 11:00
    Bike
    none
    Location
    Tredding water
    Posts
    6,100
    I thought you said there was no virus in it?


    Just look what it did to me!!! I've been made a clone!!!

    Sever
    Now and forever
    you're just another lost soul about to be mine again
    see her, you'll never free her
    you must surrender it all
    And give life to me again
    Disturbed - Inside the Fire


  6. #6
    Join Date
    26th February 2005 - 15:10
    Bike
    Ubrfarter V Klunkn,ffwabbit,Petal,phoebe
    Location
    In the cave of Adullam
    Posts
    13,624
    Hm. I assumed that the file products.txt would be an ascii file containing product details? But it isn't this is what it contains

     ˙˙˙˙  System.Collections.ArrayList _items_size_version    1   
      NInventory Tracker, Version=1.0.1985.2439, Culture=neutral, PublicKeyToken=null %Inventory_Tracker.container+productId idnamepricequanityinstockdetails 

    0


    (the squares are just cos Notepad doesn't like displaying binary data). Is this what you expected ?

    How is the program supposed to work. Entering product data and clicking add doesn't add a new item as I expected. Is there suposed to be a help system? Or a menu system ?

    On a production system you'd want to make the text boxes for price and quantity smaller and ensure that only reasonable vlaues, correctly formatted can be entered
    Quote Originally Posted by skidmark
    This world has lost it's drive, everybody just wants to fit in the be the norm as it were.
    Quote Originally Posted by Phil Vincent
    The manufacturers go to a lot of trouble to find out what the average rider prefers, because the maker who guesses closest to the average preference gets the largest sales. But the average rider is mainly interested in silly (as opposed to useful) “goodies” to try to kid the public that he is riding a racer

  7. #7
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Quote Originally Posted by Ixion
    Click update with nothing entered gives an unhandled exception (value canot be null, parameter item). You need to test that the item feld contains a valid value and raise an exception if it dowhen the button is clicke doesn't
    I actually never thought of that

    maybe I should run myself as a nulled exception

    (thanks btw)


  8. #8
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Quote Originally Posted by Ixion
    Hm. I assumed that the file products.txt would be an ascii file containing product details? But it isn't this is what it contains

     ˙˙˙˙  System.Collections.ArrayList _items_size_version    1   
      NInventory Tracker, Version=1.0.1985.2439, Culture=neutral, PublicKeyToken=null %Inventory_Tracker.container+productId idnamepricequanityinstockdetails 

    0


    (the squares are just cos Notepad doesn't like displaying binary data). Is this what you expected ?

    How is the program supposed to work. Entering product data and clicking add doesn't add a new item as I expected. Is there suposed to be a help system? Or a menu system ?

    On a production system you'd want to make the text boxes for price and quantity smaller and ensure that only reasonable vlaues, correctly formatted can be entered
    Sorry no its just a silly assignment for class - we arent allowed to go to nuts with it

    Ah, we hadto use flat files so I basicly decided to serialize the data into the file to maintain the data structure 3dimensional arrays, would you like me to post the (very very messy code so you can have a gander?)

    as for formatting if you try to enter a string in an integer box it just says check values we arent (:|) allowed to use proper error handling yet so yea, I could make sub functions for it but its such a little pointless program it seems pointless, I'm used to working with C# C+ PEARL PHP SQL etc So normally I write large large re: 10's of thousands of lines of code and this is like a little 300word essay so I havent really tried so its my fault that its so shit, but would it scare you that its the best in the class?


  9. #9
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Anyway thanks for your help It seems good enough for now just to get my marks

    cheers.


  10. #10
    Join Date
    26th February 2005 - 15:10
    Bike
    Ubrfarter V Klunkn,ffwabbit,Petal,phoebe
    Location
    In the cave of Adullam
    Posts
    13,624
    Quote Originally Posted by John
    .., but would it scare you that its the best in the class?
    Very scarey!.

    I figured out the products.txt file, and was able to create an "order" for something. But I couldn't get the Process button to enable ? Should it.

    I can break it very easily, but that's understandable if there is no error trapping. I do this every day (almost), and if it can be broken I'll break it. But for a little example proggy like this it's not really sensible to test to commercial standards.
    Quote Originally Posted by skidmark
    This world has lost it's drive, everybody just wants to fit in the be the norm as it were.
    Quote Originally Posted by Phil Vincent
    The manufacturers go to a lot of trouble to find out what the average rider prefers, because the maker who guesses closest to the average preference gets the largest sales. But the average rider is mainly interested in silly (as opposed to useful) “goodies” to try to kid the public that he is riding a racer

  11. #11
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Yea, I'm now moving to third year level now(only 4 months into course) , he said I am making the code to complicated and then found out that I can program in C# + C+ then asked why I even bothered comming here, I agree.
    Ah, the products.txt is just a holder for the products that you add to the inventory the programs pathetic I hate it, I will let you have a play with some more of my stuff when I get it done..

    Here is the program outline (proccess doesnt work btw I disabled it)

    On another note, I am making a MSN/IRC type messenger system and was wondering if anyone would be interested in beta testing that - It is a basic VB server type application and would be for Kiwibiker (something for my portfolio)
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	sad.gif 
Views:	8 
Size:	15.2 KB 
ID:	11273  


  12. #12
    Join Date
    31st March 2005 - 02:18
    Bike
    CB919, 1090R, R1200GSA
    Location
    East Aucks
    Posts
    10,499
    Blog Entries
    140
    pity I didn't know about your abilities before and joined earlier then you could have "helped" me with my blasted compsci assignments...

    Oh well, if I fail again then I might ask you...
    Quote Originally Posted by Jane Omorogbe from UK MSN on the KTM990SM
    It's barking mad and if it doesn't turn you into a complete loon within half an hour of cocking a leg over the lofty 875mm seat height, I'll eat my Arai.

  13. #13
    Join Date
    18th November 2004 - 11:00
    Bike
    big gay1 that I am not licenced to use
    Location
    Whangarei
    Posts
    2,545
    Quote Originally Posted by Gremlin
    pity I didn't know about your abilities before and joined earlier then you could have "helped" me with my blasted compsci assignments...

    Oh well, if I fail again then I might ask you...
    What are you doing work for, when you have a bike - abet a badly treated one


  14. #14
    Join Date
    13th January 2005 - 11:00
    Bike
    fire breathin ginja ninja
    Location
    Taka, Aucka
    Posts
    6,419
    found a nasty bug...




    it's not mac friendly

  15. #15
    Join Date
    14th February 2005 - 17:33
    Bike
    .
    Location
    Auckland
    Posts
    1,718
    Quote Originally Posted by bugjuice
    found a nasty bug...




    it's not mac friendly
    AHA! LOLERIFIC!

    awesome

    actually I would bother testing it but it seems you have many a beta tester already. GL!
    I only posted this because of the global economic crisis

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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