Is it possible to test a webbased application login?
-
- Posts: 2
- Joined: Wed Aug 03, 2011 5:23 am
- Location: Netherlands
Is it possible to test a webbased application login?
I want the hostmonitor to test if a login in a webbased application (Peoplesoft) is succesfull. Is that possible?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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
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