Page 1 of 2 12 LastLast
Results 1 to 20 of 28

Thread: How many of testers have done it?

  1. #1
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Thumbs up How many of testers have done it?

    Hi friends,

    Really true question.

    How many of you have written the step to reproduce a bug which you got from the server? I mean when open user use a website and get some server error, server make a log of this error and send a mail to admin, if this mail is forwarded to you, can you write the step? and how many of you have done it?

    If the question is not clear to any of you, you may ask to me.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  2. #2
    Junior Member
    Join Date
    Feb 2008
    Answers
    25

    Re: How many of testers have done it?

    Ya recently i have reported a bug.
    Opera has released a web browser for mobile phone.
    Version 4.1 which is still in beta stage.
    They have claimed that using new version of webbrowsed we can attach files from mobile phone when i tried it .it has a bug.
    Whenever i attached a file of any type,instead of original file the web browsed is attaching html file of 1 kb.
    To report any bug they has give option for bug reporting.
    I have reported this bug using this bug reporting tool.
    With steps to reproduce the bug.
    The website is operamini.com
    thanks and regards
    trainee tester


  3. #3
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How many of testers have done it?

    Quote Originally Posted by trainee_tester View Post
    Ya recently i have reported a bug.
    Opera has released a web browser for mobile phone.
    Version 4.1 which is still in beta stage.
    They have claimed that using new version of webbrowsed we can attach files from mobile phone when i tried it .it has a bug.
    Whenever i attached a file of any type,instead of original file the web browsed is attaching html file of 1 kb.
    To report any bug they has give option for bug reporting.
    I have reported this bug using this bug reporting tool.
    With steps to reproduce the bug.
    The website is operamini.com
    thanks and regards
    trainee tester
    Friend,

    What so ever you have replied, comes user beta testing when user reports the bugs.
    My question was for professional testers when they are working on a web project, user get the server error, but don't report it.

    In this case also, we get a server mail, but we have no steps to reproduce, we have to write them.

    As per my knowledge, rarely any tester do this, that's what i want to confirm, because I am doing it.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  4. #4
    Junior Member
    Join Date
    Apr 2008
    Answers
    1

    Re: How many of testers have done it?

    hi
    can u reply me for this question u asked....regards Harri


  5. #5
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How many of testers have done it?

    I am not getting you harri.

    I have explained the answer in my question it self, now it's like a survey question, that how many testers are doing it, or have done it?

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  6. #6
    Contributing Member
    Join Date
    May 2008
    Answers
    32

    Re: How many of testers have done it?

    Quote Originally Posted by jainbrijesh View Post
    Friend,

    What so ever you have replied, comes user beta testing when user reports the bugs.
    My question was for professional testers when they are working on a web project, user get the server error, but don't report it.

    In this case also, we get a server mail, but we have no steps to reproduce, we have to write them.

    As per my knowledge, rarely any tester do this, that's what i want to confirm, because I am doing it.
    Hi,

    If i understood you correctly, you are referring to the logs which usually are stored somewhere in the logs directory of your server.
    Basicaaly the steps to reproduce will not be present in the log file, but you can always get the root cause of the failure with the help og these log files.
    Hence attaching these log reports iwith your bug report will be of lots of help.

    Thanks
    Sabarish S


  7. #7
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How many of testers have done it?

    nice answer.

    But only log file is not sufficient to reproduce the bug. It is just like a help, but not a proper solution. That's why tester needs to write step.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  8. #8
    Junior Member
    Join Date
    Apr 2007
    Answers
    5

    Re: How many of testers have done it?

    i did not get that oppurtunity to write the steps for the logs..and logs will be very technical


  9. #9
    Junior Member
    Join Date
    Mar 2008
    Answers
    2

    Re: How many of testers have done it?

    yes, i had written complete steps to recreate


  10. #10
    Expert Member
    Join Date
    Nov 2006
    Answers
    518

    Re: How many of testers have done it?

    This procedure of writing TCs out of the mails from the server is a common process as far as I know. I have done that quite a few times. Mostly such TCs were categorized as Regression tests.

    But I have a question. I want to understand from jainbrijesh, what is this survey aiming at.

    Lack of WILL POWER has caused more failure than
    lack of INTELLIGENCE or ABILITY.

    -sutnarcha-

  11. #11
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How many of testers have done it?

    Hi sutnarcha,

    This survey aims only that is it comes under testing to write test cases from server log/mails or not.

    I think it is not the testing part, but we can generally adds it in testing. I just want to see whether it is common practice or in some companies only.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  12. #12
    Junior Member
    Join Date
    Jun 2008
    Answers
    3

    Re: How many of testers have done it?

    Hi Brijesh Jain,
    Its totally depends on what type of testing you are doing. If you are working on Functional Testing you should always concentrate on Application Functional Flow. I mean you should see how end-user's can complete one end-to-end transaction.

    But it is really required one who are working on System testing ( early testing before depolyed into FAT environments ). System testing test cases should cover end-to-end as well as each service events behaviour.

    So it is really useful if someone follow Brijesh Jain's ideas to incorporate the steps in test cases.

    Please someone correct If I am wrong.

    Thanks

    Last edited by keshavacp2008; 06-13-2008 at 06:31 AM.

  13. #13
    Junior Member
    Join Date
    Jun 2008
    Answers
    20

    Re: How many of testers have done it?

    Hi all,

    It is very important for a tester to reproduce a bug, for that tester need to write all the steps along with all the settings which will helpful to the devlapor to fix, ex. if one is doing the functional testings it is better he should provied his test procedure steps and observation and all.prm file.


  14. #14
    Junior Member
    Join Date
    Jul 2007
    Answers
    14

    Re: How many of testers have done it?

    Hi all have written the step to reproduce a bug which you got from the server? Its hard to replicate how ever depends on the particular functionality. So we take screen shots and do a regression and in the bug tracking tool assigned it as not replicable.


  15. #15
    Junior Member
    Join Date
    Jul 2008
    Answers
    1

    Re: How many of testers have done it?

    Hi

    To me this question is not clear,can you break it into small pieces then i will collect it.

    Ntwana


  16. #16
    Junior Member
    Join Date
    Jun 2008
    Answers
    2

    Re: How many of testers have done it?

    Hi,

    ocassionally we will face this situ in UAT .. and simple we will add the tc and for steps will be formed from the log we recieved..

    but intially we cant go 4 these type of tc s....

    Regards.
    KVM
    B Simple B Sample--------------




    Quote Originally Posted by jainbrijesh View Post
    Hi friends,

    Really true question.

    How many of you have written the step to reproduce a bug which you got from the server? I mean when open user use a website and get some server error, server make a log of this error and send a mail to admin, if this mail is forwarded to you, can you write the step? and how many of you have done it?

    If the question is not clear to any of you, you may ask to me.



  17. #17

    Re: How many of testers have done it?

    Hi Jain,,
    Its really a nice qn...Becoz Juniors like me can hav get knowledge through ur experience,,Thanx a lot,,can u explain elaborately how to reproduce tht knida bug???tht ll be more helpful...plz do post tht...


  18. #18
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: How many of testers have done it?

    Quote Originally Posted by RanjeetaRajendran View Post
    Hi Jain,,
    Its really a nice qn...Becoz Juniors like me can hav get knowledge through ur experience,,Thanx a lot,,can u explain elaborately how to reproduce tht knida bug???tht ll be more helpful...plz do post tht...
    Hi,

    It all depends on your error guessing. More you will learn it with your real experience.

    Regards,
    Brijesh Jain
    ---------------------------------------------------------
    Connect with me on Skype: jainbrijesh
    Google Plus : jainbrijeshji

  19. #19
    Junior Member
    Join Date
    Apr 2009
    Answers
    2

    Re: How many of testers have done it?

    hi all,
    i'm not able to understand the question fully.
    can some one help me out?
    i will give mycomments below
    In my Exp i got several times "Server Error " and i logged a bug for the same
    In my opinion nobody can't give the Exact repro steps for this because it is consistent and you may get in different scenarios.
    Even you get mail from admin regarding the log details also you may not be able to identify the root cause for that in manty cases.
    i feel For developers also its challenging thing some times to find the root cause
    Can some one validate my ans and correct me if any thing wrong?


  20. #20
    Junior Member
    Join Date
    Jul 2009
    Answers
    1

    Re: How many of testers have done it?

    im the fresher in testing. will i get jobs in this recession


Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact