Forum Discussion

Radhika25's avatar
Radhika25
New Contributor
5 years ago
Solved

saving Project properties after Load test fails

Hello,   I am Trying load testing using LoadTestRunner.My project is using few Project level custom Properties and groovy script updating and saving those properties.It works fine if I run it usi...
  • Radhika25's avatar
    Radhika25
    5 years ago

    Hi,

     

    thank you for your reply.

     

    I found a solution to this problem.

    I am saving project using groovy 'context.testCase.testSuite.project.save()' and now it is working as expected.