Question { Infotech, 68546 }
what is UI testing
Answer
UI Testing is called as User Interface Testing it is mainly
used the Web applications(Third Party applications).Here Web
applications means Websites which are developed on languages
like PHP,HTML,JavaScript,CSS,AJAX,.NET etc.
Here we must mainly weather the end-product is satisfying
the requirements specified by the Client and How easy it is
to understand by a common user,
Mainly we(the manual testers) must test the product like an
User and Client.We must check the
*Design issues.
*Font(in different places like Headings and Paragraph).
*Text Alignment.
*Weather the Images are Displaying in Correct place are Not.
*If the Web Application is Dynamic consisting of Pages like
Registration Page,Login Page we have to check the Data
Integrity(means the data is storing in database in correct
location and correct format).
*Mainly we have to check the functionality of External Links
and Internal Links Weather they are re-directing to correct
pages or not.
*We have to check each and every thing in a every page.