Interview Questions, Answers and Tutorials

Month: October 2012

GUI Testing

GUI testing is a process to test the application’s user interface and to make sure that it confirms the design requirements. 1. Text Box a. Move the Mouse Cursor over all Enter-able TextBoxes. The cursor should change from an arrow to Insert Bar. b. If it doesn’t then the text in the box should be grey or non-update-able. c. Try to overflow the text by typing too many characters. d. Enter invalid characters – Letters in amount fields, try strange characters like +, – *, etc. in All fields. e. SHIFT and Arrow should Select Characters. Selection should also be Read More

Test Case for E-Commerce Site (login)

LOGIN-1: Normal User Login Purpose:Test that users can log in to the system with the proper user ID and password. Prerequisites:The user is not logged into the system. The user account ‘test.user’ exists and is in good standing. Test Data:User ID: test.userPassword: testing_answers Test Steps:1. Visit the Login page.2. Enter the User ID stated above.3. Enter the Password stated above.4. Click the Submit button. Verify Results:5. The user is logged into the user administration page. Post-Test:6. Click the Logout button. 7. Notes and Questions. LOGIN-2: Invalid User ID Purpose:Test that a user receives an error message when they attempt to Read More

Test Case for E-Commerce Site (Validation)

Field Input – 1: Maximum Length UserId Purpose:Test that users can only put in a maximum length of characters for input fields. Prerequisites:The user is not logged into the system. The user account ‘test.user’ exists and is in good standing. Test Data:User ID: Put over 40 Characters.Password: testing4U Steps:1. Visit the Login page.2. Enter the User ID stated above.3. Enter the Password stated above.4. Click the Submit button. Verify Results:5. The user will receive an Error message “User ID must have a maximum length of 40”. Post-Test:6. Notes and Questions.Field Input – 2: Maximum Length Password Purpose:Test that users can Read More

Test Case for E-Commerce Site (Security)

SECURITY-1: Administrator User Role Purpose: Test that an administrator user can log in to the system and access only the link page for system administrators. Prerequisites: The user is not logged into the system. The administrator user account exists in good standing and is set up with an administrator role. Test Data: User ID: admin.role Password: testing4U Steps: 1. Visit the Login page. 2. Enter the User ID stated above. 3. Enter the Password stated above. 4. Click the Submit button. Verify Results: 5. The user is directed to the administrative link page. Post-Test: 6. Click the Logout button. 7. Read More