Radhika25
6 years agoNew Contributor
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
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.