Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User interface testing tools that provide low level recording (e.g. capturing mouse and keyboard events) that allow later playback.  Tools should also offer bitmap image comparisons.

Additional information

Additional information can be found on the Client Automation page.

Load Testing Applications

...

To enable load testing when using synchronized XML documents (documents that are on both the client and server), make the following setting changes to the nexaweb-server.xml file:

Code Block
<id-generation>
    <test-seed>anything</test-seed>
</id-generation>

This will ensure that captured traffic can be replayed to the server. This will ensure that all IDs have the same seed and are therefore deterministic.

Be sure to disable this load testing setting in production environments, failure to do so will create a security risk due to the replayability of sessions.

Additional information

Additional information about load testing can be found on the Load Testing page.


Child pages (Children Display)