i need to verify maximum allowed length for a field using selenium IDE. need advise from someone.
I'm not going to vote you down on this since you are new to SO, but generally here we do not ask followup questions by posting answers. Please edit your original question or use the comments system to add extra information rather than posting an answer.
TM
2009-09-21 13:52:39
thanks for advising :)
jkk
2009-09-22 04:25:17
+1
A:
You can use the assertAttribute command as follows:
assertAttribute | id=myTextField@maxlength | 20
Replace 'id=myTextField' above with the appropriate locator, and '20' with the expected max length.
Dave Hunt
2009-09-21 13:47:52