Telerik Forums
Test Studio Forum
1 answer
133 views
Hi,

I jsut upgrade from old version(2012_2_1420) in which there is 1 result file for the list.

But in the latest version, all cases reulsts are separate within the list. And when I exported to Word/Excel/VS, I can not get the steps details.

Can I export all cases and their steps into one .aiiresult file? That's really helpful as the final report.

Thanks a lot.
Boyan Boev
Telerik team
 answered on 26 Dec 2013
2 answers
65 views
Hi,

I just upgrade from "2012_2_1420" to latest "2013.2.1210".

Before my upgrade, all cases can passed both Standalone running and List running.

But after upgrade, cases were failed in list running. I checked the log that some exception as

'12/25/2013 5:27:43 PM' - LOG: Unexpected dialog encountered. Closing the dialog, and halting execution.
'12/25/2013 5:27:45 PM' - 'Pass' : 10. Wait for Exists 'MoveToNextPageButtonRadbutton'
'12/25/2013 5:27:45 PM' - 'Fail' : 11. Execute test 'Public_Waiting_PleaseWait.tstest'

and log details

ArtOfTest.Common.Design.Exceptions.ExecutionException: Unexpected dialog:

But some cases passed with this same step in this list.

And for this faild case, I also can pass it in standalone running

So could you help me?

My IE version 9.0.8112, OS Win7

Attached is the result file and my list settings screen shot
Ivaylo
Telerik team
 answered on 26 Dec 2013
1 answer
88 views
Hi,

I just upgrated my version to latest 2013.2.1210

But the debug mode is not work when Run - From Here or Run - Selected Steps. Seems all cases can not use these function.

Run - To Here is fine.

Attached is the error log. Please have a check. Thanks in advance.

Failure Information:
~~~~~~~~~~~~~~~
Unable to determine the type of 'radcombobox' element. Check the log for details.
InnerException:
System.ArgumentException: Unable to determine the type of 'radcombobox' element. Check the log for
 
details.
Konstantin Petkov
Telerik team
 answered on 26 Dec 2013
5 answers
163 views
Hey everyone,
I'm having trouble trying to figure out the most efficient way to build my suite of tests.  The issue is, I have tests that do environment specific things.  For example, in one of my tests, I query our qa environment database to get a specific value back which is then used to help datadrive the test.  Now what if I want to run this same test in UAT or Prod?  This means I need to change in all the tests which environment I am pointing to.  I want to be able to just have to change one value in a test and then everything will run in the correct environment.

My idea was creating a custom C# class that has functions that based on which environment you are in, returns the correct value.

Here's a quick example of what I want.

public String getUrl(Environment env)
{
if(env == Environment.QA)
{
return "qaurl";
}else if(env == Environment.UAT)
{
return "uatUrl"
}
}

Is this possible in Test Studio?  If so, where can I create my C# class to use and reference it in my project?  I am not familiar with the C# way since I'm coming from a Java background.















Boyan Boev
Telerik team
 answered on 25 Dec 2013
1 answer
114 views
Just did my first check-in into TFS. Having problems because the character limit is being hit.

Why do you guys put so many extra characters in the file paths? 
Ivaylo
Telerik team
 answered on 25 Dec 2013
1 answer
66 views
I am doing a test of an ajax form that we have running, and one of the conditions it does is sets a buttons state using class based on some of the jquery.ui built-in classes.  Our form is running this very long running ajax routine (we are doing some complex file IO) is using signalr to send feedback back to the ui.  What I would like to do is check the state of a button html element on the screen, and wait while it has a specific class.  when that class disappears (the button becomes enabled) I would like to proceed.

Here is the buttons initial html:

<button class="jw-button-next ui-button ui-widget ui-state-default ui-corner-all ui-button-text-icon-secondary ui-state-hover ui-state-disabled" role="button" aria-disabled="false" type="button">

notice 'ui-state-disabled' there, that is what I want to be waiting to disappear.

Any suggestions?
Boyan Boev
Telerik team
 answered on 24 Dec 2013
1 answer
113 views
We have three testing environments:  Dev, QA, and Production.  We also have scripts that do database comparison between app and DB.  Currently, the connection string is hard-coded.  I know that this should be variable/datasheet driven.  What would be best practice for this considering that we will test on three seperate databases during the sprint?  Using the datasheet variable, the sheet would have to be changed each time we want to hit a different database.  I undertand this would be easier than changing the coded connection string in each test, but it seems like there is probably a better way to do this that I cannot think of.  Ideas/thoughts/enlightenment?

Thanks!!
Boyan Boev
Telerik team
 answered on 24 Dec 2013
1 answer
46 views

We want the ability for any one of our test team members to create test scripts, check them in, and for them to then be available to the entire test team.

We noticed that when we create a project in TestStudio it creates a bunch of folders like bin, Data, My Project, obj, etc.

Could you please advise us on which of these files/folders need to be checked-in to achieve this?

Rodney
Telerik team
 answered on 23 Dec 2013
3 answers
128 views
In a test case, I click on a PDF link on the page, IE 9's download dialog appears along the bottom of the browser window. The test case then handles the dialog by Canceling it.

If I run this test case in Quick Execution, it works.
If I run this test case as part of a Test List, it fails with an Unexpected Dialog error.

Is this a known issue? Am I over-looking something? I believe this test case worked in a Test List before I updated to 2013.2.

Thanks for your help.

Donna
Rodney
Telerik team
 answered on 23 Dec 2013
4 answers
407 views
In the Element Properties window there appear two properties whose use I am unsure of. I understand they deal with baseURL functionality, but I would be grateful if someone could explicitly explain what they are for. The properties in question are:

CompareURL and EntireURL

In fact - if there is a document which explicitly explains all of the properties on the element property page, then I would love to see it.

Thank you!
Mario
Telerik team
 answered on 23 Dec 2013
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?