Telerik Forums
Test Studio Forum
1 answer
128 views

Hi,

Can we reuse TestList in another TestList in Telerik  Test Studio?

 

Thanks,

Sreelakshmi

 

Elena
Telerik team
 answered on 24 Feb 2023
1 answer
151 views

Hi,

I'm having an issue with verifying a button if it's disabled or not in a web app. I'm using the Verification - Enabled test step but Test Studio keeps returning an error saying the button is enabled even though it's already disabled/unclickable in the web. Can anyone from the Telerik Team check this?

Please see:

Disabled button - https://www.screencast.com/t/fTK7KoDw 

Error from Test Studio - https://www.screencast.com/t/aU2NAtane2a7

 

Thanks,
Roldan

Elena
Telerik team
 updated answer on 23 Feb 2023
1 answer
163 views

Issue :

Unable to locate elements in geo location.

Scenarios :

  • We have  a pre placed Device on the map  that needs to be clicked on irrespective of the location.
  • Telerik identified the elements for the first time when we click, but when the location changes of the devices does not gets identified by Telerik.

Additional Informations:

Application is built with WPF.

 

Elena
Telerik team
 answered on 22 Feb 2023
1 answer
105 views
I have 2 login test that are identical, the difference being the credentials used (internal vs external user). I will eventually data drive but for now I am hardcoding the credentials. The problem I am facing is when I update the credentials for one test, the credentials for the other gets updated as well. How do I make my updates applicable to just one test?
JR
Top achievements
Rank 1
Iron
 answered on 22 Feb 2023
0 answers
144 views
I am a Progress employee, in ADP:OpenEdge. I am using the API test studio to create some load tests. I need a license to keep operating. My trial is just about up.
Cameron David
Top achievements
Rank 1
 asked on 20 Feb 2023
1 answer
128 views

I have a scenario where I need to verify data based on timezone selected. For eg:

1) If the timezoneId: 'Europe/Athens' then show Label "A"

2) If the timezoneId: 'Europe/London' then show Label "B"

So let me know how I can change timezoneid from Test Studio itself to verify correct label.

Elena
Telerik team
 answered on 17 Feb 2023
1 answer
160 views
Hi! My team and I are testing our interface in Test Studio through execution engine in the command prompt . Currently, we have a question and we wanted to know if there's a way to change the test executable through the command line. 
We wanted to change some existing parameters in our interface. For example, our_program.exe -testmode
It would be very useful for us if we could do something like this.
We are also having some issues with controls switching places frequently. Suddenly, our test script breaks and the script begins to recognize other controls. Is there an update that fixes this?
Thank you!
Tsvetko
Telerik team
 answered on 15 Feb 2023
0 answers
141 views

Side panel disappearing while recording the scripts.

 

 

Brijesh
Top achievements
Rank 1
 asked on 15 Feb 2023
1 answer
173 views

We are facing some issues, some of them are: in our interface, there is a DataGrid with multiple rows. When this DataGrid passes a certain number "x" of rows (we haven't figured out the number yet), the TestStudio takes a long time to become "ready to record" and frequently identifies the wrong control. Another issue: Telerik recognizes controls that do not match the parameters inserted in the script as correct. For example, a "Quantity" field recognized in a "X" field as correct.

What is the criteria for the fields? What could be the reason for this failure to be recorded as correct in the script?

 

Thanks!

Tsvetko
Telerik team
 answered on 14 Feb 2023
1 answer
220 views

private void SearchText(string itemText)
{
m_RadComboBox.Text = itemText;
m_OwnerBrowser.Actions.InvokeScript($"(function() {{ $telerik.$(\"#{m_RadComboBox.ID}\").trigger(\"keyup\") }})()");
WaitForDropDownWithText(itemText);
m_RadComboBox.Refresh();
}

We use this code to trigger keyup event after setting the "Text" field of a RadComboBox and it does not seem to work with Google Chrome.

We are using version 2022.3.1201.2

When we type in the RadComboBox the list is filtered as expected, the searched item is found and we get the exception below:


Shtilianov
Telerik team
 answered on 13 Feb 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?