Telerik Forums
Test Studio Forum
3 answers
165 views

Hi , 

 

I was working in my Project. It was going ok. Suddenly, while compiling I got this error. I am not sure how to fix this and what caused this error. 

Could you please help me to fix this.

Note : When I open my old copy of the project which is placed in different location. There is no such errror.

Only with the particular project, I got this error. I feel something should be crashed when I was trying some steps in the scripts.

 

10:00:46 'ERROR' > error The code provider failed to generate the .dll, please check the output bellow.: C:\Program Files (x86)\Progress\Test Studio\Bin> "C:\Windows\Microsoft.NET\Framework\v4.0.30319\vbc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\ArtOfTest.WebAii\v4.0_2020.1.331.0__4fd5f65be123776c\ArtOfTest.WebAii.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\ArtOfTest.WebAii.Design\v4.0_2020.1.331.0__4fc62bbc3827ab1d\ArtOfTest.WebAii.Design.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.WebAii.Controls.Html\v4.0_2020.1.331.0__528163f3e645de45\Telerik.WebAii.Controls.Html.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.WebAii.Controls.Xaml\v4.0_2020.1.331.0__528163f3e645de45\Telerik.WebAii.Controls.Xaml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.WebAii.Controls.Xaml.Wpf\v4.0_2020.1.331.0__528163f3e645de45\Telerik.WebAii.Controls.Xaml.Wpf.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.TestingFramework.Controls.KendoUI\v4.0_2020.1.331.0__528163f3e645de45\Telerik.TestingFramework.Controls.KendoUI.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.TestingFramework.Controls.KendoUI.Angular\v4.0_2020.1.331.0__528163f3e645de45\Telerik.TestingFramework.Controls.KendoUI.Angular.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.TestingFramework.Controls.TelerikUI.Blazor\v4.0_2020.1.331.0__528163f3e645de45\Telerik.TestingFramework.Controls.TelerikUI.Blazor.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Telerik.TestStudio.Translators.Common\v4.0_2020.1.331.0__528163f3e645de45\Telerik.TestStudio.Translators.Common.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" 

 

Regards, 

Nithya A.

Elena
Telerik team
 answered on 08 Jun 2020
3 answers
72 views

Hello Team,

I'm trying to find a tool which helps in performance testing for an action methods in Web API Controller (Basically for a post call from angular code to API). Is it possible to track the performance of code inside the method of API through Telerik? If so, Can you please help me to do so with any sample. If not can you please suggest any alternate if possible.

Thanks in Advance.

 

 

Thanks & Regards

Vimala

 

Elena
Telerik team
 answered on 05 Jun 2020
3 answers
82 views

Hi Everyone,

we have a very large .Net Core MVC app and a lot of the tests could be made easier if we had a way to dynamically create the tests (vs recording or putting it all in by hand). Here is the scenario:

 

  • We have many controllers which have data entry/index screens all of which are of one of five types
  • The url is always uri/<Controller Name>/Create or Edit or Index etc.
  • We know all the pieces that make up the controller names and we know which ones have what functionality. Not all are the same, but 85% can run off of similar tests. Is there a way to call a test, dynamically change the URL during runtime from a list of names, then record the result against that somehow?

Thanks

Plamen Mitrev
Telerik team
 answered on 01 Jun 2020
4 answers
123 views
Does Test Studio work with server side Blazor?  If so, anything specific we should be doing to get it to work?
Plamen Mitrev
Telerik team
 answered on 01 Jun 2020
1 answer
70 views

Dear Telerik Test Studio Team,

I am writing to you, because we had a problem:

Why are radribbontabs detected in recording, but not found while playing a test?

First of all we only have this problem in WPF.

By searching for an answer we found this old discussion:

https://www.telerik.com/forums/radribbontab-(rad-ribbon-tab)-object-not-identified!

So someone had this problem even 5 years ago.

So we would like to know how do you have solve the problem 5 years ago or do you have another idea?

Yours sincerely

 

Plamen Mitrev
Telerik team
 answered on 26 May 2020
1 answer
146 views
Am I close?  I'm using Extract to pull the string from a field and storing that in Contact1. 


[CodedStep(@"Compare expected Contacts")]
public void Infu_CodedStep()
{
var cval = GetExtractedValue(Contact1);
Assert.IsTrue(cval > 50000);
}

But, once I completed adding the code block, the test will not run.  All others still do, but the new one just stares at me and doesn't respond in ANY way when I attempt to Run or Run to here.
Plamen Mitrev
Telerik team
 answered on 22 May 2020
7 answers
90 views

Several tests just started failing the other day - failing to find the element to click on to initiate a login.  I assumed something on the site changed so I created a new simple test with just two steps, go to the site and click logon.  It works.  But the new test step that clicks the login is identical to that in the test that has worked for months and now has quit working.

 

 

Elena
Telerik team
 answered on 21 May 2020
5 answers
145 views

Hi,

I am using Test Studio 2018 version. I am not getting Image verification feature  in it. Why so??? What i need to do to avail this feature?

 

 

Michael
Top achievements
Rank 1
 answered on 19 May 2020
3 answers
175 views
Hi, wondering if anyone knows how can I retrieve the [column,row] in KendoGridDataCell into coded step? I would like make a for loop on the columns and rows to verify the cell text. But I cannot find the column and row properties inside the Element repository. Please view the screenshots attached for more details.
Plamen Mitrev
Telerik team
 answered on 18 May 2020
3 answers
129 views
I am attempting to use the Telerik Testing Framework and would like to know how to input text into a Masked text box input during an automated test.
Plamen Mitrev
Telerik team
 answered on 18 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?