This is a migrated thread and some comments may be shown as answers.

Validate Result in SQL, FPT Server , and Tooltip

1 Answer 50 Views
Miscellaneous
This is a migrated thread and some comments may be shown as answers.
Merlot
Top achievements
Rank 1
Merlot asked on 25 Jul 2018, 04:08 AM

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. 

1 Answer, 1 is accepted

Sort by
0
Vera
Telerik team
answered on 27 Jul 2018, 02:05 PM
Hello,

Thank you for contacting us. 

I would like to kindly mention that all queries you have are related to custom code implementations which each client could implement from their side. For this I apologize to admit that they are not a subject of Test Studio product.  

However, I have performed further research on those cases and would like to provide you with some useful materials on the mentioned topics. Here you can find how to use my sql select with c#  and connecting ftp server with credentials.

In regards to your third question you can use coded step and Tooltip Text Property.
string tooltip = Pages.Silverlight5Controls.SilverlightApp.BtnRadbutton.ToolTipText;
Assert.AreEqual(tooltip, "My ToolTip text.");


I hope the provided information is useful. 

Let me know if any further assistance is needed. 

Regards,
Vera
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Miscellaneous
Asked by
Merlot
Top achievements
Rank 1
Answers by
Vera
Telerik team
Share this question
or