Showing posts with label WebLoad. Show all posts
Showing posts with label WebLoad. Show all posts

Friday, November 30, 2007

WebLoad posting form data as files for Ajax applications

I have an application that is doing and Ajax callback XHTMLrequest to an .ashx handler. Web launch WebLoad to record an agenda to capture the Ajax posts WebLoad was recording the agenda using the CopyFile function similar to:

CopyFile("wl3941127422.dat","wl3941127422.dat")

After digging I found out that there was a setting in the recording options "Record unknown post types as file". I un-check this settings and tried again to record the agenda an changed the way the form was posting recording the actual form data in the JavaScript Agenda.


Change this setting by going to:

WebLoad IDE --> Tools --> Recording Options --> Post Data --> and un-check the "Record unknown Post Types as File"