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.
I have been struggling with getting consistently successful runs of my test lists using the scheduling and execution servers. Here are the details:
The test lists in question include several scripts which all follow the same procedure:
1. Navigate to and open application
2. Log in to application
3. Either look up existing "project" or create new one depending on test script
4. Open particular page of "project"
5. Exercise all options on the page
All scripting errors have been resolved in quick execution mode. There are delays placed strategically throughout the scripts and stepWaitOnElements is used. I have spent literally weeks on getting the scripts to this point.
When running the test lists remotely, test scripts either:
1. Die on the navigation step
2. Timeout on step three. There is a execution delay prior to this step with the time set to 30000 or 60000 msec depending on which application is being tested.
3. Run successfully.
Failing on navigation does not occur consistently as you will see in the attached list. It is not all at the beginning of the test list nor all at the end, but interspersed among test scripts. This proves true on repeated runs too, just which test scripts fail changes. The attached list has annotations of "L" (look up project) or "N" (new project) to indicate what is happening with step 3 above. I was just trying to find a pattern.
Some other notes related to resource issues: 1) The server is dedicated to Test Studio with myself and one other person using it. 2) The memory has been upped to 8GB. 3) Consistent clearing of browser cache is done. 4) Location of test script failure is not consistent. 5) If I reboot the server, generally the first test script executed will run without error.
Any ideas of where I should go from here to make these test lists less brittle?
Your help is always appreciated! Thanks!
Briar
Hello,
I have a list of checkboxes. Do you know how to select checkboxes randomly from the list?
If I selected a checkbox by simply recording it, the code would use HtmlInputCheckBox to do the operation like clicking.
My original thought is using random checkbox id so that I can selected checkbox randomly. When I use Find.ById() to locate a check box element, the return type is element which does not have method like clicking.
Hope you guys can help me with this. Thanks!
Peiyuan