Forum Discussion

divman's avatar
divman
Contributor
10 years ago

Resolved: How to get list of all global properties?

Hi, I need to get the list of all global properties available. Could anyone can help me? For getting properties in test case i use ... "for(prop in context.testRunner.testCase.properties)". like...