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 |
Explain 5 Test Matrics?
Could any body tell me about 'Defferred test'?,please. when will we use 'Defferred test'? Who will use it?
What is UML and how to use it for testing?
Can anybody describe what might be the reasons or situations where the developer doesn't accept a bug as a bug , raised by tester ?
will any real time user send me any dummy r real time copy of traceability matrix. ref_it_ref@yahoo.co.in
how test cases are written in test direcror directly or u fetch from xls
Negative test cases for phone camera
If tester found some bugs in the application then which format they will send it to development team.
explain fault based testing technique.
What is Browser Compatabilty Testing? and How to do BCT testing?
wat is meant by frontend and backend testing
How will you deploy a web appln?i mean how will recive that build if it is web based(asp.net)?