You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "M.Vijaya Bhaskar" <vi...@sigmainfo.net> on 2009/09/17 07:21:50 UTC

Regarding captcha image

Hi All,

In my application Registration form i have a CAPTCH image,This image is
changing for every request,

Can any one give me the solution how to get the values of CAPTCH image and
how can i pass another request


Thanks
Vijay

Re: Regarding captcha image

Posted by nanduri <na...@gmail.com>.
Hi,
 Im doing parameterization for multiple registrations during recording a
script i have done registrattion with captcha code.Now im running the script
for 20 users where multiple registrations will happen.The script is running
but none of the user getting inserted.During running script all the users
are using same captcha code but response is different for each user .How do
i handle this if i disbale captcha code its not workiong can i do with
regular expression please help me im new to jmeter.My script looks like this

Sampler Results
Thread Name: Thread Group 1-3
Sample Start: 2009-10-13 11:41:34 GMT+05:30
Load time: 85
Latency: 85
Size in bytes: 6
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK

Response headers:
HTTP/1.1 200 OK
Date: Tue, 13 Oct 2009 06:11:35 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Content-Length: 6
Keep-Alive: timeout=2, max=460
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8


HTTPSampleResult fields:
ContentType: text/html; charset=UTF-8
DataEncoding: UTF-8

Request

GET
http://buzzcluster.kaveri.com/includes/thirdparty/captcha/captcha.php?ca=v&cid=534308&ctext=eOcE

[no cookies]

Request Headers:
Connection: keep-alive

Response data
534327

Here response data is changing for every user how do i handle this


Request
POST http://buzzcluster.kaveri.com/view-buzz2.html?

POST data:
track_id=13837189&JS_SWITCH=JS_ON&seccode=81852&username=k176&useremail=k181%40gmail.com&mobile=9886706643&gender=1&birthday_year=1963&birthday_month=12&birthday_day=29&user_state=8&user_city=117&interest%5B%5D=81&interest%5B%5D=1419&scode=eOcE&hidcid=534308&set_homepage=on&promocode=&search_word=&category_id=0&city_id=0&partner=BIT&campaign_code=&campaign_date=&phone=&x=70&y=27

[no cookies]

Request Headers:
Content-Length: 381
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded



Deepak Shetty wrote:
> 
> if its a good captcha , you can't .
> 
> Unless you can change your application code to either disable captcha or
> provide a known set of images or have some server side code that can be
> queried to tell you the value.
> 
> regards
> deepak
> 
> On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar <
> vijayabhaskar.m@sigmainfo.net> wrote:
> 
>> Hi All,
>>
>> In my application Registration form i have a CAPTCH image,This image is
>> changing for every request,
>>
>> Can any one give me the solution how to get the values of CAPTCH image
>> and
>> how can i pass another request
>>
>>
>> Thanks
>> Vijay
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Regarding-captcha-image-tp25485311p25867956.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Regarding captcha image

Posted by nanduri <na...@gmail.com>.
Hi,
 Im doing parameterization for multiple registrations during recording a
script i have done registrattion with captcha code.Now im running the script
for 20 users where multiple registrations will happen.The script is running
but none of the user getting inserted.During running script all the users
are using same captcha code but response is different for each user .How do
i handle this if i disbale captcha code its not workiong can i do with
regular expression please help me im new to jmeter.My script looks like this

Sampler Results
Thread Name: Thread Group 1-3
Sample Start: 2009-10-13 11:41:34 GMT+05:30
Load time: 85
Latency: 85
Size in bytes: 6
Sample Count: 1
Error Count: 0
Response code: 200
Response message: OK

Response headers:
HTTP/1.1 200 OK
Date: Tue, 13 Oct 2009 06:11:35 GMT
Server: Apache
X-Powered-By: PHP/5.1.6
Vary: Accept-Encoding
X-UA-Compatible: IE=EmulateIE7
Content-Length: 6
Keep-Alive: timeout=2, max=460
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8


