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

Multi-Thread solution

5 Answers 128 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Przemek
Top achievements
Rank 1
Przemek asked on 03 Dec 2019, 06:12 PM

Hi,

we need to create a system, that is a WebService. For every WebService call that we receive, we need to instantiate a new browser, make a GET request to some external system and read the data from returned HTML.

According to other threads on the forum, Testing Framework is not thread-safe.

But is it possible to use it in thread-safe manner? If yes, how it should be synchronized? I am worried that even if we implement some synchronization in our code, internals of the framework will anyway fail in multi-thread environment?

 

Regards,

Przemek

5 Answers, 1 is accepted

Sort by
0
Plamen Mitrev
Telerik team
answered on 06 Dec 2019, 08:52 AM

Hello Przemek,

As per my understanding, your scenario should be covered by the Testing Framework and it is thread safe. That said, it will be very helpful, if you can share more details about the test scenario that you want to automate.

I am curious to know where did you get that information on the forum, so I can review it and add a comment, if necessary. I will try to clear things out and prevent any potential confusion for anyone who is reading it.

Thank you for your cooperation.

Regards,
Plamen Mitrev
Progress Telerik

 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
0
Przemek
Top achievements
Rank 1
answered on 06 Dec 2019, 09:48 AM

Actually we are using WebAii1.1. It is some legacy application, and we can not upgrade it.

Information I have from here:

https://www.telerik.com/forums/multi-thread-with-webaii

 

Regards,

Przemek

0
Plamen Mitrev
Telerik team
answered on 06 Dec 2019, 11:21 AM

Hello Przemek,

It is indeed an old version of the Testing Framework and it is not thread safe. The forum post is over 9 years old and there are certainly many changes to the framework since then. The information there remains true for the version you have.

I understand that this is a legacy application and you need to update to the latest version of Telerik Testing Framework, to get all changes and improvements.

Thank you for your understanding.

Regards,
Plamen Mitrev
Progress Telerik

 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
0
Przemek
Top achievements
Rank 1
answered on 27 Jan 2020, 08:02 AM

Hi,

was there any changes to the API between 1.1 and current version?

Or can you point me to a release notes list so that I can check this?

 

Regards,

Przemek

0
Plamen Mitrev
Telerik team
answered on 27 Jan 2020, 12:23 PM

Hi Przemek,

The latest version of Telerik Testing Framework is 2019.3.1030 and it was released in the end of October 2019. You can see more details about the changes to Test Studio product, which is build upon the Testing Framework, here.

I remain available, if you have follow up questions.

Regards,
Plamen Mitrev
Progress Telerik

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