krenevla
12 years agoContributor
Properties are not case sensitive?
shouldn't following work in a bit other way?
1 - have empty test case and create groovy script and put there testRunner.testCase.setPropertyValue('FirstName', 'name one')
2 - execute it so property 'FirstName' is created and it has value 'name one'
3 - in groovy script, change 'FirstName' to 'firstName' and 'name one' to 'name two'
4 - execute it once more
----> property 'FirstName' changes value to 'nameTwo' but shouldn't be new property 'firstName' created instead?
1 - have empty test case and create groovy script and put there testRunner.testCase.setPropertyValue('FirstName', 'name one')
2 - execute it so property 'FirstName' is created and it has value 'name one'
3 - in groovy script, change 'FirstName' to 'firstName' and 'name one' to 'name two'
4 - execute it once more
----> property 'FirstName' changes value to 'nameTwo' but shouldn't be new property 'firstName' created instead?