How many test cases can u write
1) File - open dialog box
in notepad
pleasse write
Answers were Sorted based on User's Feedback
Answer / ss chennai
we can write test case for this functionality in 3 different
ways.
1) by mouse action -
2) by special keys like - Alt + or Ctrl +
3) by tab keys
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / asha
1. Check if the notepad can be opened or not.
2. Check if the menu "File" in the notepad exists.
3. Check if the file-open can be taken.
4. When file-open is clicked, check if the open dialog box
is coming up.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / adarsh
1-Verify open dialog box appears, when user clicks the open
option from the file menu or user hits Ctrl + O keys.
2-Verify “File Name” combo box is in enable state or not?
3-Verify “Files of Types” combo box is in enable state or not?
4-Verify “Encoding” combo box is in enable state or not?
5-Verify “Open” button is in enable state or not?
6-A) Verify if user selects an existing file (text file) and
click open button it opens or not and open dialog box closes
or not?
B) Verify all files with any extensions are opened or file
with (.txt) extension is opened.
7-Verify “Cancel” button is in enable state or not?
8 – Verify when user clicks the Cancel button, user
navigates back to notepad window or not?
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chitra
1.Check whether the system supports Notepad or not.
2.Click on windows button and select for notepad and click
on to open.
3.Click on Run tab and enter for notepad.It should open.
4.Click on notepad shortcut icon if any.it should open.
5.After successful opening of notepad,check for Menu bar
option.
6.On menu bar select for File button and click to open
dialog box.
7.Dialog box should open.In dialog box select the option
for Open button.
8.After selecting the option the cursor should be
highlighted on the screen of notepad.
9.After clicking on to Open button,by default it should
open blank page to edit.
10.Check for the functionality of edit on the screen.
Is This Answer Correct ? | 6 Yes | 4 No |
Answer / gautham
Hello guys There are all normal test cases that even 10th
standard student can write.See here is the really and some
special test cases that no has thought
1.Open a notepad then write a some contents in that then
useing backspace key delete all the contents then close the
application.then observe whether the not pad application
will prompt a dialogue box for saving the contents before it
closing the application.
2.open a note pad write somthing and close it.then rename it
and give blank name then test
Is This Answer Correct ? | 2 Yes | 1 No |
how to write the test cases in excel format
Can anybody post the format of a Requirement Traceability Matrix. And how to include this RTM in the reqirement document.?
How would you test a cup and or pencil?
What is component testing?
How you test IP address
maximum length of testcase
wat is mutation testing ?
Please give me some example of the test cases to test the Google map search
what all are available test cases for Search engine NLP (Sixth sense).
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
write a test case for yahoo compose page?