Hi,
In our application we have Kendo grid having different cell data, how can we do multiple data validation (Bulk objects) using TestSudio.
I didn't find anything related to that in User's Guide.
Please do needful.
Regards,
Raj.
Hi,
I've been able to successfully run a test suite with < 40 tests without issue until a couple days ago when it simply stop running a test list (suite). When this occurs, no results are returned to the TS client. This usually occurs within the first 15 or 20 minutes. When the full suite runs, it takes 2+ hours to complete.
The number of tests in my suite hasn't changed significantly over the last several months, and I've not done anything to change my configuration, so am at a loss to determine the cause of this issue.
I've looked through the Forums to see if there's anything that might be applicable to my situation, but didn't see anything.
I'm at a loss to determine the cause of the problem, and would appreciate any assistance you can provide.
Thanks,
Dan
I started using test studio for a webapp build in javascript. I came across a few things that don't work in my tests.
After recording i find that when clicking on certain div's or options in a dropdown (or an other element), it records it as "other" or as "Link". Then when i execute it, it goes well most of the time but with some steps test studio clicks the wrong element, or cant find the element.
I think this is due too it not having an id, but i came across an error where test studio filled the wrong inputfield even though all my input fields have an id. What am i doing wrong here?
Replication steps:
1. Logged into application using recorder
2. Have done some advance verification like some expected text is present or not
3. After that performed some operations on the application
When the verification fails the script going to stop and it won't execute further steps
Can I have any solution to run the entire script even though some verification failed
Regards,
Raj.
Hi,
In our application we have some web elements having tag name 'iFrame', we are unable to check the verification on such elements using Highlighter of the recording option.
I am getting this issue only for iFrame elements.
Regards,
Raj.
I currently have various tests, some of them use the login step where you can check encrypt and it will protect the password of the user used. I also have tests that are coded steps and I code the user and password to deal with the login. I would prefer to have a configuration file where I do the username and password as a configuration property that would be used to in the coded steps so that in the event of needing to change the user used for testing I wouldn't have to change it for all the steps.
First off I found the C:\Program Files (x86)\Telerik\Test Studio\Bin config file and I put the following in the configuration tags:
<configSections>
<section name="users" type="[namespaceNameHere].UserConfigSection" />
</configSections>
<users>
<add id="1" name="Automated Testing User" username="jessica.gonzales" password="AxkrhLLZjmWbai/5hpEJ6w==" />
<!--<add id="2" name="[Username Description]" username="[username]" password="[safe password]"/>-->
</users>
Hello,
I can connect to TFS to see my projects (1st image).
When i choose one and click "OK", it can't connect to source control (2nd image).
But i can connect by Web, Visual Studio.
Thanks for answers
regards