Hi,
You can handle this in your code along with your test data.
If you want to consider the default value then either you can pass the "" value and handle that in script.
Let me know if you need any further info.
You can handle this in your code along with your test data.
If you want to consider the default value then either you can pass the "" value and handle that in script.
Code:
If strValue = "" or lcase(strValue) = "default" Then 'Default value
msgbox "Considered Default Value".
Else
Browser("BR").Page("Pg").webedit("webEdit").Set strValue
EndIfLet me know if you need any further info.
Thanks,
SUpputuri
SUpputuri

