What is Usability testing, pls explain with example.
Answer Posted / ram mohan reddy
It ia a type of testing in which one will perform testing on
the application in order to check whether it is User friendly
or not
Regards
Ram mohan reddy
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What exactly is quality control? Is it similar to quality assurance?
Write a Test scenario for Outlook Search functionality.
What is junit & api?
Explain test metric and the information it provides.
What is Test Design ?( Urgent) and Test Design for Printer?
What is smoke testing and user interface testing ?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
How will you set the Dependency in the Quality center? Say if you will fail a test case and two or more test cases are dependent on that particular test case. In this case how will you handle in failing the test case.
What is defect cascading in software testing?
What is an mr?
what is prototyping model,RAD model V model, spiral model?????
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
How we allocate the priority(Blocker, Critical, etc.,) in Testing?
what is acid testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?