i have made a script how can i get feedbacik befor i sell it to track bugs???

Discussion in 'PHP' started by shuman202, Nov 24, 2012.

  1. #1
    hello guys,
    i have made a script and it's available online and I'm willing to sell it
    but before i sell it i want to track bugs to make sure it's ready
    i don't want to sell it and then get into the refund issue because the buyer found some bugs on it..
    what are the minimum tests i should do before i offer my script for sale??
    and i wish to find a place to send users to my demo and get some feedback to track bugs...
    best regards
     
    shuman202, Nov 24, 2012 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
    Test every single line in the script. You still can't assure that there are no bugs, but you can assure that there are no glaring bugs.

    Test it in every version of every one of the major browsers (for IE that means versions 6, 7, 8, 9 and 10).

    Whatever you do, someone will install it on a non-standard PHP configuration, and it won't work, or it will work but not as expected.
     
    Rukbat, Nov 25, 2012 IP
  3. shuman202

    shuman202 Well-Known Member

    Messages:
    638
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    Digital Goods:
    1
    #3
    thank you your reply is very helpful
    thank you for sharing
     
    shuman202, Nov 26, 2012 IP
  4. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #4
    You always can request ppl to test your product! that works better then try to find bugs yourselve, coz you know how the script works and what to do with it. New users don't have that and will see it as a new product!
     
    EricBruggema, Nov 26, 2012 IP
  5. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #5
    Bugs are normal in programs. All of your major software that costs thousands of dollars have bugs. Support your program...if a bug is found offer an update not a refund.
     
    NetStar, Nov 26, 2012 IP
  6. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #6
    I find it very useful to comment my code. I don't comment what I do but more why I do something. This will usually help me to detect any errors in the logic when it comes to bug fixing at some point in the future.
     
    stephan2307, Nov 26, 2012 IP
  7. jayleeh1989

    jayleeh1989 Peon

    Messages:
    97
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You should offer your script as a free "beta" trial to a certain amount of users who are able to test it. This was a few people will get the script for free and will find bugs for you.
     
    jayleeh1989, Nov 26, 2012 IP