I have removed some obsolete verification steps from test. When I try to execute the test list, I got the following error. Any ideas how to fix this issue?
\\sw-fitnes\test.studio.myhours.tests\MH.Web\Pages.g.cs(1478,65) : error CS0102: The type 'MH_Web.Pages.Time1Page.ExpressionDefinitions' already contains a definition for 'Span'
\\sw-fitnes\test.studio.myhours.tests\MH.Web\Pages.g.cs(1354,68) : error CS0102: The type 'MH_Web.Pages.Time1Page' already contains a definition for 'Span'
Step:
1. Record check action (see attachment)
Result: Checkbox is checked in web and step recorded as attachment
2. Manual uncheck the checkbox
3.Replay step 1 using Test Studio
Result: the checkbox is not checked
Expected result: the checkbox is checked
It did not happen in previous build 2016.1.321.0, seems issue come from InvokeOnclick option
Hi. Just started using 2016.2.630.0. I have a test list with two test scripts, settings are to run under IE browser only. I ran the list remotely. The log has four runs listed: the two test scripts under IE and the two as SilverlightOutOfBrowser. There are not Silverlight applications associated with the system under test.
I have attached the log for the remote execution server.
Your help is much appreciated! Thanks!
Briar
Hey All,
I'm trying to append text into an entry form, however I'm finding that every time an "Enter text" step is executed, it is clearing the form first.
A bit of background on the specific test, I'm trying to copy text from a random number generator site, to use as the email address in an account creation. So navigate to random.org, copy "xxxx", nav to create account page, paste "xxxx" enter "@", paste "xxxx", enter ".com".
On the "enter "@"" and "enter ".com"" steps, it's clearing the previously entered data.
Any help?
Thanks!
Hi!
Analyzing load test results I see that in exported excel file such parameter as "Time To First Byte per Interval (sec)".
Can you, please, give me more info about it and what is the difference between this parameter and "Average Time To First Byte".
Thanks in advance
Leo
Hi All,
Our application has windows forms and embedded browser components.
Read a post in another forum - http://www.telerik.com/forums/windows-forms-application-automation
I would like to know, whether Test studio supports these kind of applications? Need your inputs.
Thanks,
Palani
Hi,
Below is an issue I've been getting for about a day now. I've searched through the forums and see similar issues but none of those answers are helping me. Below is the error I'm getting. I'm just trying to enter some text in a text box through the record feature. I have downloaded the error report with the DOM in it if that helps but I didnt want to attach it here would rather send it to an admin directly for help. Any idea what I need to change to make this work?
Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure: Waiting for frame '[Frame:name=Frame_2,src=https://devwebtest.mapcom.com/M4Inventory/,UseQuery:False]' timed out. Error: Wait for condition has timed out
Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure: Waiting for frame '[Frame:name=Frame_2,src=https://devwebtest.mapcom.com/M4Inventory/,UseQuery:False]' timed out. Error: Wait for condition has timed out
Hi All,
While starting VS using telerik template, got the message as it supports only web based application. Would like to hear from the experts, whether using C# code with Test Studio template, can I automate desktop (non-web) applications?
Thanks,
Palani
How to trigger a Rest Service from Telerik Test Studio tool?
Pease let me know If there is a way by connecting it to FIDDLER
I am working on getting CI setup. One of those steps is to allow execution of regression tests. It is a web browser based application. I am using TeamCity to call a ArtOfTestRunner from the command line with a settings file. It is executing an aiilist file composed of several tstest files. When the command is run through TeamCity the output appears as if no tests have been run and the step fails. The exact same command when executed from a from a cmd prompt window executes as I would expect. I am not really sure what I am doing wrong at this point. I am keeping a desktop user logged into the machine. I have given the TeamCity build agent access to interact with the desktop. Any suggestions would be helpful.
I've attached the team city and command line results files.