Menu

infrastructure publish test

2013-01-13
2013-01-13
  • Eran Cohanim

    Eran Cohanim - 2013-01-13

    Hi All,
    I am using the built in "Add Notification Event" in runner
    inside that event there are two parameters (version, build) which I want to set automatically
    during my scenario run and avoid giving that input manually
    is there a way to do this?

     
    • Liel Ran

      Liel Ran - 2013-01-13

      Hi Eran,

      use this for scenario(execution properties) :
      report.setContainerProperties(0, "Version", "1.0.1");
      and this for test properties :
      report.addProperty("bandwidth", "100mb");

      Liel Ran.

      On Sun, Jan 13, 2013 at 11:09 AM, Eran Cohanim ecohanim@users.sf.netwrote:

      Hi All,
      I am using the built in "Add Notification Event" in runner
      inside that event there are two parameters (version, build) which I want
      to set automatically
      during my scenario run and avoid giving that input manually
      is there a way to do this?


      infrastructure publish testhttps://sourceforge.net/p/jsystemtest/discussion/397998/thread/272cb4b2/?limit=25#1b3e

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/jsystemtest/discussion/397998/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/prefs/

       

Log in to post a comment.