Hi Palli,
We found solution, which is actually usable for us to test VWG using VS2010. The trick is to combine VS2010 components search with text search:
- First we search page for CUID (text search function)
- Then we parse components “Id” from the text we found
- Finally we use this “Id” which works for VS2010 tests …
However this is not the best solution, at least it is usable option to test VWGUI using VS2010.
Hope you will find more systematic solution …
Aves