I originally had one huge project with all of the tests in the one project. It was becoming a nuisance because the project took forever to load. I also wanted to have the ability to reuse tests for different projects, make changes per my testing expectations. So I reorganized my projects and broke them up. Now, I can't open any project and I have nothing. I really don't want to start completely over but I don't know what to do. Please help!
I want to have a project that houses only my master modules. Then another project that houses my regression tests. Another project that houses my login tests. When I look in my project, I can see the RESX files and the TSTEST file but I don't see them when I try to open the project. When I select the project, I get a dialog box that says, "Project not found!"
Misty
Hi Zeeshan Here!
I'm testing my DataGridApp through telerik test studio.But as my app is designed in angularjs so i'm blocked while executing my test cases.When i execute my test cases after recording in an efficient way,many of the elements becomes unable to find as they have no such static attribute through which they can be detected each time.Kindly guide me about its solution.Its a huge blocker for me since a number of weeks.
Thanks in advance :)
Hi Team,
In test list execution ,some test cases are getting hanged while clicking some controls in dialog window.When we manually close the app,the suite execution will continue.
Log file looks a below,
Overall Result: Fail
'4/29/2016 3:18:14 AM' - 'Pass' : 1. Wait for '1000' msec.
'4/29/2016 3:18:14 AM' - 'Fail' : 2. Click BtnUserProfileButton
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Object reference not set to an instance of an object.
InnerException:
System.NullReferenceException: Object reference not set to an instance of an object.
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
------------------------------------------------------------
'4/29/2016 3:18:14 AM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'4/29/2016 3:18:14 AM' - Overall Result: Fail
'4/29/2016 3:18:14 AM' - Duration: [1 min: 3 sec: 64 msec]
Anyone please help me to solve the issues as this is stopping our POC.
Thanks,
Rashmi
Hey
I have a problem trying to get one test to use data from the test that calls it.
I think my problem is exactly descriped at http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/data-driven-testing/multi-level-tests.aspx , under the header: "Data bound Test A calls Test B".
Unfortunately I can’t seem to get Test B to use data from a source attached to Test A. If I don’t attach the data file to Test B but have it attached to test A, the test automatically fails. If I do attach the data file to Test B and have it attached to test A, the test does not automatically fail, but it will run test B ones for each row of Data in the data file before continuing with test A.
The behavior I’m trying to get is that Test A runs multiple times (ones for each row in the data set) and test B uses the data appropriate for that iteration from the same data set.
Any help would be welcome.
I started with my evaluation of Telerik Test Studio a couple of days ago. I am somewhat familiar with CodedUI.
As a part of my eval, I have a a teststudio test with many CodedSteps. I am able to link it to a TFS TestCase (Associated Automation).
If I wanted to use the parameters from my linked manual TestCase here in each coded step, similar to a TestMethod() DataSource in CodedUI, how do I go about it?
This is what I intend to do:
[DataSource("Microsoft.VisualStudio.TestTools.DataSource.TestCase", "https://x.visualstudio.com/tfs/DefaultCollection;xx", "11", DataAccessMethod.Sequential)]
[CodedStep(@"Enter text 'Telerik test studio' in 'LstIbText'")]
public void doSearch()
{
TestContext.DataRow...
..}
It doesnt seem to work and throws object reference not found. Furthermore, the CodedStep disappears from .tstest. I added a TestMethod() attribute there and tried as well. But I know it's incorrect.
How do I drive the parameter data from an associated TFS TestCase? Or any insight on any alternate approach to get this parameter data?
thanks
I am running Test Studio through Jenkins and I want to generate the doc with a script.
Currently, I am doing this by launching test studio and exporting the result manually.
Does Test Studio support the feature to export aiiresult to other formats from terminal?
Thanks,
Jack
I am scheduling Test Studio Runs through Jenkins.
And I use "ArtOfTest.Runner.exe list=TESTLIST" to trigger the runs.
This way, it defaults to run in the background.
Is there a way to run the test with the GUI?
And also, how to configure Test Studio Runner to send of an email notification if the run fails?
Thanks,
Jack
I am doing UI automation using telerik and facing problem that while running , link is not opening in Internet Explorer.
It got resolved after restarting the system but occurs again after sometime.
If anyone also facing same issue or knows the solution please tell me.