Telerik Forums
Test Studio Forum
2 answers
87 views

Hello Team

I have bound an SQL Table to 2014.1 standalone test studio version.

I want to compare programatically the values in rows retrieved as record set [selcting a single column header with two active rows]

C sharp Code using CurrentDataRow method worked OK for iterations of bound recordset but I cannot do a comparison, as value retrieval that happens in iteration 1 has no scope in Iteration 2.

Is there a workaround to get both the row values as record set in same step and perform a comparison ?
Cody
Telerik team
 answered on 12 Jun 2014
3 answers
119 views
Hi,

After recording a scenario I am trying to convert the steps into the code but in vain.

Earlier I was able to convert in to VB code.

Please let me know how do I solve this issue.


Thanks & Regards
Archana
Cody
Telerik team
 answered on 12 Jun 2014
7 answers
93 views
Hello,

I'm working on a WPF app and it takes time to run each single script. That's just normal and i've experienced the same thing with another testing tool. 
The thing is, I have many scripts to run and it could take up to 4h to run all each time with a seat license.
I'd like to know how I can split it. 
Maybe I could purchase a concurrent license with at least 4 virtual users. 
In this case, how can I split my scripts? Should I work with many different machines, split my scripts in there and run it individually? 
Or maybe Telerik Test Studio can handle 4 virtual users in one machine?  
What kind of license would you advise to me?
Can we purchase 1 Test Studio License + many runtime edition license?
What best to do?
Any advises would be appreciated.

Thanks in advance for your support.
Ivaylo
Telerik team
 answered on 12 Jun 2014
8 answers
305 views
Hi Team,

Need help in clicking an htmlbutton control in my test.

Here is the scenario.

I have an student Information access application, I need to upload the student information from an excel sheet and then in the UI I will see all the student names as buttons . for example if i upload 10 students info i will see 10 buttons in the application.

So if i click on the button it will redirect me to details page.

In this case i have reocrded the step for one student (clicking onthe button and in the details page doing some validation), now i want to use the same test for all the uploaded all students.

since here my need is to click all the 10 buttons and validate the details, how would my recording for one student click will suffice the entire scenatro (since each and every button has same control id but the tag index property is on incremental bases)


How would my test know to click 2nd button till 10 th button during run time.?

Thanks & Regards
G.Chaitanya 







Boyan Boev
Telerik team
 answered on 12 Jun 2014
1 answer
233 views
Hi,

We are trying to automate winform (Desktop) application using Test stuido.
It shows two options web and wpf. When we are using WPF its not supporting winforms. How to handle it.

Application has compiled and converted into .exe file for desktop application. How to test those application.

Please clarify.

Thanks.
Ivaylo
Telerik team
 answered on 11 Jun 2014
4 answers
83 views
                 I have a issue in drop down.i have record all the step correctly.but while I am run those in dropdown step its showing error.
ExecuteCommand failed!
InError set by the client. Client Error:
System.ApplicationException: Unexpected error thrown while setting the dropdown ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: DropDown was unable to find the item 'Español' in the dropdown requested. DropDown had the following values only:
 
   at ArtOfTest.InternetExplorer.IECommandProcessor.SelectDropDown(IHTMLElement target, Int32 index, String text, Boolean useValue)
   --- End of inner exception stack trace ---
   at ArtOfTest.InternetExplorer.IECommandProcessor.SelectDropDown(IHTMLElement target, Int32 index, String text, Boolean useValue)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)
BrowserCommand (Type:'Action',Info:'NotSet',Action:'SelectDropDown',Target:'ElementId (tagName: 'select',occurrenceIndex: '0')',Data:'T:Español',ClientId:'Client_99a9e3b2-11c1-4cab-9ca3-31a3dcac3d3d',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'System.ApplicationException: Unexpected error thrown while setting the dropdown ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: DropDown was unable to find the item 'Español' in the dropdown requested. DropDown had the following values only:
 
   at ArtOfTest.InternetExplorer.IECommandProcessor.SelectDropDown(IHTMLElement target, Int32 index, String text, Boolean useValue)
   --- End of inner exception stack trace ---
   at ArtOfTest.InternetExplorer.IECommandProcessor.SelectDropDown(IHTMLElement target, Int32 index, String text, Boolean useValue)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
   at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)')
InnerException: none

so dropdown value is not comming .please response ASAP .its urgent.
Ivaylo
Telerik team
 answered on 11 Jun 2014
1 answer
51 views
I am using Test Studio's trial version on my windows 7 machine.
When I record test (approx 40 steps or so), test studio performs really slow.
Entire UI of test studio starts behaving very slowly and it becomes very difficult to work upon it.

OS -> windows 7 ultimate - 32 bit
test Studio -> 2014.1.410.0
Processor - >intel core i3 2.4Ghz
RAM - > 4GB (3GB usable)

Ivaylo
Telerik team
 answered on 11 Jun 2014
5 answers
97 views
Hi,

I am performing one scenario in which when I hit Save Button, message box appears/pop-up and I need to hit OK button to go further. I am attaching Screenshot of Messagebox which appears on Screen. Now challenge is, nor test studio is able to capture this messagebox neither hover over highlighting method. Also this messagebox is not showing in DOM tree. Let me know how I put test step for this?

Thank you.
Cody
Telerik team
 answered on 11 Jun 2014
3 answers
57 views
Hi,

My Application build on silverlight 5 and im using chrome version 33.

I have enabled Telerik Test Studio Chrome Automation 2013.2.1327.0 ,Telerik Test Studio Recorder 2013.2.1327.0 & Telerik Exploratory Testing Extension 1.0 In Chrome, While try to record the application in chrome, the Recorder menu comes up and only Navigation to url works, No other actions are getting recorded,

Can you please tell me what im i missing here ?

Thanks & Regards
Aneesh
Ivaylo
Telerik team
 answered on 10 Jun 2014
2 answers
100 views
 I know that you can "Reference an Element in Code",but can I do the reverse?
I would really like to be able to use an element that i captured during
run time, and use it in the "front end" test. Is there anyway to do
this? It would really help us in our testing.

I have attached a Screen shot of the coded step and the Boolean I would like to use in the "front end" / main test.
Boyan Boev
Telerik team
 answered on 10 Jun 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?