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

Execution of test suite stops anonymously

6 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Neeraj
Top achievements
Rank 1
Neeraj asked on 30 Sep 2015, 11:08 AM

Hi,

 I have faced some execution problem from quite a sometime. While executing the suite, ArtOfTest.Runner.exe has been stopped and subsequently execution of the suite has been stopped. Previously this error occurs when our test suite contains around 250 test scripts, so to solve the problem we partitioned it into 2 different suites, Each contains around 100 scripts. But the same problem still persist for 100 scripts as well. Please provide me the appropriate solution for the above problem ASAP.

I have attached the screenshot regarding the above problem.

6 Answers, 1 is accepted

Sort by
0
Ivaylo
Telerik team
answered on 05 Oct 2015, 09:56 AM
Hello Neeraj,

In order to investigate this behavior and provide a fix or a workaround we will need to be able to reproduce this behavior locally on our end and review it further.

As soon as you provide us with reliable repro we can start working on this problem.

Looking forward to hearing from you.

Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Neeraj
Top achievements
Rank 1
answered on 06 Oct 2015, 11:11 AM

Hi Ivaylo,

 There is no particular step to reproduce the same, actually when we run our test suite contains more than 100 scripts. This error occurs any time. I have tried to find the root cause but not able to find as it occurs anonymously.

0
Neeraj
Top achievements
Rank 1
answered on 08 Oct 2015, 12:27 PM

Hi Ivaylo,

The above issue has been resolved now, it occurred due to admin rights. But now a new error is displaying after execution of test suite (system.outofmemory error) and due to this error result for the suite is not generated. Can you tell me exactly where my memory is lacking. Is that the system memory or something else.

I have attahed the error screenshot.

0
Ivaylo
Telerik team
answered on 09 Oct 2015, 07:38 AM
Hello Neeraj,

In order to workaround this problem you will neet to set the LARGEADDRESSAWARE flag on the Test Studio and ArtOfTest.Runner executable files.

To do this requires that you have Visual Studio installed:

1. Open a Visual Studio command prompt (the standard command prompt won’t have the path set properly), with admin privileges

2. Enter “cd C:\Program Files (x86)\Telerik\Test Studio\Bin”

3. Enter “editbin /LARGEADDRESSAWARE Telerik.TestStudio.exe”

That should be it. To double check that it worked, you can (in the same command prompt) run:

dumpbin /headers Telerik.TestStudio.exe

You are looking for something ~12 lines down that says “Application can handle large (>2GB) addresses”


Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
0
Neeraj
Top achievements
Rank 1
answered on 12 Oct 2015, 04:12 AM

Hi Ivaylo ,

 I have done the needed configuration as you said on the last post but still getting the same error.

My system configuration is:

Processor - Intel core (i3) 3.10 Ghz

Ram - 4GB

Hard Disc - 500 GB

System Type - 32 bit operating system

Do i have to change my system configuration or is there any other solution for this error.

 

0
Ivaylo
Telerik team
answered on 14 Oct 2015, 11:39 AM
Hello Neeraj,

Please note that the LARGEADDRESSAWARE flag is applicable for 64 bit machines only. Since for 32-bit OS the memory usage cannot be extended.

Another solution is to use more powerful machine.

Regards,
Ivaylo
Telerik
 
The New Release of Telerik Test Studio Is Here! Download, install,
and send us your feedback!
Tags
General Discussions
Asked by
Neeraj
Top achievements
Rank 1
Answers by
Ivaylo
Telerik team
Neeraj
Top achievements
Rank 1
Share this question
or