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.



If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) E..

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

Post New Answer

More Manual Testing Interview Questions

You find a bug and the developer says “It’s not possible” what do u do?

7 Answers  


what is thread Testing

2 Answers  


2. The prime benefit of testing is that it results in improved defects a. True b. False

4 Answers  


8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations

2 Answers   Nucleus Software,


What is difference in between operating system 2000 and os xp?

0 Answers  






How to identify the gaps in the system

1 Answers  


define benhmarks in black box testing...

2 Answers  


Is integration testing is a validation testing ?

1 Answers  


What is HTTP and TCP/IP

3 Answers   AZTEC,


Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.

0 Answers  


Had u done the Web Application Testing ? if yes then what is the difference between Web App. Testing & Desktop testing? Apart from technical part what difference did u find while testing?

2 Answers  


1. Regression& Retesting 2. What is usability testing? 3. Functionality testing 4. On what basis you will write the test cases 5. do you written the test scripts also 6. where do you store the test cases 7. where do you execute the test cases. 8. Do you prepare the requirements.

1 Answers   QA,


Categories