We have
recently bought license for Telerik Test Studio Ultimate Version for testing
purpose in our company. I have created Web Tests for different use cases
and further using those web tests, I am trying to do performance testing using
performance tab in Test Studio. I have already tried that using the tutorial
and documentation, As I am using standalone version (everything from/on one
machine creation and execution) I have received server, client time, size and
total time in results. So my first question is
1. Which server
we talking about here, is it Application, Web or database. Also If I select
those performance counters for the localhost, how is that going to be useful?
2. And in case
I want to calculate different performance counters for different servers. Do I
need to install Run-Time version on those servers?
3. If yes for
the previous question, do I need to buy another license and Where to buy
that Run Time version? Is that going to be different from the Ultimate
version that we just bought?
Regards
Satpreet
Can I verify the HTML contents of an element in a WebView without using code steps?
I have an HTML div on my form. I want to add a step using the Step Builder in order to verify the contents of the div (innerHTML).
Can you explain me how to do this?
Hello,
I have downloaded and installed the trial of Test Studio, but I have no internet connection. I tried the Manual Activation, and copied the link when clicking GetActivationKey into my machine with internet access - but it says I have no available licence keys?
Thanks!
It there a way to know that data has been loaded into a grid usin coded step?
I need to know that data has been loaded in the grid successfully.
I can use a DataItems count (of a Telerik.TestingFramework.Controls.KendoUI.KendoGrid) and wait when the count will be more 0.
But sometimes I can have a case where the DataItems count is 0
I need to know (from Test Studio) that dataBound event has been fired for kendo grid object in a browser.
Thanks.
Hi,
I want to test to input in
a text box which has search function, (I am using ajax). But when I run
what I record it cannot fully type what I input. I already set ajax time out to
2000 in input step. Attachment is screen shoot of the input text box.
Is there any solution from telerik?
Thanks
Candice Weng
Is there any solution to solve this issue?
Thanks & Best Regards
Candice Weng
Hi everone,
We tried the demo of Test Studio, but the Testing Framework should be sufficient for us as we can code our tests and therefore do not need Test Studio.
I would like to uninstall Test Studio and install Testing Framework on my machine. I need to do this as when I try and update the Testing Framework the Telerik Control Panel states that I can't do this as I have there is "Incompatible Software Installed" that is blocking me from doing upgrading (presumably the old instalation of Test Studio).
How do I uninstall Test Studio? I tried using the .exe installer (TestStudio_Ultimate_Setup_2016_3_0928_5_Trial.exe), but there did not seem to be any option to uninstall.
Many thanks in advance for your help with this!
Hi,
I've played a little with Telerik Test suite to familiarize myself with the tool. I've used many other softwares with an object repository before, but here I encounter some problems and I would like to know how to solve them..
As an example; I have a webSite that have a common header for all it's pages. When I use the recording function, I notice that, for each links in the header, it creates a different element in a different page. Problem that can be solved by changing Setting->Recording->CompareMode to 'Base URL'. But now, all of the elements that I create are created in the same 'folder' of the element explorer (The base page).
Is there a way to have a 'hybrid' solution where some elements are independant of the current page (Like the header/footer) and some elements are dependant of the current page (Like the content of the page) in the object explorer?
Worst case scenario, if, because of my needs, I'm forced to always use "Setting->Recording->Compare Mode = Base URL", Is there a way to manually group different elements to add more visibility in my project? (A kind of 'folder', if I can use the term).
---
Another question that might have the same answer than the first one:
Now, with more and more webSite that use URL Routing, it is possible to link two or more pages with different URL has being the same page?
Example::
On my webSite, the following URLs are linked to the same page, but are in different languages
- www.MyImaginaryWebSite.com/ClientList
- www.MyImaginaryWebSite.com/ListeDeClients
I would like to avoid creating all the element of that page in double in my element explorer.
While recording, I used Firefox browser. The recorded steps included uploading a file. My application uses AjaxFileUpload control for file upload.
In the test step, I click on 'Select file', a dialog box appears, I select the required files, press 'open' and then press upload.
While executing, the dialog box doesn't appear even though the test step 'click select file' passes. The test execution hangs at Handle 'FileUpload' dialog step.
I have attached the log and a screenshot of the application.
This is my application Url - https://ctoweb.ovcr.uic.edu
I went through solutions for similar issues discussed in the forum but they don't seem to work.