-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test if Bot is showing dynamic data #98
Comments
Two options:
|
I found this documentation page https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/60817419/What+are+the+Advanced+Scripting+Settings+in+Botium+Box , but the regular expressions are still not working for me in botium-bindings. my config
test convo
error
It seems that whatever I type it's always escaped... |
SCRIPTING_ENABLE_MEMORY is not vital for this example.
|
thanks for the response, but unfortunately it still doesn't work
error
starting botium bindings
|
ok, it works for "regexp", but not for "regexpIgnoreCase" when I actually provide the right regex
and not
|
the mode regexpIgnoreCase is only included in the very very latest botium-core build. maybe you have to update the software first. |
Hello All
My Testing Bot is showing dynamic data
Suppose, I asked to Bot : What is Emp id of Stephen
Then he will Reply : 12214
Like wise for Dynamic data how can we test
The text was updated successfully, but these errors were encountered: