verify maximum length for a field using selenium IDE
Page 1 of 1 • Share •
verify maximum length for a field using selenium IDE
i need to verify maximum allowed length for a field using selenium IDE.
need advise from someone.
need advise from someone.

JKK- Posts: 1
Join date: 2009-08-27
Re: verify maximum length for a field using selenium IDE
hi,
you can verify its size because it is defined in its tag like
{ input type="text" size="24" name="search_keywords" class="inputbox medium" }
to get its size, use the following command
storeAttribute | search_keywords@size| variableName
By this you can get its default size. But you want its maximum input limit. If limit is defined in tag, you can verify it similarly.
But if not defined anywhere in tag, so you have to create some scenarios by input the size greater than its accepted and if error message appear, you could be verify with the help of that message.
Hope this help you. Best of luck.
Bye
you can verify its size because it is defined in its tag like
{ input type="text" size="24" name="search_keywords" class="inputbox medium" }
to get its size, use the following command
storeAttribute | search_keywords@size| variableName
By this you can get its default size. But you want its maximum input limit. If limit is defined in tag, you can verify it similarly.
But if not defined anywhere in tag, so you have to create some scenarios by input the size greater than its accepted and if error message appear, you could be verify with the help of that message.
Hope this help you. Best of luck.
Bye
Similar topics» How to Bold the field value in RPG?
» verify maximum length for a field using selenium IDE
» how to parameterise in selenium
» how to verify the condition using verifytext and store the value in to variable either true or false.
» Calling isTextPresent
» verify maximum length for a field using selenium IDE
» how to parameterise in selenium
» how to verify the condition using verifytext and store the value in to variable either true or false.
» Calling isTextPresent
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case