Need some help in debuggng session

23 views
Skip to first unread message

Adil qureshi

unread,
Oct 18, 2016, 1:06:35 PM10/18/16
to Gatling User Group
Hi please have a look at the below scenarios . The same code is running if i remove session=>  . When i add session it says there were no request sent during simulation since it is not sending any . 

  val scn1 = scenario("LaunchAction").exec(
    session => {

     
        http("Poll report status page report")
          .get("myURL/rest/reports")
          .queryParam("applicationId", "GHERKINS")
          .queryParam("requestor", "GHERKINSS")
          .queryParam("id", "1")
          .check(xpath("//status").saveAs("responseStatus"))

     
      session
    })

I need to add few prints etc in between . Can you please help me in this

Adrian Lewis

unread,
Oct 19, 2016, 11:13:21 AM10/19/16
to Gatling User Group
Reply all
Reply to author
Forward
0 new messages