botium-core
botium-core copied to clipboard
Passing UTT name dynamically in the test
Hi @ujja ,
Is there a way I can pass utterance name, for example 'TEST_UTT_WEB' or 'TEST_UTT_MOBILE' dynamically from capabilities? I have two utterance files, one for WEB and another for MOBILE. I want to pass the utterance name dynamically in my test file so I can test for both web and mobile. When I tried to pass this from capabilities, it is being passed as string, so it does not recognize the utterance. Are there any other ways we can do this?
Thanks, Ram