-2
Anyone has any idea how I do to validate a text message in Python, I have a screen that when I click to register and have some incorrect information it shows an error message informing the inconsistency...
For example:
There is a page that I fill with valid data to carry out a registration, when all the information is correct the registration is done correctly, however, when you have some field with incorrect information displays an error message printed on the screen as for example " invalid CNPJ" I’d like to know if I can validate that message, I’m using Python and Katalon to automate some tests.
Your question is not clear; please ask the [tour] to understand how the community works, read the [Ask] guide to see how you can improve your question and, mainly, see how to elaborate a [mcve] to supplement your question.
– Woss
ok.. I believe that now is clearer
– MichelSP
"Speaking of test automation", now it’s even more confusing. What automation is this that you want to do?
– Woss
I am automating a web page, and I need a routine that validates a text message ( as the image I sent ).
– MichelSP