How to print the results

44 views
Skip to first unread message

Kalyan Kumar

unread,
Apr 7, 2015, 4:04:28 AM4/7/15
to gat...@googlegroups.com

Hi,

I have a Gatling script just login into the application and log out.

i want to print  or save a successful login user names .

could you suggest me ,how can we approach for that.

Sunil Pothireddy

unread,
Apr 9, 2015, 5:18:49 PM4/9/15
to gat...@googlegroups.com
.exec(session => {
println(session("YOURVARIABLENAME OR LOGINNAME").as[String]) // Gatling 2 API
session
})

Kalyan Kumar

unread,
Apr 21, 2015, 5:50:54 AM4/21/15
to gat...@googlegroups.com
Thank you
Reply all
Reply to author
Forward
0 new messages