13 years ago
Parameterise Tested app
I was wondering if anyone could help, I need to set a parameter on my tested apps (firefox,iexplore,chrome) as well as on my long list of tests so that developers can select a browser and then a test ...
var testList = new Array();
var kdtProps = aqObject.GetProperties(KeywordTests);
while(kdtProps.HasNext())
testList.push(kdtProps.Next().Name);
testList = testList.join("\r\n");
Log.Message("Available KD tests", testList);