Telerik Forums
Test Studio Forum
1 answer
74 views
Hi,

I have lots of automations for the same system (Silverlight) to check/test all the functions of the system, but each new build on server and system re-installed, automations can't find the element and of course tests are not passing, There is a same element to click and expected state and capture time of failure screenshots are the same,

Also when I re-recorded this step and the code and the description are same again ; but old one doesn't work.

How can I fix this?

Thanks,

Deniz
Ivaylo
Telerik team
 answered on 03 Feb 2014
1 answer
38 views
I have searched for test studio in App store but didn't find it.
Got Item Not available Prompt
"The item you've requested is not currently available in the U.S. store"
Can i find it on any other store?
Velin Koychev
Telerik team
 answered on 03 Feb 2014
3 answers
51 views
Hello,

We are using the API framework of Telerik TestStudio for iOS (http://docs.telerik.com/teststudio/mobile-testing/api-framework/using-the-api.aspx)
to create automated tests for iOS using OCUnit and Objective C.

We are having problems with the built-in iOS alert windows after migrating our tests from iOS 6.1 to iOS 7. 
We can no longer find the alerts and any UI controls in them (labels,buttons, etc) with your libraries.

This is probably due to a change that Apple made in the UIAlertView behavior in iOS 7 described in the accepted answer in this StackOverflow article http://stackoverflow.com/questions/18702565/find-uialertview-without-having-reference-to-it-ios-7/19275311#19275311

We tried the hack/workaround approach suggested in the second answer from the same article and the following snippet seems to
find the iOS alert fine:

   Class UIAlertManager = objc_getClass("_UIAlertManager");
   UIAlertView *topMostAlert = [UIAlertManager performSelector:@selector(topMostAlert)];

Unfortunately our attempts to close the actual alert using something
like this…

    [topMostAlert dismissWithClickedButtonIndex:0 animated:YES];

… do not do anything.

Do you have a solution for handling alert windows under iOS7 with your API framework? Unfortunately those alerts are widely used in the majority of the iOS applications.

Also what happened to the Telerik TestStudio for iOS product itself?  Although we use only the API library for automation, we can no longer find the app in the app store. Also the old URL your site (http://www.telerik.com/automated-testing-tools/ios-testing/ios-application-testing.aspx)
now seems to be missing.

Regards,
Vladimir
Anthony
Telerik team
 answered on 30 Jan 2014
3 answers
83 views
I want to use Extract element to record a order bar code number on a website.

The difficulty I ran into is that:
- There is no Attribute ID, class, or src distinction for this barcode (there are more than 1 bar codes on this website)

Can i by any chance use the table cell reference to acquire the number of that barcode?
If I can locate the certain cell, how can I get the link of the image, and extract only the digits out of it?



Thank you,
Nhan Ai
Boyan Boev
Telerik team
 answered on 30 Jan 2014
2 answers
77 views
Hi,

I am unable to handle the pop up dialog message when click to open/save a document. I tried changing the IE9 browser settings to open pop up in a new window. How can I handle this to continue the test execution? I will need to perform the below actions
1. Open document in IE
2. Save Documnet

I am using C# for coding. Can you please help me with this.

Please see attachment

Thanks,
Regards
Niranjalee.
Velin Koychev
Telerik team
 answered on 30 Jan 2014
17 answers
252 views
Dear all,

If I want to change something in my test I normaly use the feature "Run to here".
The problem is, that if I arrive at the "end"-point, Test Studio launches the recorder,
but it doesn't work/record. If I click in a ComboBox it doesn't record the step.(nothing happened)
When I want to verify a text it shows me the error attached.

If I record without the feature "Run to here" i can verify ervery text and it works just normal.
I've installed the latest internal Build 827. What can I do?

Edit: I added the Log-File

Thanks for your help.

Elias
Bruno
Top achievements
Rank 1
 answered on 30 Jan 2014
4 answers
156 views
Hello,
I am hoping to help a coworker resolve an error they have begun to receive when launching Test Studio.  It occurs just after launching the application the splash page is still up and it says "Save Project On Error".  An unexpected Error occured in Test Studio.  The error has been reported to the Telerik team.  Do you want to save your work?

This issue is affecting only a single account when launching the application when logged in under another account it works fine.  Any help is appreciated.

Thanks
Ivaylo
Telerik team
 answered on 30 Jan 2014
10 answers
87 views
Dear Telerik,

We use a runtime-keymapper between our application and the front end. Until now ID's are generated in this format: Entityname.Attributename (like car.door). Unfortunately, we are using a new styling method, which relies on jQuery, which does not like the dot in the ID's.

Are there easy ways to rename all ID's within my script or project, to replace the dot with a different character? In other words, were is the information stored about all the element ID's?

Thanks in advance.
Boyan Boev
Telerik team
 answered on 30 Jan 2014
3 answers
79 views
Hi,

In one of the test step selects value From Drop down List. Now I have done a coded step to select value, which uses method 'selectitembytext'. But whenever I run my test, It shows me this error. "Account.tstest.cs: Line 201: (CS1061) 'ArtOfTest.WebAii.Controls.HtmlControls.HtmlInputText' does not contain a definition for 'SelectItemByText' and no extension method 'SelectItemByText' accepting a first argument of type 'ArtOfTest.WebAii.Controls.HtmlControls.HtmlInputText' could be found (are you missing a using directive or an assembly reference?)"

Can you help me to resolve this issue?

Thank you
Cody
Telerik team
 answered on 29 Jan 2014
1 answer
80 views
Hi,

In one of the test step selects value From Drop down List. Now I have done a coded step to select value, which uses method 'selectitembytext'. But whenever I run my test, It shows me this error. "Account.tstest.cs: Line 201: (CS1061) 'ArtOfTest.WebAii.Controls.HtmlControls.HtmlInputText' does not contain a definition for 'SelectItemByText' and no extension method 'SelectItemByText' accepting a first argument of type 'ArtOfTest.WebAii.Controls.HtmlControls.HtmlInputText' could be found (are you missing a using directive or an assembly reference?)"

Can you help me to resolve this issue?

Thank you
Boyan Boev
Telerik team
 answered on 29 Jan 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?