ContributionsMost RecentMost LikesSolutionshow to send test result in the email Hi I need to send the test result in the email. I added the email and tried to add the datasource result in the email content but its not working. Then I tried to get test status in the content but its not working either. Pls let me know how to do this. Thx J Re: execute testsuite in parallel I need to run testsuite in parallel from command line not from gui. thx for the reply nmrao wrote: Similar to test cases, you can also select run mode for test suites by navigating to project and test suites tab. execute testsuite in parallel Hi I need to execute a few TestSuites in parallel from command line. Each testsuite has 2 test cases an they should run in parallel. I do know how to run them in parallel from GUI part. Could any one share knowledge pls? Thx J Re: inconsistent line ending style Hi I received a fix from SmartBear today. Wonder why its not posted here thouth. In Ready API version 1.6 (I use that) Make sure "Normalize line breaks" is checked in File -> Preferences -> UI Save your projects again. Re: inconsistent line ending style Hi I have ReadyAPI 1.6.0-m Snapshot. We recently migrated form SVN to GIT. Now I can't commit/push since my scripts have combination of CRLF and lf How do we resolve this issue? Thx J Re: How do I cleanly reuse a testcase that requires input and output parameters in other testcases? How did you set up your testsuite 2?if you cloned testsuite1 the it wont work that well.I would recomend creating clean interface tests and create testsuite from that. hope this helps Re: testcase.setPropertyValue is not updating the value between iterations of a loop using SoapUI 5.0.0, I had similar issue calling properties if other project. When I executed my script it did not pick up the lates values instead it was having previous run values. Support suggested to add project.save() in teardown script tab of the target project. Suppose I am calling properties of project A from project B, have project.save() in project A. I think the teardown or teardown script tab is in project properties. I use Ready Api. Selecting multiple custom properties to delete I use Reday API licensed version. Ocassionally I need to delete all custom properties so taht I can have a clean set. As my scripts create custom properties dynamically it will be nice to have option to select multiple to delete. Tracing back to interface testcase As my project is getting bigger I find it difficult to trace a test case from Testsuite back to its interface test case. Will be nice to have an option to trace it back. Like right click on test case and click on go to interface test case or something like that. Also it is nice to have the option of flagging testcase like under construction, needs a fix, add test data something like that. Suppose I am working on some test cases/scripts in different projects it should be easy for me to find which one of those I was working on the previous day so that I need not keep tack of my work😀 Re: I have a rest response in which PDF is being returned. How to save it to my local disk as pdf? Hi I had similar situation. Thought would share it with other members. I have a script whcih retuns pdf in binary form. So in test case properties I uses dump to give thes path and file name like C:/test.pdf My get request has at the end '?format=pdf' so when I created brand new test case it added format parameter with pdf . I think if it is not there you can add parameter format with value pdf. To save it as pdf I had a little hard time as I cloned my old 'Get...' test case and tried to save it as pdf. It saved the response as pdf but the file was corrupted.