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.
-----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.
Free forum by Nabble | Edit this page |