Module 05 Lab - Building a Test Plan

profileiliasmalak2x
Module05CourseProject-Developer-SoftwareTesting.docx

If you have not yet done so, you should complete the Module 05 lab before working on this activity.

Design a small suite of tests for your Web application. This suite should include:

Functional Testing, such as:

· Checking links

· Test Web forms

· Validate CSS tags

· Validate Javascript tags

Database Testing, such as:

· A search that returns a single record

· A search that returns no records

· A search the returns multiple records

Browser Compatibility Testing

· Function with some browser features turned off (e.g., Javascript)

Make sure you add comments to your test scripts to explain what is happening with each test case. Include your name with the comments as well.

Submit your test code files to your instructor as a ZIP file named <first_initial><Last_name>_Mod05Dev.zip. So a student Edith Palka would name her file epalka_Mod05Dev.zip