Telerik Forums
Test Studio Forum
1 answer
115 views

I am having difficulty selecting a radmenu text item, which should launch a page.

In the script, I've added waits for the menu to be enabled and populated, prior to trying to access the item.

When using the application, the user would mouseover a menu bar, then scroll down a list to select the desired menu item.

How can this be automated? Mouseclick isn't selecting, directly trying to access the target ref isn't working either.

Plamen
Telerik team
 answered on 08 Oct 2012
3 answers
103 views
Is there any way for sequential execution of test steps in test studio?
expectation:
while step1 is executed, test studio should wait and go to step2 only when we get response(atleast one element of our choice) file from the server.
Example:
Step1- Navigate to yahoomail.com
Step2- Enter username text in user name text box

Here test studio should go to step2 only if it gets response file or any of the element in xml path from the server.

Reason:
In our application, once we navigate to our application URL, test studio is searching for the elements like user ID text box, which takes bit long time to load. In an overview we are not having synch with the timings of test studio and our application.
If we insert execution delay for each and every step, we are not sure how much time to wait for each and every step to execute.
Mario
Telerik team
 answered on 05 Oct 2012
1 answer
107 views

Data source contains 3 rows each with 3 user details
Scenario:
Step1: Login to the portal
Step2: Enter user1 data from data source and save
Step3: Enter user2 data from data source and save
Step3:Enter User3 data from data source and save
Step4: log off from the portal

Here when i run the scenario, for each and every Iteration, test studio is prompting to the login page of the portal, which is not required.
So our expectation is.. once we login to the portal, 3 iterations should get completed then log off. No need to login and logoff for each iteration.
Byron
Telerik team
 answered on 05 Oct 2012
1 answer
386 views
Hi,
     I am using Test Studio to record scripts on a web application. There are some elements that get displayed only after a background script is executed based on a previous selection. The background script execution varies in time and so i have tried enabling the usestepwaitonelements which for some reason does not work always (it seems to work sometimes) and also I tried using an execution delay which works. We do not want to use the execution delay unless necessary as the script execution gets delayed even when not necessary.

What options do i have to set to make the usestepwaitonelements to work on my scripts.

Thanks
Plamen
Telerik team
 answered on 05 Oct 2012
1 answer
79 views
Hi,

I am having difficulties with forms testing with Telerik and IE9.  I am on IE 9.0.8112.1642.

First of all, using the tab key between fields seems to be really hit and miss, and the subsequent playback is populating the wrong fields on replay.  This is partially overcome by only using point and click into fields - am I better off regressing to IE8?  I have tried (several times) to recalibrate the browser, which the application reports as being successful but doesn't seem to help.   Should I be looking to calibrate the browser manually instead?

I have replicated the same problem on a public site and have zipped up the test files (attached).

Your suggestions would be appreciated.

Andy
Ivaylo
Telerik team
 answered on 05 Oct 2012
1 answer
104 views
Hello Telerik,
      We are trying to install Test Studio and Run Time Engine on our system. We have installed Test Studio on a virtual machine. We would like to know if the Run Time Engine has to reside on the same system as the Test Studio installation?

Thanks
Mario
Telerik team
 answered on 04 Oct 2012
1 answer
127 views
Hi,

I have a hash that I need to extract from the following piece of HTML code:
<div id="ui-drawn-box-33" class="ui-drawn-box-default-color ui-drawn-box ui-drawn-box-ad-space-5047ab4103840b1cc060fc76 ui-draggable ui-drawn-box-selected" style="position: absolute; z-index: 1001; left: 130.238px; top: 2111.51px; width: 43.3705px; height: 43.4372px;" adspaceid="5047ab4103840b1cc060fc76" boxindex="33" isexisting="true" boxdata="{"adId":81994562,"adSpaceId":"5047ab4103840b1cc060fc76","calculatedImageHash":"EJxY0NP*+RAbpU*lP3xgVoQb4pw=","isStatusDeleted":false,"isStatusUnidentifiable":false,"isAd":false,"isExisting":false,"isMoved":false,"isHouse":false,"isMarkedHouseViaExistingHash":false,"isSponsored":false,"isManuallyAdded":false,"isAnimated":false,"isExpanding":false,"isTaskbar":false,"isPopover":false,"isAutoCropped":true,"isDeleted":false,"isAutoTagged":false,"isFlash":false,"isNewFlag":false,"isFlagRemoved":false,"hasExistingFlag":false,"typeOfAd":"Image","adNotes":"","flagDate":null,"flagType":0,"flagName":null,"flagComments":null,"brands":[],"redirectUrls":null,"resolvedAdFlags":null,"id":33,"x1":0.2051,"y1":0.5493,"x2":0.2734,"y2":0.5606,"percentOfPage":0,"originalZIndex":967,"clientSideId":33}">
<img src="http://some url...adImageHash=EJxY0NP*+RAbpU*lP3xgVoQb4pw=" style="width: 43px; height: 43px; z-index: 967;">


I am having a difficult time extracting the "adImageHash" from the class "ui-drawn-box-selected," I cannot simply find by the div name because it is variable, can you guys please point me in the right direction?
Byron
Telerik team
 answered on 02 Oct 2012
1 answer
79 views
I'm using Test Lists, and I see that we can check the history of Test List execution at the Test List level. Is there a way to get results by the Test Case level? This would be helpful in showing the historical performance with more detail (rather than just percentage passed/failed). Currently, the only way I can see how to do this is by creating a Test List for every single Test Case. Is there another way?

Thanks.
Plamen
Telerik team
 answered on 02 Oct 2012
1 answer
77 views
Hi,

I have created couple of tests in Test Studio, those are executing fine when run in debug mode(Run from Test tab). If I add them into single test list then if we execute them from Test lists then those are not executing. I am using the Demo version of Test Studio(2012.2.920.0), is there any limitation for Demo version to execute the test?

The following exception produced in the log file

------------------------------------------------------------
'27/09/2012 11:59:31' - Using .Net Runtime version: '4.0.30319.269' for tests execution.
'27/09/2012 11:59:31' - Starting execution....
'27/09/2012 12:00:20' - Failure detected during execution. Details:
------------------------------------------------------------
'27/09/2012 12:00:20' - System.NullReferenceException: Object reference not set to an instance of an object.
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InitializeWpf(ExecutionEngineCreateParams initParams)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.CreateAndInitializeEngine(Test test, ExecutionEngineCreateParams cp)
   at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(ExecuteTestCommand command)
------------------------------------------------------------
'27/09/2012 12:00:21' - Test completed!

Regards,
Nathan

 


Plamen
Telerik team
 answered on 02 Oct 2012
3 answers
65 views
Hi,

I am doing the evaluation on Test Studio for one of our WPF application and using demo version of Test Studio. Once we edited the script, if we run that test then it is not executing for some reason. Testing application was open fine then nothing happening. what cause the problem?

Regards,
Nathan

Plamen
Telerik team
 answered on 02 Oct 2012
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?