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

WPF Test Automiation

1 Answer 75 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Raghavendra
Top achievements
Rank 1
Raghavendra asked on 11 Nov 2014, 09:37 PM
We are developing a new WPF application that interacts with a server. The application sends a request to server and gets a response. The response is shown in different ways in different views (i.e. single model with multiple views).Now we want to automate the testing of the WPF application. I have the following test-automation needs:
1. Validate the request that is sent to server with user-entered parameters.
2. Validate the response that is received from the server with the data displayed in multiple views.(Response from the server is Async).

 How to achieve the above using Test framework. It will be great if you share some sample wpf and test automation scripts for the same.

Regards,
Raghu

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 14 Nov 2014, 05:39 PM
Hi Raghu,

The Telerik Testing Framework will interact with your WPF application only at the UI level. It does not have the ability to inspect requests and responses sent/received on the wire. All we can really do is enter some data into the UI, click something for submit, then verify that what is displayed in the UI is correct.


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