Results 1 to 4 of 4

Thread: Differentiate the following Bugs

  1. #1
    Expert Member
    Join Date
    May 2007
    Answers
    146

    Differentiate the following Bugs

    Whether the following bugs are considered as Funtionality bugs and GUI bugs or which kind of bugs.


    1. Alert message req. On a menu such as apply, delete, submit for invalid values, special characters and if fields are blank.
    2. Command button such as cancel, apply, submit is not working.
    3. Length of a text field should be fixed or limited.
    4. Alert message req. On a menu when giving duplicate values.
    5. Alert message req. On a menu when entering values by changing case (uppercase and lowercase) of the string
    6. Due to funtionailty bugs Sr No. Of a field changes.
    7. Any command button such as submit, apply etc. Is disabled.
    8. After submitting entered values in a fields then fields contents values are still exist in the field.
    9. No workaround occur after clicking multiple times on a menu. For example suppose on clicking a delete button selected record is deleted but after that delete button is still enable and on clicking again and again nothing is done. 10. On selecting more than one records, command button does not gets enabled.
    11. No option for deleting more than one record.
    12. No scroll bar in a drop down or a list box when records are more than the given limit.
    13. Records are not sorted/alphanumeric in a drop-down or a list box.
    14. Reset/any command button required on a page.
    15. Maximize/Minimize Button on a Page is not working and disabled.

    Last edited by vijenjoy2k2; 01-04-2008 at 02:20 AM.

  2. #2

    Re: Differentiate the following Bugs.

    Hi,

    Most of the Bugs which you have mentioned are Functionality and GUI Defect, but it is identified as a certain type of defect based on the specification.

    1. Alert message req. On a menu such as apply, delete, submit for invalid values, special characters and if fields are blank.

    Answer: Both Functionality and GUI Defect

    2. Command button such as cancel, apply, submit is not working.

    Answer: Functionality Defect

    3. Length of a text field should be fixed or limited.

    Answer: Feild level Defect

    4. Alert message req. On a menu when giving duplicate values.

    Answer: Both Functionality and GUI Defect

    5. Alert message req. On a menu when entering values by changing case (uppercase and lowercase) of the string

    Answer: Functionality and GUI Defect

    6. Due to funtionailty bugs Sr No. Of a field changes.

    Answer: Functionality Defect

    7. Any command button such as submit, apply etc. Is disabled.

    Answer: Functionality Defect

    8. After submitting entered values in a fields then fields contents values are still exist in the field.

    Answer: GUI Defect

    9. No workaround occur after clicking multiple times on a menu. For example suppose on clicking a delete button selected record is deleted but after that delete button is still enable and on clicking again and again nothing is done.

    Answer: GUI Defect

    10. On selecting more than one records, command button does not gets enabled.

    Answer: Functionality and GUI Defect

    11. No option for deleting more than one record.

    Answer: Functionality Defect

    12. No scroll bar in a drop down or a list box when records are more than the given limit.

    Answer: GUI Defect

    13. Records are not sorted/alphanumeric in a drop-down or a list box.

    Answer: Functionality and GUI Defect

    14. Reset/any command button required on a page.

    Answer: Functionality Defect

    15. Maximize/Minimize Button on a Page is not working and disabled.

    Answer: GUI Defect


  3. #3
    Expert Member
    Join Date
    May 2007
    Answers
    146

    Re: Differentiate the following Bugs.

    Quote Originally Posted by sridharrganesan View Post
    Hi,

    Most of the Bugs which you have mentioned are Functionality and GUI Defect, but it is identified as a certain type of defect based on the specification.

    1. Alert message req. On a menu such as apply, delete, submit for invalid values, special characters and if fields are blank.

    Answer: Both Functionality and GUI Defect

    2. Command button such as cancel, apply, submit is not working.

    Answer: Functionality Defect

    3. Length of a text field should be fixed or limited.

    Answer: Feild level Defect

    4. Alert message req. On a menu when giving duplicate values.

    Answer: Both Functionality and GUI Defect

    5. Alert message req. On a menu when entering values by changing case (uppercase and lowercase) of the string

    Answer: Functionality and GUI Defect

    6. Due to funtionailty bugs Sr No. Of a field changes.

    Answer: Functionality Defect

    7. Any command button such as submit, apply etc. Is disabled.

    Answer: Functionality Defect

    8. After submitting entered values in a fields then fields contents values are still exist in the field.

    Answer: GUI Defect

    9. No workaround occur after clicking multiple times on a menu. For example suppose on clicking a delete button selected record is deleted but after that delete button is still enable and on clicking again and again nothing is done.

    Answer: GUI Defect

    10. On selecting more than one records, command button does not gets enabled.

    Answer: Functionality and GUI Defect

    11. No option for deleting more than one record.

    Answer: Functionality Defect

    12. No scroll bar in a drop down or a list box when records are more than the given limit.

    Answer: GUI Defect

    13. Records are not sorted/alphanumeric in a drop-down or a list box.

    Answer: Functionality and GUI Defect

    14. Reset/any command button required on a page.

    Answer: Functionality Defect

    15. Maximize/Minimize Button on a Page is not working and disabled.

    Answer: GUI Defect
    Thanks sridharrganesan for your answer but kindly tell me the reason why
    answer of questions Q1, Q2, Q4, Q5, Q10 and Q15 are both Functionality and GUI with details.


  4. #4

    Re: Differentiate the following Bugs.

    Hi,

    A Defect will both be Functionality and GUI Defect if the functional requirement is operational on par with the GUI Functionality. ie., the Functional requirement will be satisfied only if the Gui functionality performs properly. Following are the reasons below for the questions you asked in details:

    1. Alert message req. On a menu such as apply, delete, submit for invalid values, special characters and if fields are blank.

    Answer: Both Functionality and GUI Defect. Since display of message box is associated with GUI Functionality and also as per the functionality specification the alert message should be displayed for invalid values or blank values.

    4. Alert message req. On a menu when giving duplicate values.

    Answer: Both Functionality and GUI Defect. Since display of message box is associated with GUI Functionality and also as per the functionality specification the alert message should be displayed for duplicate values.

    5. Alert message req. On a menu when entering values by changing case (uppercase and lowercase) of the string

    Answer: Both Functionality and GUI Defect. Since display of message box is associated with GUI Functionality and also as per the functionality specification the alert message should be displayed for wrong casing.

    10. On selecting more than one records, command button does not gets enabled.

    Answer: Functionality and GUI Defect. Since Enabling or disabling of Command Button is one of the Gui funcitonality and also as per the functionality specification the when more records are selected command button has to be enabled

    15. Maximize/Minimize Button on a Page is not working and disabled.

    Answer: GUI Defect. You can either Maximize or minimize a button only when working with the GUI. Also, the resizing of a button will not have any concern with the functionality. Hence this defect is a GUI Defect alone.


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