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 |
Test Case for Text Editor!
write test case for pen cap if it is not present?
Suppose a job should be executed for every two hours? Write test case for this?
is test case required to be baselined?
How to write test scenarios for a Web application, with an example?
3 Answers Deloitte, LiveTech, TCS,
write a navigation for object repostory
How to write test cases for lift?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?
2.6.3 User Interface Different Polls could be present at different channels, pages within channels, and at home page. User interface for Poll will be as described below: - Beneath poll current result(running status) to be shown in graphical form(say progressing bar chart) all the time, in same window as poll. - Link ""All Polls >>"" to take user to Polls home page which will have all the active polls with results underneath. - All the polls not older than one month will come under Active polls category. - User can take Active open polls, but cannot react to Active closed polls. Can only view results of active closed polls. - No Interactives available for polls - "Add a comment", "Rate" - Registered User can take a poll only once, after that only result is shown to user. To unregistered user it will be open. 2.6.4 Interfacing/Sourcing Details - Polls is going to be a separate module, an internal application, which editor/admin can publish. - Admin/Editor should be able to publish polls on separate channels, pages. Assign closure dates. - Admin/Editor can upload images, change look n feel, add a brand, link/url to it. - System to capture user details(screen name/name, id, email id), do loyalilty points calculation and add to user loyality points. 2.6.5 Rules and Conditions Unless assigned a closure date, by default all Polls will be open for 30 days. this is the SRS how to write the test cases for the above functionalities help me
write testcase for sql table? this is the question asked by interviewer?
Please share all possible positive and negative test cases for SQL reporting services.