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

How do I verify data is a SQL Table?

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
William
Top achievements
Rank 1
William asked on 17 May 2012, 06:31 PM
I created a WPF test.  I have setup and bound a SQL Data source to this test.  Now I want to test a specific data column to verify that the value has changed.  How do I do this?  I selct the Bindings Collection from the data driven dialog, but there is no column to select.

1 Answer, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 17 May 2012, 08:52 PM
Hello William,

I'd like to clear up some confusion on how the data driving feature works in Test Studio. After binding a data source to a test, you bind a specific column to an input action or verification step. Then that step pulls from a consecutive row of that column per iteration.

There isn't a built-in feature to check the data source directly and verify a specific value. That can be accomplished in a coded step, however. See here for an example.

Greetings,
Anthony
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
William
Top achievements
Rank 1
Answers by
Anthony
Telerik team
Share this question
or