Hi All, I am just experimenting WatiN unit testing tool for Asp.Net application.. And my pages are designed with huge & complex list of own custom controls .. And its very difficult for us to identify the elements within these control (for ex: to select the row in our custom grid based on some business rules is very tough)..
so avoid this, i have planned to write all my test stubs in seperate Javascript library.. and call them from WatiN..(ex: A method which done some business validation on the grid and will select the partuiclar row, and i need to call this method from WatIn).. I have actually implemented this approach but am getting Access violation error while calling the javascript method from Eval or Runscript method in WatIn..
Am not sure whether this is possible in WatIn..?? can someone clarify me??
Cheers, Ramesh Vel