In Intellij you can go to a spring bean xml file and it will actually show you the value of a dynamic property that is being loaded from a property file. When you click on that value, then it shows you the script
- Code: Select all
${some.property}
for example that is actually what is being stored in the spring bean file. This would be enormously helpful when trying to debug things as seeing

- teststepparams.png (3.25 KiB) Viewed 1614 times
in a test step that calls another test step is almost worthless. I have to go to wherever that parameter value is being stored and find the value. Obviously, this takes extra steps that I would rather avoid. I want as much information as I can get my hands on with as few clicks as possible.