Download an application called "fiddler" this will capture all the posted packet through a manual manipulation of the form.
You just need mimick you post programmatically. Dixie Normous wrote: > Thank you Cerebrus!! > > Ok, say you have a page where you search for a Customer. It's got > radio buttons where you choose what search criteria to use; for > example, one might let you search by First and Last Name, another > might let you search by Address, yet another by an AccountNumber. > > To automate this, I'd want to be able to identify the controls I need > to manipulate to choose the search method, and then be able to input > the search criteria accordingly. So if I choose the AccountNumber > search method, I'd want to be able to take some value stored elsewhere > in my code and input that into the AccountNumber field, then > programmatically hit the Search button and let the site do its work. > Then, when the search has been completed, I'd need to be able to grab > the result set, if any, and do whatever else I need to with it. > > > > On Dec 28, 9:58�am, Cerebrus <[email protected]> wrote: > > I have done this sort of thing pretty effectively in the past. It's > > all about understanding how pages post data and the technology (ASP/ > > ASP.NET/JSP/PHP...) those pages use to validate or process that > > submitted data. > > > > If you have a specific issue, I'd be most happy to help out.
