Telerik Forums
Test Studio Forum
3 answers
194 views
What is the best way to accomplish publishing test results so that you have an HTML link to them?   Can this be done thru the scheduling server, or some other way?
Ivaylo
Telerik team
 answered on 06 Mar 2015
13 answers
144 views
Hi
I have a coded step which loops through the HeaderRow.HeaderCells collection of a RadGridView in order to find a particular column.
The test is data-driven and after the 2nd iteration of the datasource some of the cells in HeaderCells collection get reordered and no longer reflects the actual grid.
The attached image shows the grid. In the application, the columns in the grid are reset/added on each iteration of the datasource, but the first three are always "*", "Report Date" and "AVA".
Below is part of the code in the coded step which displays the header cells along with their Index.
var grid = Applications.MizuhoIPVShellSYS2exe.IPV_Database_Tool.AvaCaptureGrid;
foreach(GridViewHeaderCell c in grid.HeaderRow.HeaderCells)
{
    Log.WriteLine(String.Format("hr[{0}]-{1}",c.Index,c.Text));
}
Below is the output from this step. As you can see the first two sets get the columns in correct order (* -> Report Date -> AVA), but subsequent steps get AVA -> Report Date -> *. And even the Index property is reordered.
'23/02/2015 16:34:19' - LOG: hr[0]-*
'23/02/2015 16:34:19' - LOG: hr[1]-Report Date
'23/02/2015 16:34:19' - LOG: hr[2]-AVA
'23/02/2015 16:34:19' - LOG: hr[3]-Close out costs
'23/02/2015 16:34:19' - LOG: hr[4]-Notes
'23/02/2015 16:34:19' - LOG: hr[5]-Capture Levels
'23/02/2015 16:34:19' - LOG: hr[6]-Tolerance
.
.
'23/02/2015 16:34:35' - LOG: hr[0]-*
'23/02/2015 16:34:35' - LOG: hr[1]-Report Date
'23/02/2015 16:34:35' - LOG: hr[2]-AVA
'23/02/2015 16:34:35' - LOG: hr[3]-Model risk
'23/02/2015 16:34:35' - LOG: hr[4]-Notes
'23/02/2015 16:34:35' - LOG: hr[5]-Capture Levels
'23/02/2015 16:34:35' - LOG: hr[6]-Tolerance
.
.
'23/02/2015 16:35:25' - LOG: hr[0]-AVA
'23/02/2015 16:35:25' - LOG: hr[1]-Report Date
'23/02/2015 16:35:25' - LOG: hr[2]-*
'23/02/2015 16:35:25' - LOG: hr[3]-MPU - Lower
'23/02/2015 16:35:25' - LOG: hr[4]-Notes
'23/02/2015 16:35:25' - LOG: hr[5]-Capture Levels
'23/02/2015 16:35:25' - LOG: hr[6]-Tolerance
.
.
'23/02/2015 16:35:40' - LOG: hr[0]-AVA
'23/02/2015 16:35:40' - LOG: hr[1]-Report Date
'23/02/2015 16:35:40' - LOG: hr[2]-*
'23/02/2015 16:35:40' - LOG: hr[3]-Concentrated position
'23/02/2015 16:35:40' - LOG: hr[4]-Notes
'23/02/2015 16:35:40' - LOG: hr[5]-Capture Levels
'23/02/2015 16:35:40' - LOG: hr[6]-Tolerance
.
.
'23/02/2015 16:36:06' - LOG: hr[0]-AVA
'23/02/2015 16:36:06' - LOG: hr[1]-Report Date
'23/02/2015 16:36:06' - LOG: hr[2]-*
'23/02/2015 16:36:06' - LOG: hr[3]-Close out costs
'23/02/2015 16:36:06' - LOG: hr[4]-Notes
'23/02/2015 16:36:06' - LOG: hr[5]-Capture Levels
'23/02/2015 16:36:06' - LOG: hr[6]-Tolerance
.
.
'23/02/2015 16:36:20' - LOG: hr[0]-AVA
'23/02/2015 16:36:20' - LOG: hr[1]-Report Date
'23/02/2015 16:36:20' - LOG: hr[2]-*
'23/02/2015 16:36:20' - LOG: hr[3]-Model risk
'23/02/2015 16:36:20' - LOG: hr[4]-Notes
'23/02/2015 16:36:20' - LOG: hr[5]-Capture Levels
'23/02/2015 16:36:20' - LOG: hr[6]-Tolerance
 

