Telerik Forums
Testing Framework Forum
1 answer
106 views

Hi,

 

I would like to know telerik testing framework supports the automation of qlikview documents, charts etc. If so please provide some examples

Vera
Telerik team
 answered on 04 Jun 2018
1 answer
79 views

Hi support,

Greeting of the day!!.

I want to launch the chrome browser with some specified flags using telerik testng framework LaunchBrowser() method.

        flags ==     --js-flags="--expose-gc

Is it possible to launch the browser with flags?

Please look into this.

 

Thanks & Regards

     

 

Vera
Telerik team
 answered on 23 May 2018
8 answers
81 views

Hi telerik,
I am working on a scenario where i have to access the value using jquery. This below div [class="client-errors"] contains data which i exposed using jquery.

   < div id="automation-testing">
       <div class="client-errors"></div>
    < div class="menus"></div></div>

At my application end i am able to fetch the requested data using -

    "$("automation-testing div.client-errors").data().

But when i am trying to access it using telerik  testing framework, i am not getting that data.
       HtmlControl ctrl = Manager.ActiveBrowser.Find.ByExpression<HtmlControl>("id=automation-testing", "|", "class=client-errors");
       Console.Writeline(ctrl.AsjQueryControl().val);

I am not getting any data using the above approach.

Please look into this nd let me know the way to capture the data using jquery.

Thanks & Regards

 

Elena
Telerik team
 answered on 22 May 2018
2 answers
81 views

Hi telerik,
I am working on a scenario where i have to access the value using jquery. This below div [class="client-errors"] contains data which i exposed using jquery.

<div id="automation-testing">
    <div class="client-errors"></div>
<div class="menus"></div></div>

At my application end i am able to fetch the requested data using - "$("automation-testing div.client-errors").data(). But when i am trying to access it using telerik  testing framework, i am not getting that data.

       HtmlControl ctrl = Manager.ActiveBrowser.Find.ByExpression<HtmlControl>("id=automation-testing", "|", "class=client-errors");

       Console.Writeline(ctrl.AsjQueryControl().val);

 

 

 

 

 

Elena
Telerik team
 answered on 18 May 2018
1 answer
149 views

Hi Team,

I would like to know can we handle Telerik and Kendocontrol using Selenium. If it possible means please share the document to explore.

Elena
Telerik team
 answered on 18 May 2018
6 answers
524 views
Hi, I was trying to download the latest telerik framework but I noticed the filename says trial? Could someone elaborate on this. Thanks!

==
TestingFrameworkTrial.2013.2.1210

http://www.telerik.com/products/free-testing-framework/overview.aspx

=========

Elena
Telerik team
 answered on 18 May 2018
1 answer
58 views

Hi telerik,

I am working on a scenario where i have to access the value using jquery.

 

<div id="automation-testing">

    <div class="client-errors"></div>

<div class="menus"></div></div>

 

Vinay
Top achievements
Rank 1
 answered on 16 May 2018
1 answer
119 views
 I upgraded my local version of the Testing Framework to 2018.1.418.  A lot of my tests are failing so I need to revert back to a previous version (2017.1.207.0).  I am unable to download old installer. Installer is pointing to latest version.  How can I install the older version? 
Elena
Telerik team
 answered on 10 May 2018
3 answers
148 views
Hi,

I have code like this:

newElement = Find.ById<HtmlDiv>("someId");  
//the find is already executed here. But it takes some time before newElement is present on the page. So the find strategy will return null.

newElement.Wait.ForExists(timeout);              
 //since element was not already present, newElement= null. So wait for exists doesn't really do anything

Is there a way to have a lazy find strategy? So, only when I wait for the element to exist, does it actually try to find it?
Elena
Telerik team
 answered on 07 May 2018
1 answer
62 views

Hi Team,

 

I am using visual studio 2015 community Edition. In that, after clearing the existing build and rebuild the code. It shows build success in console, but in test explorer it shows only 42 test cases but I have a 330 test cases and also I don't have any error. So, please help as soon as possible.

Elena
Telerik team
 answered on 20 Apr 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Mark
Top achievements
Rank 1
Yurii
Top achievements
Rank 1
Leland
Top achievements
Rank 2
Iron
Iron
Iron
Hon
Top achievements
Rank 1
Iron
Deltaohm
Top achievements
Rank 3
Bronze
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?