Hello
it's possible to schedule a test that:
open a web site
log in
navigate some pages
log out
????
the site (and the cookie used for logon) are written in .net
tnx
web site navigation
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
If on the login page ther is some form, where you need to enter usrname, password, etc, you may use following trick:
You should setup HTTP test ( http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm# ), with URL like this: http://www.somesite.com/check_credentia ... sword=test , where check_credentials_srv.asp is a page, that is specified as "action" attribute of <FORM> tag. Also you should enable "Follow redirect" option, that allows to be redirected on some page after login. You may use "Check content" option of HTTP test to verify content.
Please, read following articles regarding similar issue:
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=2874
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=2870
To this test you may assign action profile with "HTTP request" action with logoff URL.
http://www.ks-soft.net/hostmon.eng/mfra ... tm#actHTTP
Regards,
Max
You should setup HTTP test ( http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm# ), with URL like this: http://www.somesite.com/check_credentia ... sword=test , where check_credentials_srv.asp is a page, that is specified as "action" attribute of <FORM> tag. Also you should enable "Follow redirect" option, that allows to be redirected on some page after login. You may use "Check content" option of HTTP test to verify content.
Please, read following articles regarding similar issue:
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=2874
http://www.ks-soft.net/cgi-bin/phpBB/vi ... php?t=2870
To this test you may assign action profile with "HTTP request" action with logoff URL.
http://www.ks-soft.net/hostmon.eng/mfra ... tm#actHTTP
Regards,
Max
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact: