preview

Common Software Testing Methodologies Essay

Good Essays

When a web application is developed with some specific goal in mind, those peculiarities which segregate them from any other software application also affects their testing in several ways. These changes may result in harder than traditional testing and to accomplish them successfully we need to employ different testing methodologies. Following are some of the most common testing methodologies available in the testing domain
• Interface testing
• Usability testing
• Functionality testing
• Compatibility testing
• Performance testing
• Security testing
Between the above testing methodologies, the testing which is most suitable for the web-based student registration system would be
• Interface testing
• Functionality testing
• Usability …show more content…

They mainly transfer the user data from front end to the backend. Following are some test cases we must do for proper functioning of the form
• Checking for the validations for each field on the form
• Checking for default value of the fields on the form
• Testing for wrong input to the fields on the forms
• Testing if the form can be viewed, modified or deleted
Testing for cookies Cookies are small files used to store some user specific data on the user machine. Their main purpose to store user session information. Following test cases must be performed
• Testing the web page, after enabling or disabling the cookies in the web browser
• Test if the cookies are properly encrypted before they are written to the user machine
• Testing for session cookies which includes checking the login session and user stats after session expired.
• Testing the effects of the applications security after cookies are deleted.
Validating the HTML/CSS HTML/CSS validation are very important in case of optimizing the site for search engines. We should validate the site for HTML/CSS validation errors. Testing if the

Get Access