Jump to content
WAPT Forum
Sign in to follow this  
Guest markt

Unable to search

Recommended Posts

Guest markt

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)

Share this post


Link to post
Share on other sites
Guest angela
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)?

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...