Declined
Last Updated: 20 Dec 2023 10:44 by ADMIN
ADMIN
Rodney
Created on: 29 Oct 2013 15:36
Type: Feature Request
5
Support for String Builder in data-driven verifications
ISSUE:

Within the Test Studio's UI, you can reuse extracted values for veriftions. Instructions here:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/verifications/data-bind-an-extraction-step.aspx

REQUEST:

Please provide a way to use string builder in data driven tests without having to use coded steps, like:

// Verify 'InnerText' 'Contains' 'Hi, Daniel Clark' on 'HiSpan' - DataDriven: [$(Name)]
Pages.TelerikNETUIControls.HiSpan.AssertContent()
    .InnerText(ArtOfTest.Common.StringCompareType.Contains,
     (String.Format("Hi, {0}", (string)(System.Convert.ChangeType(Data["Name"], typeof(string))))));
1 comment
Hardik
Posted on: 07 Jan 2014 06:48
this is really in-needed feature... Requesting Data driven verification without code....