RE: Script error in performance test

Posted by junoyoon on
URL: http://ngrinder.373.s1.nabble.com/Script-error-in-performance-test-tp90p93.html

Did you run validation on the script?


if every thing is OK in validation,  You can send me the agent log which is available test result page.


Regards.



JunHo Yoon
Global Platform Development Lab
/ Senior Engineer

13th FL., Bundang First Tower, 266-1, Seohyeon-dong, Bundang-gu, Seongnam-si, Gyeonggi-do, 463-824, KOREA
Tel 031-600-9071   Fax --   Mobile 010-6255-0559
Email  [hidden email]

NHN Business & Platform NAVER HANGAME 쥬니어네이버 해피빈 미투데이


-----Original Message-----
From: "viji1188 [via ngrinder]"<[hidden email]>
To: "junoyoon"<[hidden email]>;
Cc:
Sent: 2012-12-26 (수) 17:59:19
Subject: RE: Script error in performance test

Hi

I tried with the response code 302, but i still receive the error (SCRIPT_ERROR). I tried another URL i.e. "http://www.jumpstart.com/" with response code 200 and received SCRIPT_ERROR again.
Script:

from net.grinder.script.Grinder import grinder
from net.grinder.script import Test
from net.grinder.plugin.http import HTTPRequest

test1 = Test(1, "Test1")
request1 = test1.wrap(HTTPRequest())

class TestRunner:
        def __call__(self):
                grinder.statistics.delayReports=True
               
                result = request1.GET("http://www.jumpstart.com/")
               
                if result.getStatusCode() == 200 :
                        grinder.statistics.forLastTest.success = 1
                else :
                        grinder.statistics.forLastTest.success = 0

Could you please help with this.


If you reply to this email, your message will be added to the discussion below:
http://ngrinder.642.n7.nabble.com/Script-error-in-performance-test-tp90p92.html
To start a new topic under ngrinder-user, email [hidden email]
To unsubscribe from ngrinder-user, click here.
NAML

log.png (7K) Download Attachment