Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Test Case for Notepad Application within the Test Cases forums, part of the Software Testing category; Dear Sir, Actually I want the Test case For Notepad application and in that included only Menu like File,edit & Format for these option i want test case for each ...
|
|||||||
|
|||
|
Test Case for Notepad Application
Dear Sir,
Actually I want the Test case For Notepad application and in that included only Menu like File,edit & Format for these option i want test case for each and every option. Regards, Anil |
| The Following User Says Thank You to gunjalanil For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: Test Case for Notepad Application
Hi gunjalanil,
We can write more number of test case on notepad application.The basic conept is to validate menu 1) File 2) Edit 3) Format 4) View 5) Help Each of these menu has submenu ,i can give you brief description how to start writting test cases. For Menu Validate the click of each menu corresponding to relevant result.Say if you open file menu and hit on new,the notepad should open blank file and cursor blinking on the top righten corner Eg: test case Test case No: TXXXX Test scenario :Validating menu option -- > if you open file menu and hit on new,the notepad should open blank file and cursor blinking on the top righten corner Expected Result : What you get as a output Actual Result : Notepad succesfully opened new file Similarly you can validate for submenu and other menu For Shortcut For this you need to know the shortcut for each function say if you want to open new file you can hit Ctrl+N.Do the same for other shortcuts. Unless and untill you understand each and every function on notepad you can't write test cases.Please navigate and find the functionality to built test cases in similar way. Cheers, Sridevichitthu |
|
|||
|
Re: Test Case for Notepad Application
To test Notepad Application :
Functional Test Cases : 1) new page should be blank and cursor on beginning of first line. 2) the application allows typing 3) the application allows saving 4) the application allows opening a saved instance 5) validate menus and submenus 6) type of data that can be saved (numeric, alphanumeric, special chars) 7) editing the saved data(changing the font size, type, deleting, adding) and saving the changes. 8) saving a blank file. 9) validate file name : renaming file/keeping the default name/duplicate file name/sp chars in filename Non-functional Test Cases : 1) do performance testing by opening, say, 100 instances of notepad (possibly by using an automated tool) and determining the response time. 2) check max length of data. |
|
|||
|
Re: Test Case for Notepad Application
Hi there,
Iam also new to testing and learning to write test cases. I started it in a way by first checking out all the file option and then moving on to other menu items. While clearly writing test cases for all the options in one menu say in file, write test cases for new,open, save etc. Silmilarly do for other options. Thanks kiran |
|
|||
|
Re: Test Case for Notepad Application
Hi minni,
Negative test case for notepad can be written as like dis.. 1.open a new notepad -- new notepad should be opened 2.enter the text in the notepad -- it should allow the text to be entered 3.Try to close the notepad without saving -- it should not allow u to close directly. Instead it should prompt a dialog box saying "Do u want to save the changes"?. like wise prepare few more scenarios and write the test cases.. Hope dis might be useful to u.. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is exact difference between use case ,test scenario and test case? | srinu.tenali | Testing Templates | 14 | 05-07-2009 07:05 AM |
| Use case statement and Test Case | JobHelper | Testing Issues | 4 | 01-16-2009 02:48 AM |
| Design Test Case in such Application | vijenjoy2k2 | Test Cases | 6 | 07-08-2008 03:40 AM |
| Diff bet Test Strategy, test plans and test case | vikas_goel28 | Testing Issues | 4 | 03-02-2008 10:56 AM |
| Opening notepad in QTP &Writing of Test Result in Notepad. | suneetham | QTP | 3 | 02-08-2008 11:35 AM |