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 using GUI, But LoadTestRunner is not able to save project properties after each Load Test.There is one option of saving project after test run in earlier version but not available in this version.

Is there any other way so That I can save project properties after load Test ? Any lead would be helpful

I am using ReadyAPI2.8.2 version.

 

Thank you

 

  • 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.

3 Replies

    • Radhika25's avatar
      Radhika25
      New Contributor

      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.