What is usability testing? What are the usability test
cases for 'Save As' option in Notepad?
Answers were Sorted based on User's Feedback
Answer / sushmitha
usability testing is defined as testing he application
whether it is user friendly or not......
click on file,"save as" option will appear.......
now click on save as option he corresponding page will be
displayed.........
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ruturaj
usability testing is nothing but to test s/w against
usability criteria:
Ease of learning, efficiency, satisfactions, memorability.
put the cursor on save as option.
the tool tip should come as "save as".
click on save as option. the desired page should come out to
save the document.
Is This Answer Correct ? | 9 Yes | 8 No |
Answer / mamuni.4002@gmail.com
Usability testing is nothing but to test application to check how easy to use and useful for a new user.
TC for "Save as" option in note pad:-
1.click on file option.
2.select save as option.
3.Enter desire file name and type of the file.
4.Choose desire location where do u want to locate your file.
5.Click on save button.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dinnu
1.enter some data in note pad.
2.click on file option.
3.select "save as" option.
4.save the file with ur desired name and in ur desired
location.
5.the file should be stored in the ur desired location withe
desired name.
Is This Answer Correct ? | 0 Yes | 1 No |
write the test cases for traffic signal and sensor doors.
Please guide me for Add new user test cases
Do you write test plan and test case?
what is difference between repeatable and reusable test case?and what is self cleaning test cases?
Can any one please tell me what is the use of negative test cases when we are giving the invalid input in test data
While creating test data for testing an application, where exactly test data should be crated as in excel file or can we crate test data in database ?
what is scenario? how to write scenario?
How to write test cases for payment gateway.
Can anybody tell test cases for the following condition? In a railway reservation form, 4 types of ticket ranges are there like a) age up to 3, NO TICKET. b) age up to 7, HALF TICKET. c) age up to 60, FULL TICKET. d) age from 61, SENIOR CITIZEN QUOTA. if you enter age into the text box the relevant message should be displayed..... Eg. FULL TICKET.
What is the difference between test scenarios, test cases, and test script?
This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4
Explain the glass box testing?