saving Project properties after Load test fails
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Do you refer to the Save Properties Between Sessions project property?
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Radhika25, I'm glad to hear that it works for you now. Thank you for sharing the solution with us!
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
