Telerik Forums
Test Studio Forum
3 answers
210 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
169 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
181 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
110 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
371 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
103 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
1 answer
145 views

I am struggling with finding the best way to configure my tests dynamically.

I am logging into one of 4 or 5 servers. Sometimes I can use the same username/password pair and sometimes I cannot. I would also like to set environment variables specific to each environment. The only way I can do it now, is this. Say I have a "MyWebTest" to run. The first step is a code step that can log in and set variables. Everything after the login is in MyWebTestStep. What I have to do now is create 5 tests:

MyWebTestAAA: (1) LoginStepAAA (2) MyWebTestStep

MyWebTestBBB: (1) LoginStepBBB (2) MyWebTestStep

MyWebTestCCC: (1) LoginStepCCC (2) MyWebTestStep

and so on. This seems lame.

 

Or I can have the LoginStep do all of the configuration.

 

If I am running a test as a test, I have the 3 properties: CustomProperty1, CustomProperty2, CustomProperty3. I can put information in those and pull out the configuration info that I want.

 

If I am running a test within a test list, there is only one property that I can use, or mis-use. That the is baseUrl. Nothing else allows me to add arbitrary text. I can put http://url.com?env1=this&env2=that. And then I can put information in those and pull out the configuration info that I want.

But what I would like is o have only one "MyWebTest" and run a test list and, within that, run "MyWebTest" configured for AAA, the run in configured for BBB and then run it configured for CCC and I cannot do this. Again, I want to do this without having to create multiple copies of "MyWebTest".

 

If I do something using the custom properties, I can only use it when running as a test. If I use the baseUrl, I can only use it when running as a test. If I do both in different places, these things fight against one another. Is there a reasonable way to do this?

 

Elena
Telerik team
 answered on 12 May 2020
6 answers
141 views

Hi, 

While running test scripts the click events are failing, which were worked fine when i had recorded. Now, i have installed new trail version, after wards the scripts getting failed at click events. Can you please assist me how to fix these problems.

 

I have attached screenshots for reference,Please find the attachments. Thanks in Advance.

 

 

Thanks & Regards

Srilatha

 

Plamen Mitrev
Telerik team
 answered on 06 May 2020
1 answer
198 views

Internet explorer (IE) has stopped working during test execution throws error: ***** is not responding recover webpage.

"This issue happening only with Operating Systems: Windows 10 and Windows Server 2019, whereas works fine with Windows 7."

I am using internet explorer version 11.778.18362.0 to test my silverlight/asp web application using TestStudio_Ultimate_2018_2_0606_3.

Tests run "without" any issues using Windows 7, now we are trying to test SL application with Windows 10 / Windows Server 2019 but IE has stopped working during test execution (see attached). Every time I run a test, at some point of time it gives "***** is not responding recover webpage" error message and failing test. There is no consistency, where it fails either Silverlight or ASP pages.

Is anyone experiencing same issues? Any ideas to fix these kind of issues.

Thanks,

Tekmal

Plamen Mitrev
Telerik team
 answered on 04 May 2020
1 answer
103 views

I am facing problem in text size display. How to increase size according to our wish. Also is there any way to enable dark mode in telerik test studio?

 

Thanks.

 

 

Plamen Mitrev
Telerik team
 answered on 22 Apr 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?