bmgriner
14 years agoFrequent Contributor
Show dynamic script current values
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
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.
${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
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.