02-04-2014, 11:14 AM
Option 1:
Use the regular expression object to validate the content.
Option 2:
Define the "objectName" property with the expected text, and use the regular expression in the place of "X"s'. And then go with exist, if true pass else fail.
Option 2 is simple and easy.
Use the regular expression object to validate the content.
Option 2:
Define the "objectName" property with the expected text, and use the regular expression in the place of "X"s'. And then go with exist, if true pass else fail.
Option 2 is simple and easy.
Thanks,
SUpputuri
SUpputuri