Telerik Forums
Test Studio Forum
1 answer
117 views
Hello,
When scheduling a test list the 3rd step is to select notification settings.  3 options are available:

1.  When execution is complete or on unexpected failure.
2.  Only on execution failure (hang/timeout)
3.  Only on test failure.

I do not have a clear understanding of the differences nor are they documented.  Can you please explain?

Thanks in Advance,
Nick
Stoich
Telerik team
 answered on 03 Nov 2011
1 answer
158 views
I have a test that uploads a document from my desktop and then the web application returns a message to say 'successfully uploaded document with ID of ABC123'.  I want to extract the document ID part of the message only, Is this possible?  I have tried to do this using the quick tasks but can only extract the whole message.
Stoich
Telerik team
 answered on 03 Nov 2011
2 answers
116 views
Support,

I don't know if it is a known issue or not.

Trying to execute Silverlight pages in a row getting Unexpected error while waiting on condition. Error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
InError set by the client.


The same pages if executes as individual steps its working fine. Please see attached video for issue and reproducing steps.

Using Test Studio 2011.2.1028.0 version on windows 7 (32-bit) system. I see this issue since last 3-4 releases.

Thanks,
Madhu.

Madhu
Top achievements
Rank 1
 answered on 02 Nov 2011
1 answer
116 views
I am creating a test with coded steps using C#.
  1. In coded step, I need to fetch the data in certain row which is before the current row, I want to  know how to get the data.
  2. The time stored in Exel is type of String, how to convert it to the type of Date which is needed in the Application .

Thank you ver much!

Plamen
Telerik team
 answered on 31 Oct 2011
3 answers
204 views
I work from home developing automated tests. There is a new cloud machine set up for me to execute tests while I continue to work on other tasks and to take over the load testing responsibilities. However, I am running in to problems trying to connect the execution box with my local scheduling box.

Remote box (RDP)
I am logged in to our VPN to RDP to the execute box.
Execution software is installed.
I can PING my local scheduling box via IP only, not by machine name.
When I try to register this box I get the error: Unable to connect.
Server details (service URL) are correct.
<servername>:8009 is ESTABLISHED.

Scheduling box (LOCAL)
Scheduling and IDE software is installed and registered.
When running NETSTAT I do not see <localIP>:8009 listening or ESTABLISHED.
I can PING my remote box via IP.

Any help would be greatly appreciated.
Plamen
Telerik team
 answered on 28 Oct 2011
1 answer
89 views
I need to execute a javascript function against an Iframe - is this possible in Telerik.

Thanks
Anthony
Telerik team
 answered on 27 Oct 2011
1 answer
112 views
I am creating a test with coded steps using C#. I created a coded step to verify whether the specific column of the binding Exel data sheet is NULL or not.  If it is null, do thing 1. If it is not, do thing 2.
I wanna know that how to fetch the data, I mean , use which method or property.
For example:
string flag;
flag = ?     // flag is the data (column name is "CustomerName") from Exel.  I want to know what i shoud code to replace the "?".
if (flag==" " || flag == null)
   {
         do thing 1;
    }
else
   {
        do thing 2;
   }
 It is urgent. Thank you very much.
Anthony
Telerik team
 answered on 27 Oct 2011
2 answers
111 views

I have a web page with two almost identical grids on the page.  The grids are made up of tables that look something like
Grid 1
<Table> x-grid-row
<TBody>
<TR>
<td> x-grid3-Risk
<td>x-grid3-Name

Grid2
<Table> x-grid-row
<Tbody>
<tr>
<td>x-grid3-Reward
<td>x-grid3-Name


I've had succes getting to the information in the name column by using the following commands

 

Dim

 

 

my_Frame As ArtOfTest.WebAii.Core.Browser = ActiveBrowser.Frames.BySrc("~Lending/Admin/RiskModel.mvc/index")

 

 

 

Dim

 

 

myRows as Element = my_Frame.Find.AllByAttributes("class=~x-grid3-Reward")

 

Dim myElement = myRows(i).getNextSibiling

What I haven't been able to get to work out is how to use code to use "Click" with one of the x-grid3-name cells.  Is there a way to convert the Element to an HTML control?  Every method I have tried just causes a compile error - so any suggestions would be appreciated.

Thanks



S
Top achievements
Rank 1
 answered on 27 Oct 2011
4 answers
145 views
Greetings,

I am trying to create a test where certain steps of that test will only run if the browser is a certain browser.  I created a coded step to assert whether or not the browser is Fire Fox, and I was wondering if there is a way that I can use that within the built in if...then logical step included in Test Studio.  If not, is there another way that I can achieve this action?

Thank you for any advice you can offer.

Tyler
Anthony
Telerik team
 answered on 26 Oct 2011
1 answer
72 views
I need use methods from another test case which I use call like test as step. is this possible?

thanks
Anthony
Telerik team
 answered on 26 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?