Is it possible to test a webbased application login?

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
JurrienFoks
Posts: 2
Joined: Wed Aug 03, 2011 5:23 am
Location: Netherlands

Is it possible to test a webbased application login?

Post by JurrienFoks »

I want the hostmonitor to test if a login in a webbased application (Peoplesoft) is succesfull. Is that possible?
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

It depends on Authentication type, supported by web application.
A lot of web applications use form based authentication.
You may check source of login page, check what variables are used in login form and send these variables using "HTTP POST request" option with URL request test or "Post data" option with HTTP test.
Also, these test methods support Basic/NTLM authentication.

Please check the manual or visit our web site for more information about:
URL Request test: http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#url
HTTP test: http://www.ks-soft.net/hostmon.eng/mfra ... s.htm#http
Post Reply