Telerik Forums
Test Studio Forum
15 answers
529 views

Hello,

Has anyone attempted any automation against a React JS based application?  Right now I do not have any ideal element identification.  I think the only thing that might work for now would be XPath although not ideal.  This seems to be a difficult scenario for the Selenium arena as well.  If you have any suggestions or ideas that would be great.

Thank you,

Leon

Elena
Telerik team
 answered on 23 Jul 2020
3 answers
814 views
Hello,
I'm having issue selecting from Kendo UI drop-down list. It recorded well, but when I run the test, the mouse stopped at the drop-down without selecting the value from the drop-down. It works when the value I selected is visible from the drop-down (meaning I do not have to scroll-down), but when I select the value which needs to be scrolled down from the list, it is not working. I'm trying to select project name '30' which is not visible in the drop-down (see attached screen shot). 
I'm running test in IE. The test scripts are:
1. Click 'Span'
2. Wait for '6000' msec
3. Desktop command: HoverOver on StaticProjectSelectorListboxUnorderedList
4. Wait for 3000 msec
5. KendoListBox: select item by text '30'
6. wait for '3000' msec

It failed at step 5. I'm trying to find 'simulate real click option' from the test step which may resolve the issue, but I cannot find.

Please help.
Elena
Telerik team
 answered on 20 Jul 2020
1 answer
138 views

Dear Telerik Test Studio Team,

We use Silverlight and so we can't access the windows printer dialog which opens, to select an PDF printer.
Do you have any suggestions?

 

 

Regards

Gina 

 

 

 

Plamen Mitrev
Telerik team
 answered on 09 Jul 2020
8 answers
158 views

I was writing to inquire if there is an outstanding bug with the User Session Configuration - Change console resolution setting. I noticed this was posted in the feedback portal, but I hadn't found an update to this post: https://feedback.telerik.com/teststudio/1457711-change-console-resolution-option-is-not-working

I currently have a remote server that we remote into to run our test and schedule test runs. I noticed that when I disconnect and a schedule test list run is ran some of my test fail and looking at the graphic of the failure it looks like the screen resolution might have been reduced. (see attached). I have set the 'user session configuration' settings set as follows: keep machine awake - on; reconnect to console on disconnect - on; and change console resolution to 1920x1080 - on 

When I am connected to the server through remote desktop and the test run the list doesn't have any failures and the web app doesn't looked condensed to smaller resolution. It's when I disconnect that I notice is it gives the errors and possibly changes. I did verify that our server is not connected to a physical monitor, so I am unsure what would cause the resolution to change. 

Thanks in Advanced 

Plamen Mitrev
Telerik team
 answered on 02 Jul 2020
3 answers
129 views

Hi,

we have a grid where a column is set to selectable. Recording the select event and then playing that back does not always work. The checkbox has no id or other identifying property which would make it easy for test studio to find seeing how it is on every row...

 

Any suggestions?

 

Matt

Plamen Mitrev
Telerik team
 answered on 26 Jun 2020
30 answers
586 views

Hello,

I'm trying to run a test list on a Execution + Scheduling server but receiving an error during the upload process "Running test failed internally due to unhandled error"  .

My telerik version is 2015.3.1217.0 on both machines.

A couple of things that I tried without success:

- Move the project files to a different location

- Try running a test list from a new project

- Restart the scheduling server

- Tried to put the project under source control but I couldn't due to a different error (created another forum thread for that: http://www.telerik.com/forums/error-203-when-connecting-to-tfs)

 

 

This is the log file on the remote machine:

