If there is a button called Edit button.
1) Editing can be done by double clicking the object
2) Editing can be done by pressing Edit button
3) Editing can be done by pressing Alt+E key
Then Should I have to write 3 different test cases for
editing object?
What should I do so that I 'll not miss the any
functionality while testing.
Answer / revati
Yes, you will have to write 3 different test cases for the
above mentioned conditions. But those would be your
positive test cases.
You will have to write different negative test cases as
well.
Like,
1. what if there is a single click
2. combinations of diferebt letter keys with ALT
3. combinations of function keys
4. enter key and so on..
| Is This Answer Correct ? | 6 Yes | 0 No |
what is the testing process followed in your company?
what is the difference between onshore and off shore
How to test the functionality & UI of an application which is in a different language other than English as part of Localization Testing.
in web application , what are the common "browser compatabality issues " that you have across.?
what are the testing appraoch that you have tested for Bread toaster
What is the difference between bug , error and defect ? Explain with example. 2... What is diff between test approach , test strategy, Test plan and test methodology documents? 3...How to test a website with manual testing? 4. What methodologies have you used to develop test cases?
13 Answers Infosys, SCI, Wipro,
Which is the cost effective model between V Model and Waterfall model and V model and Spiral model
what is difference between bug and defect who will find bug and who will find out defect ..(Like developer or tester)?
What is software development Life Cycle (SDLC)? where exactly the Testing activity begin in SDLC?
Need to know about Quality Center in brief
Difference between Black box and White box testing?
can you please tell me what is field validation and form validation in details,how is this perform