Content deleted Content added
→Technologies: change bulleted list to comma-ed |
→Testing: change bulleted lsit to comma-ed |
||
Line 21:
Web application clients vary greatly, hence teams might perform some additional testing, such as:
▲* Security
▲* [[Software performance testing|Performance]], [[Load testing|Load]], and [[Stress testing|Stress]]
▲* [[HTML]]/[[Cascading Style Sheets|CSS]] validation
▲* [[Web accessibility|Accessibility]]
▲* [[Usability testing|Usability]]
▲* [[Cross-browser]]
Many types of tests are [[Test automation|automatable]]. At the [[Component test|component]] level, one of the [[xUnit]] packages can be a helpful tool. Or an organization can create its own unit testing framework. At the GUI level, [[Watir]] or [[iMacros]] are useful.
|