What is Usability and Compatibility testing?
Answer Posted / vamci
Usability Testing:
Usability testing comes under system
testing.Here mainly testers are concentrating on whether
there is user-friendlyness in the build or nor?
It classified in to 2 types
1.User Interface Testing:
Here testers concentrates on
whether there is look&feel,ease of use in all the screens of
the application build?
2.Manual Support Testing:
Here testers concentrates on
correctness and completeness of help documents in the build.
Compatability Testing:
Testers validates whether the build
is working under all the customer expected platforms
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Password is having 6 digit alphanumeric then what are the possible input conditions?
structure of an incident report is covered in stand for software test document IEEE 829 and is called as?
Can you explain an application boundary?
How will you determine when to stop testing?
Relative to other technical groups in the company? Relative to your staff?
Please Tell me About Fish-Bone Model. Thanks in Adv.
What r the domain for pharma, interview if they ask about phrma application, what need to tell, is there anybody have screens or any information please tell me and if have URL let me know please.
Are there more defects in the design phase or in the coding phase?
a newly launched web site is hosted on web server.It is expected that 100 people visit the website every hour and browse 30 pages spending a total 15 minutes. what is the maximum hits/sec that the web server should support this load?justify your answer. need urgently. by rimesh
How can you use technology to solve problem?
what is date field test case
KINDLY FORWARD ME THE INTERVIEW QUESTIONS & ANSWERS FROM REAL TIME POINT OF VIEW FOR 1.5 YEARS EXPERIENCED CANDIDATE. MY EMAIL ID IS sky_bird433@yahoo.com
What do you mean by Cause Effect Graphing? in which standard its mentioned?
Diffrence b/w functional testing,functionality testing,system testing?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }