Telerik Forums
Test Studio Forum
1 answer
115 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
199 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
138 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
199 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
216 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
180 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
6 answers
196 views

Hey guys,

So I was just Setting up some Load Tests for an external client.
The Thing is: In the Load test when I go to the "Manage" tab to set up the virtual users, all I get is a popup stating what is in the title: 'We are not able to acquire Licensing Information' among with a prompt to buy new licenses and the hint that even when I'm offline I have 100 users available

 

So far so good. But there is no prompt to just 'continue' or hide the popup. It's either "Buy Users" or ESC-out. The actual "Manage virtual users" form is grayed out as Long as the popup is on it.
Test Studio runs in an intranet environment, so there indeed is no connection to the internet.
But how do I circumvent this popup, please?

Thanks guys. I appreciate it.

Kind regards
Ben


 

 

Elena
Telerik team
 answered on 18 May 2020
3 answers
117 views

Project tab, right-click properties on a project, Browser type = Firefox

Right-click / Run Test on the same project - Chrome is used?

 

 

Plamen Mitrev
Telerik team
 answered on 18 May 2020
1 answer
386 views
We are trying to use the test framework to test a .NET Core WPF application using .NET Core xUnit tests.  The test framework appears to only support the full .NET Framework 4.5.  Is there a .NET core version that we can use or is there a timeline for getting the test framework on the .NET Core/5 path?
Elena
Telerik team
 answered on 15 May 2020
6 answers
107 views

I have been doing some re-factoring of my tests and I wonder if others have developed ways to figure out how bet to do these things.

 

For example, Say that I have a 3-page web app, I would like to set up a test like:

ASmartTest:

     LoginStep

     Page1Step

     Page2Step

Each step contains 5 mini-steps. Then if I wanted a different "Page1" experience, I could re-use the other pages' steps.

 

But I cannot do this. The way environment variables are implemented causes problems. I need an environment variable to be set within all the steps. This works when I run the test as a whole. But say there is a problem with the test in the middle of Page1Step. I can:

- click on the 'LoginStep' in the test and select Run -> To Here.

- let this run.

- open the Page1Step and select the first 4 mini-steps and select Run -> Selected Steps.

But this does not work. After the LoginStep finishes, the process ends. If I start the mini-steps in Page1Step, they do not see the environment variables. So, if I am going to execute to the middle of Page1Step, then  LoginStep and Page1Step need to be jammed together into one step, so that they run in one process.

 

To put this another way, I cannot point to a step inside Page1Step and say run 'To Here' to that step within ASmartTest. I want to point to the 3rd step inside Page1Step and say run 'To Here' and have that mean 'run all of test steps in ASmartTest before this step and the mini-steps to here in this step'. And there seems to be no way to do that. Am I wrong?

 

To offer another solution, executing run 'To Here' could serialize the environment and reload those serialized variables when a 'Run Selected' is run. There is more than one way to fix this. Can something be done?

 

Any other suggestions?

thanx - ray

 

 

 

Elena
Telerik team
 answered on 14 May 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?