Tell me the test cases for a search and replace
functionality in a microsoft document (.doc)?
Answers were Sorted based on User's Feedback
Answer / sreelekha adusumalli
Hi i see the above answers are mostly on navigation to find and replace window but not test caes to verify the window functionality.
Please see the positive and negative test cases i could jot down as per mu knowledge:
1. Check if the file selected is empty or has content. It should not be empty
2. Check if user is able to open the file
3. Check that CTRL+H opens the Find and replace window
4. Check if user is able to nvigate from edit menu to find and replace window
5. In the find and replace window, try clicking ok without any data
6. Try giving find and leave replace blank
7. Try giving replace text but leave find text blank
8. Verify cancel button functionality after giving find and replace texts
9. Verify Replace and Replace all buttons functionality
10. Verify closing the window by clicking red close button after giving values
11. Verify giving unmatched content in find text field
12. Verify trying undo after replacing some text
13. Verify saving document after replacing text
14. Verify closing documents after replacing text without saving
15. Verify the UI of the find and replace window as per requirement
16. Verify if user can open more than one find and replace windows
17. Verify if user can perform any other action on document when find and replace window is open
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ruhi
Open a already existing document with some content in it.
Case is replacing the word "testcase" with "TC"
1. Click on Edit menu tab and then click on Find.
2. A editable window pops up with various tabs on it
find,replace,and go to(default Find tab will be selected)
3. Corresponding to "Find what?" there exists a edit box
enter "testcase" in that and click "find next" button.
4. A pop-up message appears with message "Window finished
searching the document". Click OK button on this.
5. Click Replace tab on this and in replace with edit box
type "TC" and click "replace or replace all" buttons based
on your case.
6. A pop-up message appears with appropriate message.
combination of 2 or more points should be considered as
test cases and tested
| Is This Answer Correct ? | 8 Yes | 9 No |
Answer / mahi
Use Ctl+H for that.
It will give the feature of find n replace.
| Is This Answer Correct ? | 4 Yes | 7 No |
What is ofx testing?
Hi Please tell me about ERP Project how do describe in interview Please tell me details about this project my id is chiku_69@yahoo.in
Tell exact difference b/w Smoke and Sanity testing with example?
what is bottleneck of application?
how to write test case for ID CARD button in HOSPITAL MANAGEMENT INFORMATION SYSTEM. kindly do reply me.
How can you use technology to solve problem?
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
Which types of testing do u do in u r organisation.
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000
What are the main key components in web applications and client and server applications? And explain the differences between them?
can anyone tell me the different types of testing with starting letter A specify atleast 5 ?? eg: adhoc testing,alpha testing.
What is a Module?