Submitted Questions

  • What will you bring for the company?

    What will you bring for the company if you are selected?

    Star Read Best Answer

    Editorial / Best Answer

    mithun_maxpayne  

    • Member Since Feb-2008 | Feb 27th, 2008


    Well....If I would get a chance to serve this company,I'll try to make the things better in which project I would assigned..and I'll try to make a good environment to the company and I think things will be going more efficient in the company....

  • Ideal job

    What is your Ideal Job?

  • 3 Important Things

    What are the 3 things that are important in your job?

    himanshuj1088

    • Sep 19th, 2010

    1. More and More learning opportunities.
    2. Transparent system having fair judgment, so that one should be satisfied with
    the reason whatever happened... ( whether it is related to promotions or salary
    upliftment or any other matter)
    3. Congenial environment so that I can live my life.

  • Test cases for check box

    How to write test cases for Check boxes?Give some sample test cases.Give some sample test cases for drop down list box in a GUI.

    Star Read Best Answer

    Editorial / Best Answer

    kurtz182  

    • Member Since Nov-2009 | Dec 13th, 2009


    CHECK BOXES

    1) Physical location and arrangement on page
    2) Labels associated with each check box
    3) Check box grouping follows requirement and makes sense
    4) Initial focus and tab order
    5) Active or inactive state (grayed out) per business rules
    6) Can check and uncheck boxes
    7) Validation when controls are required for submission
    8) Corresponding data is successfully captured in database
    9) Controls follow state management rules when navigating between pages


    DROP DOWN LIST BOX

    1) Physical properties (location, height, width)
    2) Corresponding label
    3) Initial focus and tab order
    4) Displays all items without truncations
    5) Can select and submit only one item in the list at any given time
    6) Validation when control is required for submission
    7) Each item in list is selectable and can be submitted
    8) Corresponding data is sucessfully captured in database
    9) Control follows state management rules when navigating between pages

    Srikanth Dasuri

    • Aug 30th, 2011

    1) check the availability of the check box on application.
    2) check the functionality of check box by Enabling.
    3) check the functionality of check box by Disabling.

    kurtz182

    • Dec 13th, 2009

    CHECK BOXES1) Physical location and arrangement on page2) Labels associated with each check box3) Check box grouping follows requirement and makes sense4) Initial focus and tab order5) Active or inact...