Issue with context.findProperty using load test running
I have a test case in which I load up some settings into the project context during the project "Load Script" like: log.info("start load script"); project.setPropertyValue("mykey", "myvalue"); lo...