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 |
Deep structure testing is not designed to Option 1 examine object behaviors Option 2 exercise communication mechanisms Option 3 exercise object dependencies Option 4 exercise structure observable by the use explain deep structure testing
is it possible tht some one can provide me reading material it would be higly appriciated my email id is svit00ef27@yahoo.com thankx in advance
What is mean by Sanitation Testing?
Suppose a tester reports the bug to the developer and developer rejects it saying that the bug which is reported by tester is not a bug.In such a case what should a tester do?...Kindly answer this question ..
9 Answers Infinite Computer Solutions, PayPal,
How will you maintain your team to get proper Qty (I am lead for testing team)?
What is PLC testing? since there are job openings in this area Please let me know what it mean and some more related information.
write TestCases for Yahoo messenger ?
What are the basic concepts of database that a software tester should know?
What are the methods you followed, while doing black box testing???
What is change request,how u use it
What r the attribute of good software test?
In Satyam interview I have faced this question.Please answer me. The calculator is calculating like this: 1+1=2 2+2=5 3+3=6 4+4=9 5+5=10 ------ like this Prepare a bug report on this.