Results 1 to 6 of 6

Thread: GUI Testing

  1. #1
    Junior Member
    Join Date
    Jun 2006
    Answers
    1

    GUI Testing

    Please can anyone explain Gui testing ad methods used for this kind of testing.


  2. #2
    Junior Member
    Join Date
    Dec 2007
    Answers
    13

    Re: GUI Testing

    Gui software testing is the process of testing a product that uses a graphical user interface, to ensure it meets its written specifications. This is normally done through the use of a variety of test cases. Testing gui applications most clients in client/server and web-based systems deliver system functionality using a graphical user interface (gui). When testing complete systems, the tester must grapple with the additional functionality provided by the gui. Guis make testing systems more difficult for many reasons: the event-driven nature of guis, unsolicited events, many ways in/many ways out and the infinite input domain problems make it likely that the programmer has introduced errors because he could not test every path. Available literature on testing guis tends to focus on tools as the solution to the gui testing problem. With few exceptions, papers on this topic pay little attention to gui test design but have concentrated on how automated regression-test suites can be built and maintained. One seminal paper [1] on the subject formulates a gui test strategy to detect errors and use tools to assist this process. [edit] test case generation to generate a ‘good’ set of test cases, the test designer must be certain that their suite covers all the functionality of the system and also has to be sure that the suite fully exercises the gui itself.


  3. #3
    Moderator
    Join Date
    Sep 2006
    Answers
    920

    Re: GUI Testing

    hi,

    GUI testing is basically page design testing. Consult your web designer, he will tell you the tips for testing GUI, if you are a fresher it is the best option.

    Along with design you should write test case for error msg and tool tips etc, they also comes under GUI.

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

  4. #4
    Junior Member
    Join Date
    Dec 2007
    Answers
    13

    Re: GUI Testing

    No Brijesh,
    It's Wrong. there is no need to consult this GUI testing to Web Designers. Testing the Screen is correct. what here to test is the Graphical User Interface are working according to the specification ( Text box enabled, List box loaded the data from Database, Button Action, Radio option, Bitmap image size, etc...) every thing should be notice.there is nothing to ask in this GUI to web designers


  5. #5
    Junior Member
    Join Date
    Feb 2008
    Answers
    16

    Re: GUI Testing

    GUI Check List
    i. Compliance for each application
    a. Application should be started by double clicking on the icon.
    b. Loading message should have information about application name, version number, icon etc.
    c. Main window of application should have same caption as the icon in the program manager.
    d. Closing of the application should result in “Are you sure?” message.
    e. Behaviour for starting application more than once must be specified.
    f. Try to start application while it is loading
    g. On every application, if application is busy it should show hour glass or some other mechanism to notify user that it is processing.
    h. Normally F1 button is used for help. If your product has help integrated, it should come by pressing F1 button.
    i. Minimize and restoring functionality should work properly
    ii. Compliance for each window in the application
    a. Window caption for every application should have application name and window name. Specially, error messages.
    b. Title of the window and information should make sense to the user.
    c. If screen has control menu, use the entire control menu like move, close, resize etc.
    d. Text present should be checked for spelling and grammar.
    e. If tab navigation is present, TAB should move focus in forward direction and SHIFT+TAB in backward direction.
    f. Tab order should be left to right and top to bottom within a group box.
    g. If focus is present on any control, it should be presented by dotting lines around it.
    h. User should not be able to select greyed or disabled control. Try this using tab as well as mouse.
    i. Text should be left justified
    j. In general, all the operations should have corresponding key board shortcut key for this.
    k. All tab buttons should have distinct letter for it.
    iii. Text boxes
    a. Move mouse to textbox and it should be changed to insert bar for editable text field and should remain unchanged for non-editable text field.
    b. Test overflowing textbox by inserting as many characters as you can in the text field. Also test width of the text field by entering all capital W.
    c. Enter invalid characters, special characters and make sure that there is no abnormality.
    d. User should be able to select text using Shift + arrow keys. Selection should be possible using mouse and double click should select entire text in the text box.
    iv. Radio Buttons
    a. Only one should be selected from the given option.
    b. User should be able to select any button using mouse or key board
    c. Arrow key should set/unset the radio buttons.
    v. Check boxes
    a. User should be able to select any combination of checkboxes
    b. Clicking mouse on the box should set/unset the checkbox.
    c. Spacebar should also do the same
    vi. Push Buttons
    a. All buttons except OK/Cancel should have a letter access to them. This is indicated by a letter underlined in the button text. The button should be activated by pressing ALT
    b. Clicking each button with mouse should activate it and trigger required action.
    c. Similarly, after giving focus SPACE or RETURN button should also do the same.
    d. If there is any Cancel button on the screen, pressing Esc should activate it.
    vii. Drop down list boxes
    a. Pressing the arrow should give list of options available to the user. List can be scrollable but user should not be able to type in.
    b. Pressing Ctrl-F4 should open the list box.
    c. Pressing a letter should bring the first item in the list starting with the same letter.
    d. Items should be in alphabetical order in any list.
    e. Selected item should be displayed on the list.
    f. There should be only one blank space in the dropdown list.
    viii. Combo Box
    a. Similar to the list mentioned above, but user should be able to enter text in it.
    ix. List Boxes
    a. Should allow single select, either by mouse or arrow keys.
    b. Pressing any letter should take you to the first element starting with that letter
    c. If there are view/open button, double clicking on icon should be mapped to these behaviour.
    d. Make sure that all the data can be seen using scroll bar.

    I think u r clear now.

    Thanks Anil Kumar


  6. #6
    Contributing Member
    Join Date
    Jul 2008
    Answers
    35

    Re: GUI Testing

    i approved your check list. good job.


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