What is Forward and Backward compatibility? How will you
write test cases for compatibility testing?
Answer / mudaseer
for example an application developed on android 2.2 can be
also be compatible on 2.3 this is forward compatibility
testing and an application developed android 2.3 can be
compatible on android 2.2 this is backward compatibility
testing
we don't write separate test case for different platform but
we execute same test case for different plat forms
| Is This Answer Correct ? | 12 Yes | 0 No |
Suppose wihile we are doing testing..A bug is reproduced what will be the necessary action taken by the tester?
How will you assign priorities to test cases?
what is test harness and testability?
What is verification and validation testing
If developers team doesn't agree with the bug raised by you, what is the next step would you take
Difference between test Plan and test strategy?
How much time it will take for regression testing
Are Test Condition and Test Description/Procedure are different? Please Reply
Why does Software have bugs? urgent pls .....
How to write test condition for testing a URL??
Are all special characters are used in email id? My question is - If I enter *,#$ in email id should it accept?
Difference between regression testing and re-testing