Telerik Forums
Test Studio Forum
1 answer
71 views
Hi,

     How can I see the test report result appearing in dashboard in telerik ui in a web page without opening telerik test studio.


Susmita
Ivaylo
Telerik team
 answered on 15 Apr 2014
3 answers
81 views
I have recorded a test plan in IE9 with no problem. However, after I close the browser session, I can't connect to the recorder when right clicking on a test step then selecting Run>To Here. It will run through the selected test step, but it will not connect to the recorder after it has reached this step. I looked at some of the troubleshooting steps for not being able to connect to the Recorder, but none of the recommendations seem to address my issue. Any help would be greatly appreciated!
Ivaylo
Telerik team
 answered on 15 Apr 2014
1 answer
94 views
Hi,

I understand how to set up bindings for things like BaseURL, etc.  This works nicely.  However, I want to also bind to the "Count" property of one of my loops so that I can use a data driven element to specify how many times for my loop to run.  Is this possible? 

Another binding I would like to do is the "WaitTime" property on a "Execution Delay" for example.

Thanks,
Steve
Boyan Boev
Telerik team
 answered on 15 Apr 2014
1 answer
69 views
If my test is broken, how I could continue it  (beginning with the next step)?
Boyan Boev
Telerik team
 answered on 11 Apr 2014
1 answer
35 views
How to add a Step (coded, script)? 
Where can I find the rules for writing code in C #?
Boyan Boev
Telerik team
 answered on 11 Apr 2014
5 answers
255 views
While recording in IE9 with the latest Test Studio update (2013.2.1327), clicking the "Back" button records as a test step, but it fails the step when running the automated test. Does automation not work with browser actions such as this?

To counteract this problem, I simply tried copying and pasting the previous URL and adding a test step to navigate to that page. However, this step also fails.

For more information, I am clicking on a PDF (which opens in the same tab/window) and then trying to click the back button to return to the page that I am trying to test.

Any help would be greatly appreciated.

Thanks,
Bennett
Boyan Boev
Telerik team
 answered on 11 Apr 2014
1 answer
115 views
I moved my entire project in source control and renamed it through visual studio.
Now I'm opening the project in source control with standalone test studio.
Everything seems fine, except Test Lists and Results. Every time I click those tab, It's says 'Communicating with source control...' after that I get following error message for every test list.
---------------------------
Telerik - Test Studio
---------------------------
Unable to load test list 'C:\TestStudioProject\SCRUM Training\TestLists\lt.aiilist'! Please try loading the project again.
---------------------------
OK   
---------------------------
Ivaylo
Telerik team
 answered on 11 Apr 2014
1 answer
69 views
When running a load test what html status code are counted in the http errors per second counter? Also, is there any counter to track specific types of error codes? Like only the 400 Client Error codes or 500 Server Error status codes? For example I would like to know how many 302 ,304 and 500 error code happened and at what point in the test.
Ivaylo
Telerik team
 answered on 08 Apr 2014
1 answer
87 views
Hello,
I've recently put some tests on Jenkins to run after a project builds.  The odd thing is that even if 1 test fails the build simply continues to move on to the next test regardless of the results of the previous.

Is there a way for the build to immediately stop if any failure is detected?  So that any issues can be dealt with at a quicker pace.

Ivaylo
Telerik team
 answered on 07 Apr 2014
4 answers
81 views
My project has a shared test-as-step that each of my other tests call.  This test-as-step has the following override that is attempting to use properties of the testresult parent/calling test name to add to the custom log we've created:

public override void OnAfterTestCompleted(TestResult result)
{
base.OnAfterTestCompleted(result);

string parentName = Convert.ToString(result.Parent.Name); //line 103
string parentId = Convert.ToString(result.Parent.Id);
string parentRootName = Convert.ToString(result.Parent.RootName);
string fileName = Convert.ToString(result.Parent.FileName);

\\custom code to write to the log
}

Each line in the above override that references the testresult.parent.* properties test trigger the following error:
System.NullReferenceException: Object reference not set to an instance of an object.
   at CIS.TestStudio.WebAccess.Shared.Handler.OnAfterTestCompleted(TestResult result) in c:\tfs\CoreCM\Root\CIS.TestStudio.WebAccess\Shared\Handler.tstest.cs:line 103
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTestIteration(Object codeBehindInstance, Boolean isDataDriven)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteDataDrivenTest(Test test, BaseWebAiiTest codeInstance)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteTestInCurrentContext(Test test)

If this is not the correct way to access the name of the parent/calling test properties, is there a better way to do so through code?
Cody
Telerik team
 answered on 07 Apr 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?