Reputation: 4112
I have a text box and some data gets auto-filled in that text-box and I need to know that the text present is correct using Selenium IDE.
Upvotes: 1
Views: 2090
Reputation: 4476
There are many ways you can achieve this, and which one you have to use varies depending on how your application behaves. There is no straight way to answer which unless we see the actual application.
There are many commands that can help you. verifyValue , verifyText, & verifyTextPresent, & assertTextPreset etc
Right click on the fields that has prefilled values... You will find an option ShowAvailableCommands in the context menu, move into that option , you will find various ways you can achieve what you wanted. Hope it helps...
Upvotes: 4