Hi everybody !
1) I want to use Test Studio Mobile in Genymotion application (or an other emulator equivalent).
Is TSM compatible ?
I need to test my website on differents devices on my virtual machine. (so I need emulator).
2) Webtest on iOS don't work on my machine.
I have an iPad Pro 9.7 and the device is "connected" on the telerik app. My ipad is present in TSM but the green arrow (launch test) is not available. If I click on my android device, the arrow is available but not with my ipad... Why ?
Thank you very much.
We tried to automate the popup in desktop application,unfortunately it is not recording.
Please help on this
Hoping for reply,thanks in advance
Part of one of the scenarios that I'm putting together requires me to create a unique name for a file. Ideally, it would be test_workflow1, test_workflow2, etc. with the number on the end ascending. My question is: Is it possible to put in a coded step something that could possibly know to increment the name of the file? and if it is possible how would I go about doing so? Also, would it be better to simply add a random number to the end of the file name?
Thanks
M
My task is to write a test script to navigate to our news page, click on the first story (url), click a button to return to the news topics, and iterate through all of the urls contained on the page. Not only are the names dynamic, but they change daily in quantity as well, so I need it written in a generic way as opposed to recording it by clicking on the actual link.
I tried writing a step to navigate to the href that contains the generic 'starts with' portion of the URL, my next plan is to extract the full text of that URL, click URL, then click 'return to news topics'. Is this something that can be written in Telerik or must I rely on writing code? I'm just honestly lost trying to determine the best way to go about this without resorting to writing code. Any assistance or advice would be greatly appreciated.
Thank you!
Debi
Hi guys,
Have questions in regards to Telerik elements. My project is located in TFS source control and it contains several folders that contains scripts(Elements1.png).
Some of these scripts are not maintained and i was in the midst of trying to fix the outdated scripts when i encountered a big issue. I found out one of the step in the scripts have it's elements outdated so in order to fix it, i deleted the step and recorded a new step. But when i try to run this particular script(Element2.png), i couldn't even compile it and the error was pointing to some other script even tough i did nothing to that script(Element3.png).
After looking at the issue even further, i found that running a particular script not only compiles that script, it also compiles the whole project and deleting the steps also deletes the element from that step. And because Element3.png coded step calls the deleted element, the whole project compilation fails.
I tried changing the new element name to the same name as the old element but when i did this, the project seems to compile but the playback is not happening.
Is there work around to this issue? It's quite a major obstacle for me as due to this, i can't do any test scripts maintenance as whenever i delete a step in a script, the element used is also deleted and since Telerik is compiling the whole project to run the playback the other scripts is affected as well.
I hope it the explanation made sense to you :)
Thanks,
Best Regards,
Pravin
praja@dongenergy.dk
hi,
i'm trying to verify content on table element that contains phone number therefor contains the + sign and a number.
when recording the inner text appears as expected, but while executing verification step the value returns empty. also on editing element in live the inner text appears empty. see attached images.
Note - when the table contains simple string it works OK.
Please advise, thanks.
Hello,
I've managed to run test studio test list form TeamCity.
In the build step in TeamCity, I' am using this settings, see (Picture-1).
I call ArtOfTest.Runner.exe tо execute the test list.
The test list consists five tests, which tests call other tests and everything is running fine on execution machine.
Тhe Build Log of TeamCity shows me all the steps and when the result execution of the list is fail, shows me this message, see (Picture-2).
[22:47:07][Step 3/4] Overall Result: Fail
[22:47:17][Step 3/4] Result saved with path: 'D:\TeamCityData\buildAgent\work\5f900d37859a15dd\ProjectName\Results\TestListName131304556270198405.aiiresult'.
I can go to this path and open the .aiiresult file with the Test Studio and see where exactly is the error but is it possible
some how(for example to add some custom script in Build Step) to show the exact failure information in Build Log of TeamCity.
This is what I want to see in build log of TeamCity - see (Picture-3).
Currently I am using "Telerik Test Studio 2014.3" and TeamCity 10.0.3.
Regards,
Boris