sZackery wrote:Can eValid test AJAX apps that run on mobile devices?
Yes, eValid can.
There are two parts to the solution with eValid.
(1) Get eValid to pretend it is the mobile device. This is done by setting the User Agent String to the right value, so that eValid's interaction with the server is
as if it were the specified mobile device.
(2) The second part is, then to append into the recording that you've got going the commands that invoke the AJAX part of the web service. Usually this will involve nothing other than very careful recording, and may require that for insurance that you record a synchronization check at each step of your test process to assure reliable playback.
After that your functional test will playback, imitating the mobile device, and keeping in sync with the synchronization steps...so no matter how fast or slow the server is, the test sequence will keep synchronization and yield you the results you are expecting.
eValid Support