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

Does WebUI test support for functional test ?

1 Answer 48 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.
Totti
Top achievements
Rank 1
Totti asked on 15 Sep 2010, 10:04 AM
I have a scenario : Add new a user into DB: Login -> Display list of users -> Pop-up to Add new user -> Input data -> Click OK button to insert user in DB.
So Does WebUI test support check user whether exist or not  in DB ? , How to check that the user has already insert in DB ?

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 15 Sep 2010, 04:54 PM
Hi Totti,

Interacting with a backend database the way you want requires using one or more code behind steps. The tool doesn't have any built-in features for database interaction other than a data driven test (where values can be read and used as input or expected values to compare against).

With our code behind model it's pretty easy to write code to interact with your database the way you want. Basically anything you can write in .NET code can be included in your test.

Regards,
Cody
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Totti
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or