Guest markt Report post Posted April 26, 2008 Hi there, Below is my script. I have the following problems. I am able to login for each user. But none of the user can perform any search. When a search command issued (line4), it got error 302. Line 3 also get error 302. I think this is URI issues. I'm confuse which function to use and how to implement it. Please give a step by step instruction how to fix this problem Thanks Mark line 1 http://pu.findlaw.com/ line 2 http://pu.findlaw.com/scripts/login.pl parameters: user = $lorder(1,mark20,mark22,mark23) password= $lorder(1,mark20,mark22,mark23) submit = Sign On dest line 3 http://pu.findlaw.com/protected/create.pl parameters: action = create create_type = org org_or_ind = org Variables: create_type1 = $Hidden(create_type,1) org_or_ind1 = $Hidden(org_or_ind,1) line 4 http://pu.findlaw.com/protected/create.pl parameters: office_name = $LOrder(1,nolan,woods,jackson) city state = $LOrder(1,MA,IL,FL) country parent_id create_type = $Var(create_type1) org_or_ind = $Var(org_or_ind1) enter_office_name = Find Variables: state1 = $Hidden(state,1) office_name1 = $Hidden(office_name,9) Quote Share this post Link to post Share on other sites
Guest angela Report post Posted April 29, 2008 Hi there, Below is my script. I have the following problems. I am able to login for each user. But none of the user can perform any search. When a search command issued (line4), it got error 302. Line 3 also get error 302. I think this is URI issues. I'm confuse which function to use and how to implement it. Please give a step by step instruction how to fix this problem Thanks Mark line 1 http://pu.findlaw.com/ line 2 http://pu.findlaw.com/scripts/login.pl parameters: user = $lorder(1,mark20,mark22,mark23) password= $lorder(1,mark20,mark22,mark23) submit = Sign On dest line 3 http://pu.findlaw.com/protected/create.pl parameters: action = create create_type = org org_or_ind = org Variables: create_type1 = $Hidden(create_type,1) org_or_ind1 = $Hidden(org_or_ind,1) line 4 http://pu.findlaw.com/protected/create.pl parameters: office_name = $LOrder(1,nolan,woods,jackson) city state = $LOrder(1,MA,IL,FL) country parent_id create_type = $Var(create_type1) org_or_ind = $Var(org_or_ind1) enter_office_name = Find Variables: state1 = $Hidden(state,1) office_name1 = $Hidden(office_name,9) Hi, Could you please send to us your full and error logs and profile (to support@loadtestingtool.com)? Quote Share this post Link to post Share on other sites