ContributionsMost RecentMost LikesSolutionsRe: Properties needs to input from excel file Hi Paul MS, Yes that correct. I have an excel file with Property Name and Value and i concatenate with '=' sign. then i brought it over to a notepad and saved as All Files (*). then load it in Properties screen in SOAP UI and it worked. Thanks everyone for helping. Re: Properties needs to input from excel file Hi nmrao, Sorry about that. Thanks for helping. There is going to be many of them, around 50. The problem is, if you see the screenshot attached, the value against "Record Equipment Primary Status" changes everyday. Therefore i need to work on this value externally in excel and bring it in here. Is there a way that i can load a excel file as a properties file? There is a Load properties button on the Properties screen but it doesnt have have any file option to choose from. Thanks. Sudha Properties needs to input from excel file Hi All, I am setting up properties to be used in my test step but the properties would need to be generated in excel as they need to be user input.For example the time can be any time but value a and b needs to be 1 min apart. Is there any way that i can generate the times in excel and then bring into SOAP UI properties? Thanks for helping me. Sudha,exc SolvedInclude teststeps from another testcase in a groovy script Hi Everyone, Thanks for helping. I have a groovy script to attach headers into teststeps in test case. I want to attach headers to test steps which are in another test case using the same groovy script. How can i go about doing that? Pls see attach screenshot. Thanks for helping. Sudha Include teststeps from another testcase in a groovy script Hi Everyone, Thanks for helping. I have a groovy script to attach headers into teststeps in test case. I want to attach headers to test steps which are in another test case using the same groovy script. How can i go about doing that? Pls see attach screenshot. Thanks for helping. Sudha Re: Input JSON output from a testcase to another testcase Hi All, Thank you all for the suggestions. I have found the way to include the previous test case output. This is by highlighting the query and the right click -> Get Data and choose the source test case's output. Shown in the attached screenshot. This works for me. Thanks, Sudha Input JSON output from a testcase to another testcase Hi there, I have 2 test cases in my test suite where the first test case's output is the next test cases input. The first test case is where after running the test it should give a response in JSON as {"clientId": 5} I need to input '5' (-> this number always changes), into the next test case for it to be automatically run without me to input. I have a set of test cases which needs this number to be taken from the previous test case as seen in image B. How do i go about parameterising JSON script to take in part of an output from another testcase? Thanks for helping :-) Sudha SolvedRe: Default headers for all resources Hi, Im new to SOAP UI and i came across this post and used RequestFilter.filterRequest to be used as a global header. However, as mentioned in the post below "add method will keep adding a new copy of the header on every run" - as seen in the image attached every time i run the the TestCase 1 test suite, the "Headers(4)" tab increments by 2 as there are 2 headers. After i run the TestCase many times, the test steps dont run any more as the Header are keep on adding on top. May i know how can i set the header as global but not get incremented everytinme i run the test case? Thanks for helping, Sudha