Hello. I am a beginner level user and looking for recommendations on the best way to create automated TC for multiple contact us forms. Data must be unique and dynamic each time the TC is run. Unfortunately I am not technically savvy enough to input code. I have created dynamic data in an excel spreadsheet. Is that the best route? Anyone have any examples suggestions. I have 23 websites to validate with 3 contact us forms on each site. Thank you!
Examples of the TC:
Route to Website #1
Enter: First Name, Last Name(dynamic), Email (dynamic), telephone number (dynamic)
Submit guest card
confirm Thank you pop up is received.
Route to Website #2
Enter: First Name, Last Name(dynamic), Email (dynamic), telephone number (dynamic)
Submit guest card
confirm Thank you pop up is received.

Hello I try to connect to a mail server and have not been able to establish a working connection.
When I enter the correct network adress and port, then Test Studio throws an error.
While I am able to connect to the server via Windows Telnet.
Our server is postfix.
So, how exactly do the fields need to filled?
When I don't enter a password, does Test Studio try to login without a password, use it anonymously, or not bother with authentification at all?
Right now I cannot find what is wrong on my configuration because I don't know what Test Studio is trying to do. I just know that it fails.
Every bit of help is appreciated and I will do my best to help you help me.
Is there any way to publish automated test results into TFS 2015 with the new build system?
I have tried with both ArtOfTest.Runner and Mstest but neither will publish the trx file into the build.
Thanks
Shaun

Hi all,
I was wondering if the following action could be done without the need for a coded step :
Scenario: an HTML page shows a search results in a Dynamic Table with 4 fixed columns.
1. Verify that the first column of each row contains the word: "blue"
I am new to Test Studio, I believe in Test Studio a "Conditions" step can be created using IF, ELSE as well as LOOP.
I thought of getting the row count of the Table and use that value to perform my loop operation, but I am not sure how to increment or decrement a databindvalue using the LOOP construst.
Cheers
FN.
Hi,
I am new to Telerik test studio.
For a registration page, am entering the email field and also extracting the input value, it is passing and while script execution also it is visible that the value is being entered in the field. But when register button is clicked, it displays error that email field is not entered.
How come it is not being passed, when it is visible in the application while running that it is being entered.
Please help
Hi.
When recording a test, the part that involves kendoinput values doesnt work when i run it..
The text that´s inserted on the kendo input value dissapears at the moment that the kendo select is invocated.
In a coded test, I’m trying to compare an image displayed in a ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control with an image I have on the file system. This would be quite straightforward in WPF, but how do I get the bitmap (either as a byte[] or System.Drawing.Bitmap) from ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control?
Thanks
Hi Team,
I am trying to click on a link which is Inside a HTML Table.
Added the Element with Properties hierarchy as follows :
Tagname = Table
Tagname = tbody
TagIndex = tbody:0
Tagname = tr
Innertext Contains $(ID) Here ID should be 55999
Tagname = td
Class = dxgv
Innertext Contains $(ID) Here ID should be 55999
Tagname = a
But during runtime, Test Studio is NOT clicking on link inside a cell of HTML table. Please guide me on this