Hi,
We daily check some list of wepages which i want to automate it using APM, some of the url's need to pass some inputs to the webpages. So if anyone can help me that would be great.
Thanks
Kalyan
Hello Kalyan,what kind of inputs do you need to pass to the page? If they are some form data, you can try to use "HTTP Form Login" monitor. You can set names of two inputs (login and password) and submit button. Then you can create credentials with desired values and set them to monitor. Those values will be filled in form and submitted and you can test resulting page for keywords to see whether it passed or not.
We've been working on integrating selenium-grid (selenium-grid.seleniumhq.org/) into our solarwinds deployment. Basically we get a url from our selenium setup which initiates the test, and returns back a pass/fail status from the URL, using the HTTP monitor to search for the pass string, and alert accordingly. Selenium allows you to do some pretty complex web walk throughs, filling in forms, etc. That solution would involve a bit of work, but it can give you good insight on how your web site is working (or not).
HTH
Grant.