We are getting the attached error message when we try to convert a step to code.
I am guessing I a missing referernce in the settings but I am not sure which one:
References currently in the settings file:
System
System.Core
ArtOfTest.WebAii
ArtOfTest.WebAii.design
Telerik.WebAii.Controls.Html
Telerik.WebAii.Controls.Xaml
Telerik.WebAii.Controls.Wpf
Telerik.TestingFramework.Controls.KendoUI
Error message:
"Error adding functions: There are no classes in code behind that extend the webaii base class 'BaseWebAii'. Either add one to the file or delete the tests's .aii.cs or aii.vb file and we will generate a new one."
Any help would be greatly appreciated.
Mike
Hello. When running a scheduled test list and an error occurs, my emailed results are missing data on the Images and Page DOM tabs. I had reported this recently and it was thought that the latest build had resolved this problem. But, alas, that is not what I an experiencing. I am running the latest build 2015.3.127.0 on both my local machine and a server running the scheduling, storage, and execution services. The server has a fresh install as of yesterday afternoon.
I created a test script with a forced error in it. Please find a screen shot of it, the application logs for both my machine and the server, and screenshots of the emailed results.
Your help will be greatly appreciated. Thanks!
Briar
I just designed my first load test I have 300 users available to me. This test I designed only requires 15 users. Ive set up the scheduling service in the manage area to allocate 100 users.Now to the monitors I set up have to be the same servers that is connected to the scheduling service. I'm confused on how to get this going.
For example,
During recording, click the htmlbutton which creates the new htmltextbox with dynamic id (say t1) and edit that textbox and give some values to save it.
And during playback, click the htmlbutton which creates the another new htmltextbox with dynamic id (say t2) but it edits the textbox which already created (ie., t1) instead of textbox (t2).
How to find the dynamic elements using coded steps?.
Hi Team,
We are looking for an appropriate automation testing tool which works best for our WPF application.
I have recently downloaded Test Studio Trial version and I am facing challenges while working with recorder
1. Recorder is not working for WPF application, although it works smoothly for Web applications.
2.On checking Logs the error is as:
01/06
00:10:19,Telerik.TestStudio.Desktop.exe(18204:1),Framework]
Manager.get_ActiveWpfWindow() : ActiveWpfWindow was changed and set to
LastOrDefault. Current active window was either invisible or
disconnected
[01/06
00:10:20,Telerik.TestStudio.Desktop.exe(18204:1),Recording]
RecordViewController.ApplicationLaunched() : Error launching the
recorder. Error: Process has exited, so the requested information is not
available.
I
have currently installed Test Studio on Windows Server 2008 R2
machine.Looking into the error I feel its related to incomplete/missing
installation.I tried uninstalling /reinstalling but no success.
Note: I have gone through Telerik Forum -http://docs.telerik.com/teststudio/troubleshooting-guide/recording-problems-tg/unable-to-launch-recorder and followed most of the instructions but still recorder doesnt work.
Can you suggest me some alternative.
Kindly help.
Regards,
Tulika
Hello,
I am trying to create my first testing in Visual Studios 2013 with the Test Studio plugin. I am following the instrustions below. For some reason Telerik is not showing up as an installed template, when trying to select a project type. VS 2013 was installed before Test Studio. I have unistalled and re-installed Test Studio, but no luck.
http://docs.telerik.com/teststudio/getting-started/create-test-vsplugin/web-test
Please advise.....thanks,
Sean
Hello.
I am trying to perform a load test on a ASP.NET web application using following steps.
1. Log in
2. Open a popup window and enter some info and applying (POST) and closing the window
3. log out.
This works perfectly in a functional test, and the load test is recorded using the same functional test, using IE. I have tried to add wait times in all steps, but that does not help. Can you please advice? I am using Test studio V2015.3
Hi, I need to check the page source BEFORE the JavaScript loads, currently when i use ActiveBrowser.ViewSourceString it shows me the source after a webpage is making some manipulations.
Can you please advise some solution?
Thanks.