Click here to Skip to main content
15,914,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on HealthCare application. So how i can identify that my application is best fitted to usability testing or not?

Please help me.

Thanks!!
Ashish
Posted

1 solution

This is an almost impossible question to answer without seeing your application.

Some very basic things to do:

* Create test cases for the different operations of your application.
For example:
- The user needs to enter first name, last name, phone number and address.
What happens if one or more entry fields are empty.

* Can you crash your application just by clicking around and enter garbage in different fields.

* Let a fellow programmer test your application.

* Do the application fulfill the customer requirements?

And much more.

One recommendation is to read this book:
The Art of Software Testing 3rd Edition, GLENFORD J. MYERS, ISBN-13: 978-1118031964
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900