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


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.

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?


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

Project tab, right-click properties on a project, Browser type = Firefox
Right-click / Run Test on the same project - Chrome is used?


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