Do you know why this is happening?

Are there any other properties I can use to locate the column I and interested in?

I am trying to reproduce in a demo app ....

Thanks,
Mike.

Cody
Telerik team
 answered on 05 Mar 2015
1 answer
121 views
HI,

Has anyone else noticed that the Memory usage is extremely high on their Execution Server. Specifically with sqlserver.exe?

I also noticed that it is very high on my local machine when running Test Studio (using about 73% of my total memory)

Is this a normal occurrence? Or is there something that is a known issue?

Any help/response is appreciated.

Thanks

Javier
Boyan Boev
Telerik team
 answered on 05 Mar 2015
9 answers
182 views
Hello,

I am seriously disappointed with latest version of Telerik test studio. I work on Remote Desktop. Everything was fine until recent version that completely changes recorder. In Internet Explorer 11, every time I try to do anything, the browser just freezes and crashes afterwards. Chrome shows blank white popup when using "Element highlight". In Firefox it is impossible to click "Build step".

What I am supposed to do? Current situation is very frustrating as I cannot record and run single test step.

Also is there any way how to permanently resize the recorder window? Why it now takes around 60% of space?

Thanks for help.
Konstantin Petkov
Telerik team
 answered on 05 Mar 2015
1 answer
169 views
Im wondering what the ratio is for Virtual Users to Real Users.  Is it a 1:1 ratio or is a virtual user greater than a real user?  This recently came up in a load test planning meeting and I wasn't sure but I thought virtual users count as more than one regular user. 
Cody
Telerik team
 answered on 04 Mar 2015
3 answers
123 views
I have been experiencing an issue where the first test in my test list will fail to execute and we can find no reason for it to do so. We have built a Buffer Test and added it to all our test lists which simply connects to the browser waits for 1 minute then maximizes the browser.  Even this simple test will fail but it allows us to get the real test to run.  We are running all our test lists in IE11 if that means anything.  Is there a setting or some other best practice we should use to allow are test list to run and the first test to execute properly?

 
Cody
Telerik team
 answered on 04 Mar 2015
3 answers
135 views
Is there any integration between Assembla and Test Studio?
Cody
Telerik team
 answered on 04 Mar 2015
6 answers
223 views
I have the following DOM:

<table id="abcde">
<thead>
<tr></tr>
<tr></tr>
</thead>
<tbody>
<tr>
<td>
<div>
<ul>
<li class ="view"></li>
<li class ="delete"><a href="???">delete</a></li>
</ul>
</div>
</td>
<td>
<a href="???">known search string</a>
</td>
</tr>
</tbody>
</table>

I need to do the following:
1. find the row of the "known search string"
2. click the delete hyperlink for that row

I have tried using this to know the number of rows that exists:
HtmlTable tTbl = Find.ById<HtmlTable>("abcde");
Log.Writeline(tTbl.Rows.Count.ToString());

but it always returns an exception error, so I was not able to proceed.

Any kind of help will be appreciated.

Thanks!

Sherjo







Ivaylo
Telerik team
 answered on 03 Mar 2015
1 answer
121 views
Hi,

I have done a Performance Test for my web application. It’s working fine for me and I can export a performance test results to excel file for the same.

But a performance test result looks like attached screenshot (Test List for performance).

In Details View section under Performance Tab, I can see the detail result of my performance test like attached screenshot (Performance Test Detail View).
This is what I actually want to export into excel file.

But I am unable to export this detail view of my performance test result to excel. I would like to know, is there any way to export detail view of my performance test results to excel?
Ivaylo
Telerik team
 answered on 03 Mar 2015
2 answers
128 views
When running a manual test list, putting a comment in a test case, typing, and then hitting the backspace to delete a comment, will go back to Steps 1 & 2.
http://screencast.com/t/jZ3LQwRyp
Is this a known bug?
Cody
Telerik team
 answered on 26 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?