Telerik Forums
Test Studio Forum
15 answers
726 views
Hi,

         Selected dropdown values are not being replayed while executing the test in Web UI test Studio.

Recorded a test with selecting a value from the dropdown list.
While the test is executed in Teststudio, the mouse pointer is showing at the dropdown , after that the step is executing
and passed, but the selected value is not picked from the drodown. 

Please find attached my screenshot.

thanks,
Boyan Boev
Telerik team
 answered on 11 Oct 2016
1 answer
74 views

Hi,

we're following  this page http://docs.telerik.com/teststudio/features/test-runners/artoftest-runner

We're trying to overwrite the baseURL by specifying a new one in a  setting file called  "settingAutomatedRun.xml"  .   

We then pass this file to "ArtOfTest.Runner.exe"  using the  "setting=" command. 

 

The issue we're running into is that the setting file is loaded but the BaseURL provided in the setting file is never used, 

 

The setting file looks something like this:

----------------------------------------------------

<configuration>
<WebAii.Settings.Web recycleBrowser="true" baseUrl="###"> </WebAii.Settings.Web> 
</configuration> 

-----------------

The commands used to kickof the Execution server looks something like this:

ArtOfTest.Runner.exe  list=### result=settingsAutomatedRun.xml

Can anyone explain why this isn't working ?

 

 

 

 

 

Boyan Boev
Telerik team
 answered on 11 Oct 2016
1 answer
117 views
i want to create test case for testing one software application in my PC by using the WPF is there any guide or demo video i can watch to learn more
Elena
Telerik team
 answered on 10 Oct 2016
1 answer
104 views

I have a problem with finding an element. When I run my test, then sometimes I get this error in my test step and sometimes it works. I tried wait steps and other wait methods in code, but it doesn't help me.

ArtOfTest.Common.Design.Exceptions.ExecutionException: Exception thrown executing coded step: 'Check unit prices in the modal form'. ---> System.NullReferenceException: Object reference not set to an instance of an object.   at ArtOfTest.WebAii.Controls.HtmlControls.HtmlDiv..ctor(Element e)

Here is the code, where it crashes:

HtmlFind find = new HtmlFind(Manager.ActiveBrowser.Find.ById("modal"));
HtmlDiv div = new HtmlDiv(find.ByAttributes("class=col-info")); 

Elena
Telerik team
 answered on 10 Oct 2016
1 answer
40 views

Hi Team, 

I'm new to the Telrik Test Studio and was wondering if you can add more fields to the Logon dialog? or is the username and password field standard? 

 

If so how would you recommend I complete three fields for a logon step? 

I have 1. InstanceName 2. Username 3. Password

 

If there is any documentation out there or another thread that has the answer that would be GREAT!

 

Thanks! and sorry if this is a stupid question.

Nikolay Petrov
Telerik team
 answered on 07 Oct 2016
1 answer
147 views

Hi

Could you please clarify the following queries
- Can we automate apple ios devices from windows OS?
- Test Studio is compatible only with windows OS for desktop applications, but does it provides full support with MAC OS for mobile testing?
- Safari browser has limitations with windows OS. Would there be any execution issues with Safari using Test Studio Desktop?

Thanks

Basha

Nikolay Petrov
Telerik team
 answered on 07 Oct 2016
2 answers
42 views

After updating the API Test Tool to build 2016.3.928.0

 

ERROR
Unable to open project: 'PATH\PROJECT'!
Object reference not set to an instance of an object.
OK

Boyan Boev
Telerik team
 answered on 06 Oct 2016
1 answer
106 views

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

Nikolay Petrov
Telerik team
 answered on 06 Oct 2016
1 answer
84 views

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.

Nikolay Petrov
Telerik team
 answered on 05 Oct 2016
10 answers
168 views

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>

Boyan Boev
Telerik team
 answered on 05 Oct 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?