wht are the possible test cases for save button in notepad?
Answers were Sorted based on User's Feedback
case1:if the notepad is fresh and going to save firs time
click save from file menu or by pressing Ctrl+s..
1.saveas dialog box should open with save and cancel button.
2.without giving name click on save button and sililarly
cancel button
3.open new notepad and try to save it with existing file
name.txt
4.check the extension of notepad after saving.
case2:if the document exiss and modifying then..
click on save from file menu or press ctrl+s
1.save dialog box should not open..it should save the
document and remain in that previous position..
2.After save the changes then check the save details in the
document.
GUI:
look,font,size,color,position of the button..
spelling of save on save button..
Is This Answer Correct ? | 38 Yes | 4 No |
Answer / hema
1. Check the size,color and positioning of the save button.
2. the name of the button should be save
3. the button should be in the notepad
4. check whether the button is enable in the notepad
5. check, while clicking the save button the data's in the
notepad should be saved in the corresponding database.
Is This Answer Correct ? | 15 Yes | 11 No |
While writting Test Cases test testers have to write what test inputs/data he/she is going to use
write the test cases for pen
13 Answers GE, NEDA,
How would you test a cup and or pencil?
Describe to me the Software Development Life Cycle as you would define it.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
if u have a application that is demo verson and u want to perches it if u have full version. Plz give me some test case for try to break the applicatin
Using the same code example as question 17,how many tests are required to achieve 100% branch/decision coverage? A. 1 B. 2 C. 3 D. 4
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
what are the inputs required for writing test cases
For how many days (or) weeks you will test a product or software?
what is scenario? how to write scenario?
What is Unit Testing ? What is Integration Testing ? What is acceptance testing ? What is Static testing? What is System testing? What is Load Testing? What is Smoke Testing? What is Soak Testing? What is Scalability Testing? What is Sanity Testing? What is Ramp Testing? What is Monkey Testing? What is Gray Box Testing? What is Functional Testing? What is Glass Box Testing? What is Dynamic Testing? What is Compatibility Testing? What is Concurrency Testing? What is Component Testing? What is Ad Hoc Testing? What is Agile Testing?