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

artoftest.common reference missing

3 Answers 172 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
joe
Top achievements
Rank 1
joe asked on 19 Aug 2011, 04:54 AM
in vs2010 this reference is missing in what download does this exist?

I need the WebAii installer?

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 19 Aug 2011, 08:18 AM
Hello Joe,

Can you give me more information on this, and specifically why do you need this reference? This reference is obsolete since 2011.1 and the assembly is no longer included in Telerik Testing Framework. Its functionality is transferred to "ArtOfTest.WebAii.dll".

WebAii Automation framework is an older version of Telerik Testing Framework, which is no longer supported. If you were using an older version before and you have existing projects with this reference, you can remove the "ArtOfTest.Common.dll" reference and rebuild your projects.

Let me know if you need further assistance!

Regards,
Plamen
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Yann SAMAMA
Top achievements
Rank 1
answered on 31 Jul 2015, 03:44 PM

Hi,

 

Sorry to digger this post but have the same problem here.

I just download the testing framework from the Telerik plateform and I try to bind it with Nunit.

When I run a simple login test like explain in that page : http://docs.telerik.com/teststudio/testing-framework/using-nunit

I have the following error :

iAqua.UiTests.UserManagement.Login:
SetUp : System.TypeInitializationException : Une exception a été levée par l'initialiseur de type pour 'ArtOfTest.Common.TraceInfo'.
  ----> System.IO.FileNotFoundException : Impossible de charger le fichier ou l'assembly 'Telerik.TestingFramework.Interop, Version=2015.2.715.0, Culture=neutral, PublicKeyToken=8ca00d3e0ebd4b8b' ou une de ses dépendances. Le fichier spécifié est introuvable.
TearDown : System.TypeInitializationException : Une exception a été levée par l'initialiseur de type pour 'ArtOfTest.Common.TraceInfo'.
  ----> System.IO.FileNotFoundException : Impossible de charger le fichier ou l'assembly 'Telerik.TestingFramework.Interop, Version=2015.2.715.0, Culture=neutral, PublicKeyToken=8ca00d3e0ebd4b8b' ou une de ses dépendances. Le fichier spécifié est introuvable.

Indeed, my test page is override by the BaseTest class.

When i see the code of BaseTest class there is a using with "ArtOfTest.Common".

using ArtOfTest.Common;
using ArtOfTest.WebAii.Core;
using System;

namespace ArtOfTest.WebAii.TestTemplates
{
    // Résumé :
    //     Base test class for all WebAii unit/coded tests.
    public abstract class BaseTest : IDisposable

...

}​

I don't fin any reference of that dll in the telerik test studio package.

Any help will be appreciate, thanksin advance.

 

 

 

0
Konstantin Petkov
Telerik team
answered on 03 Aug 2015, 08:26 AM
Hello,

The Telerik Testing Framework is not related to the Telerik Platform, rather it's the core framework behind Telerik Test Studio product. You are probably trying to mix the Testing Framework with the Mobile Testing framework.

Can you please submit a new ticket from your account for the exact product you work with and describe what you want to achieve? Thank you in advance for your cooperation!

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