Telerik Forums
Test Studio Forum
1 answer
96 views
Hello,
  We have noticed a large time difference from running the tasks locally and running the tasks on the Remote Execution server.  The small and medium tasks there seems to be a reasonable time difference that allows for the build server to communicate with the remote execution server.  However, the time difference for the large task is fairly significant.  This task is a 19 step task that loops through an excel file to enter information, one field from the excel file, onto the website.   My questions are:

1.   Has anyone else encountered this?
2.   Any suggestions on improving this time?

Thanks

** Locally Ran Tasks **

Small Task (1 task) – Log In
Start: 2:24
End: 2:24:43

Small Tasks (3 tasks) – Login x3
Start: 2:26
End: 2:26:58
End: 2:27:10
End: 2:28:35

Medium Task (1 task) – Log in and navigates around the page
Start: 2:25
End: 2:25:55

Medium Task (3 tasks) – Log in and navigates around the page x3
Start: 2:28
End: 2:29:26
End: 2:29:48
End: 2:30:12

Large Task (1 task)
Start: 2:47 PM
End: 3:48:20 PM
_______________________________________________________________

** Remote Execution Server **

Small Task (1 task) – Log In
Start: 11:12
End: 11:16

Medium Task (1 task) – Log in and navigates around the page
Start: 11:16
End: 11:20

Small Task (1 task) – Log In x3
Start: 11:21
End: 11:25:28
End: 11:25:43
End: 11:25:53

Medium Task (1 task) – Log in and navigates around the page x3
Start: 1:14
End: 1:19:12
End: 1:19:39
End: 1:19:58

Large Task (1 task)
Start: 2:40 PM
End: 5:11:08 PM




Cody
Telerik team
 answered on 13 Jun 2014
3 answers
238 views
Hi Team,

I'm trying to access excel sheet from test studio by using the code,

Microsoft.Office.Interop.Excel.Application mobjExcelApp = new Microsoft.Office.Interop.Excel.Application();

But it returns the error message as "Cannot find the interop type that matches the embedded interop type 'Microsoft.Office.Interop.Excel.Application'. Are you missing an assembly reference? "

I have added the .net assembly for Excel from the location "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.Office.Tools.Excel"

Can you please tell me how to solve this issue ?

Thanks & Regards
Aneesh
Boyan Boev
Telerik team
 answered on 13 Jun 2014
2 answers
89 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
125 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
97 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
312 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
236 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
84 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
53 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
102 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?