Re: Is it possible to pause/break and continue

2005-09-19 Thread Michael Stover
I have to chuckle at the irony of trying to automate testing on an app explicitly designed to thwart automated access. The best course of action would be to modify the webapp such that the automation protection scheme (the word in the image) can be turned on and off in the app's config. That way

Re: Is it possible to pause/break and continue

2005-09-19 Thread sebb
Forgot to add the links: www.beanshell.org http://jakarta.apache.org/jmeter/usermanual/functions.html#__BeanShell S. On 19/09/05, sebb <[EMAIL PROTECTED]> wrote: > Well, you could write a function that prompts for some text. > > This would be quite easy using the BeanShell Function - assuming

Re: Is it possible to pause/break and continue

2005-09-18 Thread sebb
Well, you could write a function that prompts for some text. This would be quite easy using the BeanShell Function - assuming you know some Java. S. On 17/09/05, Hemadri Dasari <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to automate the process of web registration and I get a > image whic

Is it possible to pause/break and continue

2005-09-16 Thread Hemadri Dasari
Hi, I am trying to automate the process of web registration and I get a image which contains text that I need to visually read and type into the next http request as a parameter and also pass along all the cookies I got in the current request. I am not sure how to automate this sequence and if th