3 Answers, 1 is accepted
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
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.
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