Hello,
We're currently evaluation Test Studio, but are getting the following error on configuration:
"Android build tools not found"
Is there a simple fix for this?
Thanks
I'm attempting to test drag and drop functionality on an Angular page.
I identified a List Item element with dynamicid by it's unique InnerText, and have a step to drag and drop this record to another row. No problems here.
In the below example, how can I perform a verification test to see that Cat1 Tag1 element has moved from row 1 in the unorderedlist to row 2?
The element Property AbsoluteSiblingTagIndex shows the index information that I need, but not sure how I can utilize this in a step. Is a coded step required? If so, idea on an approach for this?
I suppose I could create a new element with same innertext and include the new xpath location on it, but this seems more brittle to me. And I really wanted the index location as part of the verification and not the element itself.
I have the need to test an inbox message count and verify that when a message is read, the count is reduced by 1. I am at a loss for how to accomplish this. We use a class within a span to define the message count integer. We are displaying it like "Inbox (10)" and after opening and reading an item, i want to verify that the count has been reduced by 1.
Here is the span in use where the number in the ( ) is the message count.
<span class="unreadNum ng-binding">(12)</span>
Hello,
I am using Test Studio to develop automated tests for a complex WPF application.
I am wondering: Is there any API calls I can make in a coded step that allows me to disable specific steps from being run during test execution?
For example:
if (some condition)
{
disable steps 2-4 of this test
}
else
{
execute all steps of this test
}
I want to have the condition be the value of an environmental variable on the computer where the test will be ran. (Will be ran on multiple different computers with the same environmental variable set to different values).
Let me know if there are any methods out there I could use.
Thanks,
Jon
Hi,
I am creating Global function for Login which can be executed for different user types. I have added UserName & Password input field under required pages which I can see in Elements treeview. Now I am trying to use them in Utility class to input username & password and it is not working. I have added using ProjectName; and tried as per this article but my elements doesn't appear for page. It only shows three properties like Equals, ExpressionDefinitions and ReferenceEqual.
Can some one help me on this ?
Thanks,
Chandresh

Hi Team,
I have tried below code but it isn't working
using System.Runtime.Serialization;
Log.WriteLine(this.ExecutionContext.Test.Name.ToString());
Below is the error i am getting after compiling above code
d:\Financials Panel\fgdg.tstest.cs(87,49) : error CS0012: The type 'System.Runtime.Serialization.IExtensibleDataObject' is
defined in an assembly that is not referenced.
You must add a reference to assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
d:\Financials Panel\fgdg.tstest.cs(87,49) : error CS0012: The type 'Telerik.TestStudio.Interfaces.Storage.IDataTransport' is
defined in an assembly that is not referenced.
You must add a reference to assembly 'Telerik.TestStudio.Interfaces, Version=2016.2.630.0, Culture=neutral, PublicKeyToken=b9f4c4e36181b3de'.
Thanks
Abdul

Hello,
I am evaluating this product for one of my clients. Although the record stuff seems to work nice, highlighting does not. On a high-dpi window (Surface Pro, Macbooks, etc), the highlighting is off. It should translate the coordinates based on the DPI settings of the system.
Can you please add support for any dpi?
Hi,
Our Quality Center config requires a Test ID value when creating a test case. Attempts to sync my Test Studio scripts to QC fails because a Test ID is not defined. Is the mapping to QC configurable? The script's UniqueID or a fixed value would suffice as the required Test ID.
Any suggestions for a workaround? I'd be surprised if I'm the first one to have this issue.
Thanks,
Dan
