Write ur code in such a manner that if error comes then it should handle it then moves to the next URL.
For eg.Then write same code for other RLs aswell
Regards,
Gaurav
For eg.
Code:
Browser("").AddressBar("").Set URL1
If Window("").Dialog("Error").Exist then
Dialog("Error").Button("Ok").Click
Reporter.reportevent micFail, "URL1","showed run time error"
Else
reporter.ReportEvent micPass,"URL1","opened successfully"Regards,
Gaurav

