Hi
2 quick questions:
ITEM 1:
I have a list of Special Characters
!@#$%^&*()_±={}:";'<>?,./
to test for many fields.
I am thinking about using CSV and go 1 character at a time by reading the “string”?
But from here: csvRead - Daten-driven Testing it seems that I need to seperate each characters into a different column. Do I really have to? Can I run it like a “String” array to read each special character?
(Thinking as it will be easier to manage the test scripts also, rather than having to write new or update existing macro for ${!COL##} when there are more symbolic characters to test.)
ITEM 2:
How to write the code to repeatedly (i.e. looping) test each special character for each fields across several different pages?
Can advise please on the above 2 items?
(Apologies, the original Kantu tutorial sample macros were removed as the macro list ran too long and our team was cleaning up the list and removed the all of the tutoria includingl “DemocsvRead”…)