HTTPSampleResult fields:
ContentType: text/html; charset=UTF-8
DataEncoding: UTF-8

Request

GET
http://buzzcluster.kaveri.com/includes/thirdparty/captcha/captcha.php?ca=v&cid=534308&ctext=eOcE

[no cookies]

Request Headers:
Connection: keep-alive

Response data
534327

Here response data is changing for every user how do i handle this



Deepak Shetty wrote:
> 
> if its a good captcha , you can't .
> 
> Unless you can change your application code to either disable captcha or
> provide a known set of images or have some server side code that can be
> queried to tell you the value.
> 
> regards
> deepak
> 
> On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar <
> vijayabhaskar.m@sigmainfo.net> wrote:
> 
>> Hi All,
>>
>> In my application Registration form i have a CAPTCH image,This image is
>> changing for every request,
>>
>> Can any one give me the solution how to get the values of CAPTCH image
>> and
>> how can i pass another request
>>
>>
>> Thanks
>> Vijay
>>
> 
> 

-- 
View this message in context: http://www.nabble.com/Regarding-captcha-image-tp25485311p25867738.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Regarding captcha image

Posted by Tony Lotts <tl...@gmail.com>.
Have the developers disable captcha, or code in a way to set a captcha code
that will always pass verification (of course the code would be disabled
before go-live).

On Thu, Sep 17, 2009 at 1:33 AM, M.Vijaya Bhaskar <
vijayabhaskar.m@sigmainfo.net> wrote:

> Hi Deepak,
>
> Thank you for your quick reply.
>
>
>
> On Thu, Sep 17, 2009 at 10:59 AM, Deepak Shetty <sh...@gmail.com> wrote:
>
> > if its a good captcha , you can't .
> >
> > Unless you can change your application code to either disable captcha or
> > provide a known set of images or have some server side code that can be
> > queried to tell you the value.
> >
> > regards
> > deepak
> >
> > On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar <
> > vijayabhaskar.m@sigmainfo.net> wrote:
> >
> > > Hi All,
> > >
> > > In my application Registration form i have a CAPTCH image,This image is
> > > changing for every request,
> > >
> > > Can any one give me the solution how to get the values of CAPTCH image
> > and
> > > how can i pass another request
> > >
> > >
> > > Thanks
> > > Vijay
> > >
> >
>

Re: Regarding captcha image

Posted by "M.Vijaya Bhaskar" <vi...@sigmainfo.net>.
Hi Deepak,

Thank you for your quick reply.



On Thu, Sep 17, 2009 at 10:59 AM, Deepak Shetty <sh...@gmail.com> wrote:

> if its a good captcha , you can't .
>
> Unless you can change your application code to either disable captcha or
> provide a known set of images or have some server side code that can be
> queried to tell you the value.
>
> regards
> deepak
>
> On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar <
> vijayabhaskar.m@sigmainfo.net> wrote:
>
> > Hi All,
> >
> > In my application Registration form i have a CAPTCH image,This image is
> > changing for every request,
> >
> > Can any one give me the solution how to get the values of CAPTCH image
> and
> > how can i pass another request
> >
> >
> > Thanks
> > Vijay
> >
>

Re: Regarding captcha image

Posted by Deepak Shetty <sh...@gmail.com>.
if its a good captcha , you can't .

Unless you can change your application code to either disable captcha or
provide a known set of images or have some server side code that can be
queried to tell you the value.

regards
deepak

On Wed, Sep 16, 2009 at 10:21 PM, M.Vijaya Bhaskar <
vijayabhaskar.m@sigmainfo.net> wrote:

> Hi All,
>
> In my application Registration form i have a CAPTCH image,This image is
> changing for every request,
>
> Can any one give me the solution how to get the values of CAPTCH image and
> how can i pass another request
>
>
> Thanks
> Vijay
>