Telerik Forums
Test Studio Forum
3 answers
142 views
Hello,

I have a lot of cases in a List. And when I run several Lists with cases, some time both Test Studio and IE will be crashed.

I believe some cases have been passed and then crash happened. The running process will be interrupted.

When click Close the programe, it will continue running following Lists.

This crash can not reprodeced but happened in my both laptops.

My Test Studio version 2012.2.1527.0. IE version is 8.0.760 and IE 9

Could you help me with the issue? or any log I should provide?

Thanks in advance.
Boyan Boev
Telerik team
 answered on 14 Jan 2015
1 answer
81 views
We are looking at trying to use the Performance Tool feature in Test Studio to create some load tests.  With our current tool we can create a "sequential" global variable that we use to generate usernames for our tests.  

In our application we are testing we need to be able to log in as different users and register for an event.   The user is not allowed to register for the event more than once so each time we run our suite of load tests our first test creates all of our users and then then these users register for events etc.  When the tests are run again new users,registrations are created each time so that we can use results for comparison runs.  

Example Logins

TestUser1
TestUser2
TestUser3
......

Can this be done with a Telerik Studio Load test ?
Ivaylo
Telerik team
 answered on 13 Jan 2015
6 answers
81 views
Hi guys,

I am having an issue with a pop-up
Each time I click and open the pop-up it generates a random ID and therefore anything being recorded after opening the popup doesn't work.
Is there anyway to go around this? OR anyway I can edit the "src=http://..... and replace the UniqueID with * or something else?

Any help would be appreciated
Cody
Telerik team
 answered on 05 Jan 2015
1 answer
31 views
HI,

1.I have recorded new test for silverligth application
2.Click on create new test case
3.Click on record test for crome/mozila
4.Navigate to url and perform steps
5.Close the browser and re run the test

Actual >> All the steps were ran successfully but I couldn't see in frontend that what was run. It just shown me that all the steps are performed well and result was in green color.
Steps should be shown that what I did.Where I clicked .How the action performed. 
Tried with Crome and Mozila

Thanks in advance ..
Gurpreet
Ivaylo
Telerik team
 answered on 26 Dec 2014
3 answers
105 views
Hi,

My query is relating to the Telerik Testing Framework. I have been looking into a scenario where I have a SharePoint 2010 form with modal html popups. The forms are SharePoint workflow generated forms and do not include any caption tag.

In the case where we have a modal html popup without a caption tag present, what is the recommend approach for locating and handling under the Telerik Testing Framework?

 
Ivaylo
Telerik team
 answered on 26 Dec 2014
1 answer
104 views
Unexpected error occurred : there was an error writing to the pipe : the pipe is being closed . (232,0xe8)
Ivaylo
Telerik team
 answered on 24 Dec 2014
1 answer
87 views
send has exited to controller on callback pipe
Ivaylo
Telerik team
 answered on 24 Dec 2014
2 answers
35 views
Hi, 

My query is relating to the Telerik Testing Framework. I have been looking into a scenario where I have a SharePoint 2010 form with modal html popups. The forms are SharePoint workflow generated forms and do not include any caption tag. 

In the case where we have a modal html popup without a caption tag present, what is the recommend approach for locating and handling under the Telerik Testing Framework?
Jean-Paul
Top achievements
Rank 1
 answered on 24 Dec 2014
4 answers
145 views
I viewed this page 

http://docs.telerik.com/teststudio/testing-framework/write-tests-in-code/intermediate-topics-wtc/element-identification-wtc/finding-page-elements

and still am not sure on how to achieve my goal. I am trying to verify that an HTML element's class is "RequiredInvalid". All I have as a basis is the code to check that the element's value is not "".

[code]
Public Sub TX_1V_1D_Prod_ScriptTest_CodedStep()
        'Verify input 'FnameText' value 'Exact' ''.
        Assert.IsTrue(ArtOfTest.Common.CompareUtils.StringCompare(Pages.{page name here}.FrameObjTabFrame.FnameText.Value, "", ArtOfTest.Common.StringCompareType.Exact))
End Sub
[/code]

The element's name is FnameText. How would I tweak the above code to verify that FnameText's class is "RequiredInvalid"?

Thanks!
Boyan Boev
Telerik team
 answered on 24 Dec 2014
4 answers
154 views
I have a table of data where I am trying to find a specific row in the table using data from an excel spreadsheet, and then I want to click a checkbox at the beginning of the row. There are several other steps that will cause the row to be deleted, then I want to run the test again using the next search term in the excel file. I can find the particular row I am looking for by using a chained find to find the table itself, and then the row, but I can't figure out how to back up in the same row to a previous element.

Can I do this test using the UI? I'd like to take advantage of the data binding of the excel data to my test steps.

If I can only do this test using code, can you show me the code I would need to use, including the code to read in the data from my excel file?

I've attached the relevant section of the DOM, the table I am searching. I am using version 2014.3.903.0 of Test Studio. If there is anything else you need, let me know.
Boyan Boev
Telerik team
 answered on 24 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?