Hi,
I have Multiple questions so I'll just list them here instead of creating multiple threads. I'm working on a web base project which is built using Silverlight. Now here is my question:
1. How can I validate the UI result vs MySQL database?
2. How can I validate exported file in FTP server?
3. How to get the values of ToolTip - this is a bit tricky because since this is like a hover event, I cannot get the xaml path of the tooltip window itself because when the mouse cursor is out of focus on that element, the tooltip window disappears. Is there a way to get the values?
I'm using C# for my coded steps. I'm not yet an expert at C# so I'm not sure if these kind of validations are supported in Telerik. Can we use Assert for these backend validations? This is the only information I can give as of now because I don't have any code for this.
Thank you.