hi all,

I am just trying to do 6 iteration in my script with 6 different datas in local datatable.

My script is working good for 1st 3 iteration and going to 4th iteration it showing the error like cannot identify the web object.

Can you plz say me want change do i need to make. Here is my script.

strBrowser="micClass:=Browser"
strPage="micClass:=Page"
wait(2)
Browser(strBrowser).Page(strPage).WebButton("name:=Search","html id:=xxx").Click
wait(2)
Browser(strBrowser).Page(strPage).WebEdit("name:=yyy").Set DataTable.Value("A",dtLocalSheet)
Browser(strBrowser).Page(strPage).WebEdit("name:=zzz").Set "aaa"
Browser(strBrowser).Page(strPage).WebEdit("name:=sss").Set "bbb"
Browser(strBrowser).Page(strPage).WebEdit("name:=uuu").Set "ccc"
Browser(strBrowser).Page(strPage).WebButton("name:=Search","html id:=www").Click
wait(3)

And the datas for the iteration in Local datatable.

What changes do I need to make? please help me to solve this.

Thanks in advance,
Preetha.