2016-04-06 13 views

cevap

0

Bildiğim kadarıyla mitralyöz bazı özel ileti

  1. Run açıklaması param gatling.conf dosya içeride, bu raporun üst kısmında (görüntülenir rapor koymak 3 yolu vardır bildiği gibi zamanı ve süresi) bildirmek için sonraki

    gatling { 
        core { 
        runDescription = "Test description of report" 
        } 
    } 
    

enter image description here

  1. Senaryo adı - test kodu senaryonun param, (Simülasyon boyunca Aktif Kullanıcılar) raporlardan biri görüntülenen

    scenario("Scenario name") 
        .exec(http("Action name").get("http://localhost")) 
    

enter image description here Test kodunda http param, displaye -

  • Eylem adı

      d istatistiği Tablo

      scenario("Scenario name") 
          .exec(http("Action name").get("http://localhost")) 
      

    enter image description here