ContributionsMost RecentMost LikesSolutionsRe: ReadyAPI 2.6.0 Bug - Request/Response window is blanked out after adding Soap Response assertion Hi Tanya, I have just installed the latest maintenance build and still have the issue - if I have a soap test step and I add the Soap Response assertion then try to close the test step window it blanks out but remains until I restart ReadyAPI. This does appear slightly different in that when I added the assertion in the release build the window blanked immediately and I was then unable to close it. Regards Don ReadyAPI 2.6.0 Bug - Request/Response window is blanked out after adding Soap Response assertion Hi - I recently updated to ReadyAPI2.6.0 and have noticed that when I add an assertion for Soap Response by clicking on the + in the assertions block the Test Step window showing Request and Response panes is blanked out and I am unable to close the window without restarting ReadyAPI Re: Hi - I am using ReadyAPI 2.4.0 to read an excel file but the formulas don't appear to be evaluated Hi Sanj, I am beginning to think that is the case - although the datasource configuration pageshows an "Evaluate formulas" tickbox and the revision history for ReadyAPI mentions evaluate formulas for versions 1.6 and 2.2 . Thanks for taking the time to have a look. Regards Don Hi - I am using ReadyAPI 2.4.0 to read an excel file but the formulas don't appear to be evaluated Hi - I am using ReadyAPI 2.4.0 to read an excel file of expected results which are asserted again an online search result - but embedded formulas don't appear to be evaluated. The formulas in question are those relating to date calculations as some of our test data is date aged to always be a set age. e.g 6 months 3 days old or 2 years and 1 day etc. This is done in order that we can check the correct functioning at the boundaries. examples of formulas are shown below: The formulas work perfectly within MS Excel and when I open the spreadsheet they update to show the date or number of months in relation to today - but if the data is accessed via soapui the date or number of months is calculated relative to when the MS Excel file was last saved and the assertions fail. I tried the Evaluate formulas tick box on the configuration page for the Excel datasource but that has no effect. If I open and re-save the excel file before running the tests all works well - but as these test are intended to be automated this is not a desired solution. Does anyone know how I can make SoapUI evaluate the formulas? "=EDATE(TODAY(),-(6))-(3)" and "=((YEAR(TODAY())*12 + MONTH(TODAY()))-(YEAR(EDATE(TODAY(),-(67))-(-4))*12 + MONTH(EDATE(TODAY(),-(67))-(-4))))" Re: How can I clone environments between projects in soapui Thanks for that Lucian - as you say not quite what I was hoping for but an acceptable workaround. Perhaps Smartbear will see this and add the functionality in a future release. How can I clone environments between projects in soapui I need to create multiple projects for testing different aspects/products however they all use the same set of environments - integration, system, performance, pre-production etc. It would be useful to be able to add these just once at the workspace level rather than at every project or to be able to clone between projects. Solved