Web application development: Difference between revisions

Content deleted Content added
DRogers (talk | contribs)
DRogers (talk | contribs)
Line 55:
 
* Security
* [[Performance Engineeringtesting|Performance]], [[Load testing|Load]], and [[Stress testing|Stress]]
* [[Stress testing|Stress]]
 
Also, since [[web application]] clients can be a variety of [[Web browser|browsers]], [[operating system]]s, displays and even different devices in the case of mobile phones and [[Handheld device|handhelds]], and that users will vary greatly in preferences and [[Web accessibility|accessibility]] needs, many tests for the presentation of the application exist. Here are some:
Line 71 ⟶ 70:
 
===Unit and GUI test automation===
Many types of tests are [[Test automation|automatable]]. At the [[Unit test|unit]] level, one of the [[XUnit|xUnit]] packages can be a helpful tool. Or an organization can create its own unit testing framework. At the GUI level, [[Watir]] is useful.
 
==Deployment==