Hi Ankur,
We basically use parameter.item method to parameter anything, unfortunately our client wants it like that.
So the sample goes like this.
'Browser(b).page(p).weblist("listname").parameter.item("ParameterName") ' we pass name and value in the properties here'
Now this can be used to verify only one value. So is there any possible way to do this for list of parameter values. without using or placing the values in any external sources like Db, excel, datasheets etc?
Thanks in advance.
We basically use parameter.item method to parameter anything, unfortunately our client wants it like that.
So the sample goes like this.
'Browser(b).page(p).weblist("listname").parameter.item("ParameterName") ' we pass name and value in the properties here'
Now this can be used to verify only one value. So is there any possible way to do this for list of parameter values. without using or placing the values in any external sources like Db, excel, datasheets etc?
Thanks in advance.