[01/13 06:49:37,Telerik.TestStudio.ExecutionManagerService.exe(1884:22)] First trace message from pool unnamed thread (managed ID = 22, native ID = 4956).
[01/13 06:49:37,Telerik.TestStudio.ExecutionManagerService.exe(1884:22),Execution] JobBroker.ScheduleJobAsync() : Job satisfied all preconditions, id = 30821eb4-66e8-4921-8258-4b6279eb330e
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26)] First trace message from pool unnamed thread (managed ID = 26, native ID = 3652).
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobRunner.RunJobAsync() : Unable to load test list, aborting run.
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobRunner.RunJobAsync() : Use source control server: NO
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobRunner.RunJobAsync() : Project source location: C:\Anova\TestStudio\Jazz
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobRunner.RunJobAsync() : Check if test list is available at project location. Consider cleaning Job storage!
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobRunner.RunJobAsync() : Job storage location: C:\Windows\system32\config\systemprofile\AppData\Roaming\Telerik\TestStudio\Scheduler\ScheduleStorage
[01/13 06:49:42,Telerik.TestStudio.ExecutionManagerService.exe(1884:26),Execution] JobsController.CreateNewJob() : Unable to create a new job.

 

I'm not sure if it has something to do or not, but the "Job storage location" on the remote machine is located on SysWOW64 and not on System32

 

 

 

 

This is the log file on my client machine

 

[01/13 10:54:55,Telerik.TestStudio.Desktop.exe(2104:1),Execution] RemoteExecutionViewModel.SendRun() : EXCEPTION! (see below)
Situation: Running test list failed internally due to unhandled error!
Outer Exception Type: System.Net.Http.HttpRequestException
Message: Response status code does not indicate success: 500 (Internal Server Error).
HRESULT: 0x80131500 (Official ID (if app.) = COR_E_EXCEPTION, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5376)
Call Stack:
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Telerik.TestStudio.Shared.Communication.BaseCommunicationLayer.<HandleResponse>d__5f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Telerik.TestStudio.Shared.Communication.BaseCommunicationLayer.<HandleResponse>d__62`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Telerik.TestStudio.Shared.Communication.BaseCommunicationLayer.<Post>d__46`2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Telerik.TestStudio.Shared.Communication.ExecutionManagerCommunicationLayer.<QueueJobRun>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at ArtOfTest.WebAii.Design.UI.ViewModels.RemoteExecutionViewModel.<SendRun>d__1d.MoveNext()

Elena
Telerik team
 answered on 24 Jun 2020
1 answer
125 views

Hi, 

Let's consider I have a test named "test_A" (in a list "list_A") bound to data source.

The test contains some coded steps and data source schema is in the attached file.

 

Is it possible using coded step to alter/edit Data source values? For example, let's say I want to set "SkipTest" value for second iteration to "1" in a coded step according to a custom strong verification.

 

I am asking this because I want to have that value present in the result file ".aiiresult" as the corresponding iteration data when executiong "list_A" as it is faked (by me) in Result attached file.

Plamen Mitrev
Telerik team
 answered on 23 Jun 2020
1 answer
110 views

1. What is the existing user-base (customer) size of Telerik Studio ? 

2. Can you explain more on the Architecture followed for this tool.

3. Speed & performance features of this tool ?

Plamen Mitrev
Telerik team
 answered on 22 Jun 2020
2 answers
120 views

Good morning,

fFor test development i add tests for e.g. login and calling of the needed mask...then i deactivating these for further changes on this test.
This saves much time when i have to edit one of the tests - i set only two or three checkboxes and say "run to here" to continue editing or doing the change i need.

Now i testes a whole mask by adding the standard tests for login, logout and so on.
Test for adding fails, because this test hiere is calling all the deactivated steps.  But for what reason we have checkboxes for active-state of the test steps when these are overriden by test list execution?  This makes no sense for me.

As you can see in the screenshots step 6 is deactivated - but executed by test list.

I have several tests where i deactivated bigger IF-brunches for future testing. These will be executed by test list too, when i undestand this execution result.

Greetings
Paul

Plamen Mitrev
Telerik team
 answered on 18 Jun 2020
8 answers
245 views

Is there an option where i can acivate the debugger in "run from here" option?

I'm creating a test for an bigger dialog and have to correct/change some of the controls which were not found. After this i start from this point (Browser + Recorder still open) to test this step.  And i know then some steps later there is the next error in the test - but the Test Runner never stops on errors.

Debugger is on and i've set to halt on any error.  When using "Run from here" the Test Runner looks like in the added screenshot.

 

Elena
Telerik team
 answered on 17 Jun 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?