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

WPF application using Web

3 Answers 58 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.
Mark
Top achievements
Rank 1
Mark asked on 04 Jan 2013, 09:46 AM
Hi all,
I have an issue with the Telerik recorder.
Actually I try to record a test case which use both WPF and Web (Java J2ee).
How can I handle this case? At the beginning I should choose a WPF protocol as my test case starts with it.
Thanks in advance for your help.

3 Answers, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 04 Jan 2013, 08:18 PM
Hi Mark,

A Test Studio test must be one of the following:
- A Web Test
- A WPF Test
- A Load Test
- A Performance Test

Test Studio does not support mixing them. However what you can do instead is to create a Test List which includes both Web Tests and WPF Tests. Following this approach the first test can be WPF and the second test a Web test, or vice versa, whatever mix meets your needs. This will effectively test both, just not concurrently, or as part of the same single test.

I hope this helps.

Greetings,
Cody
the Telerik team
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
0
Mark
Top achievements
Rank 1
answered on 05 Jan 2013, 03:10 AM
Ok thanks Admin.
I thought about this backup solution but I wanted to know if there were a special telerik setting to go around this issue.
0
Cody
Telerik team
answered on 07 Jan 2013, 04:07 PM
Hello Mark,

I am sorry we don't have an easier solution for you at this time.

Another approach, if you don't mind manually writing your test completely in code (or record it and convert the entire test to code), is to write your code as a coded unit test. It would be a bit tricky but you could launch a WPF application and a web browser concurrently and switch between them using your code.

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