Telerik Forums
Test Studio Forum
10 answers
138 views

hi,dear, I am qiao
 
In the recorded during WebTest, it often pops up the following error:
    Save Project on Error
    An unexpected error occurred in Test Studio.
    The error has been reported to the Telerik team.
    Do you want to save your work
Then to save it,but save failed,How to solve?

                                                                     Thank you for your answer
Cody
Telerik team
 answered on 02 Oct 2014
7 answers
234 views
Hello,

We are currently evaluating Telerik and are very close to purchasing, however, I have come across a problem.

We need out tests to run overnight so were advised to run the tests on a Virtual Machine instead of my local machine. However, I have installed a trial version on my VM and attempted to record a test but when the browser opens it will not load and immediatley states "not responding" in the end i have to force close the web page. I have attached a log file for this in case that helps.

I recorded a test on my local machine and coppied this onto my Virtual Machine to try and run it, it navigates to the website in the first test step but then nothing happens, its as if it gets stuck trying to do the next test step and it just hangs. The test runs fine on my local machine. I have attached a log file for this too.

I am trying to record and play the test while remote desk topping onto the VM initialy and will then need to schedule the test to run overnight.

Any advice would be appreciated.

Thanks

Chloe
Ivaylo
Telerik team
 answered on 02 Oct 2014
1 answer
34 views
Hi there,

I have a coded step that locates a sub-menu item and clicks on it to open a particular page.
Early in my test, this step runs and works fine.
Later in the test I want to go to the same page, and I made a copy of the same step.  However, the step no longer works the second time it runs - and I can see the mouse shoot over to the corner of the screen for some reason.
Here is the code inside the step:

HtmlControl ulList = Pages.EVCloudAdministration.AccountsMenuUL;
HtmlListItem accMenuList = uList.Find.ByExpression<HtmlListItem>("tagname=Li", "innertext=New Archive");
accMenuList.MouseClick();


I have tried doing things like refreshing the dom tree, some waits, and even refreshing the whole page and navigating back to where I need to be, but nothing seems to help.  Any suggestions on what I can try?  Thanks!
Cody
Telerik team
 answered on 30 Sep 2014
1 answer
87 views
Hello, I've searched a lot but can't find anything that suits my needs. 

I need to compare two drop-down menus, they need to have the same text but I can't find anything that can do it in Telerik Test Suit.

Someone can help me?

Thanks in advance.
Boyan Boev
Telerik team
 answered on 30 Sep 2014
2 answers
119 views
During recording of automation, when selecting a parent from the drop down it was failing when playing back the test.
What was recorded from my step was: RadTreeView('ct100_firmComboBox_i0_firmTreeView'): 'SVAutomationVC' action -> 'Click'.
Eventually, before this step another step had to be entered to get this to work. This step was inserted before the click action: Scroll ListItem1 to top of window.
The test passed once this was inserted into the automation script.

Now, I am having issues with automating the selection of a child selection to this parent. At the drop down list the parent (SVAutomationVC) displays with '+' next to it. And once '+' is selected the user is able to view the child or children. When I record the steps of selecting the child and play back occurs it fails. I have tried to insert steps as done for the parent but nothing as worked.

I have attached my automation scripts and also a screen shot of how far the scripts take me in the application. Has anyone else had this problem or does anyone have an answer so that I can move past this point in my automation with a successful script?
Ivaylo
Telerik team
 answered on 30 Sep 2014
1 answer
67 views
I created a load test in test studio by creating order on test site.

Now I am running the load test with 10 users and expected that atleast 10 orders will be created
but not even a single order is created.

Does the test studio load test not work by running the entire test again for multiple users.
Ivaylo
Telerik team
 answered on 29 Sep 2014
1 answer
70 views
Hi,

We have successfully configured TFS bug tracking tool with TTS.
When i tried to submit the bug to TFS, Display with "Unable to submit bug to Team Foundation Server. Error: Area validation"
Boyan Boev
Telerik team
 answered on 26 Sep 2014
3 answers
107 views
I know this question has been asked and answered, but either I'm not understanding how to address my specific situation, or I am asking for something slightly different.

I have a scripted test that looks for specific text on screen, and if it does find that text, the test will Log.WriteLine and continue on with the test. What I would also like to happen, is for the test to be marked with a rex X as a fail, but still continue on with the test.

If I could please get some assistance, that would be great.

foreach (HtmlAnchor Reports in creativeReportsAnchors)
{
    try
    {
        Log.WriteLine(Reports.HRef);
 
        Reports.Click();
 
        //Refresh DOM tree
        System.Threading.Thread.Sleep(7000);
        ActiveBrowser.RefreshDomTree();
 
        if (ActiveBrowser.ContainsText(productionError) == true)
        {
            Log.WriteLine("ERROR: ");
        }
        else if (ActiveBrowser.ContainsText(stagingError) == true)
        {
            Log.WriteLine("ERROR: ");
        }
 
        System.Threading.Thread.Sleep(2000);
    }
    catch (Exception)
    {
 
    }
    finally
    {
        ActiveBrowser.NavigateTo(CurrentSiteUrl + "reports-creative.aspx");
    }
}
Cody
Telerik team
 answered on 25 Sep 2014
5 answers
214 views
My company is a .net shop and our data is very Dynamic.  Each time we access a form on a web page, that page creates what we call a “Recid”. When I record an automated test and then re-run that test, I get an error saying “element  was not found”. I am guessing this is because the page now has a Recid different than the one when I first recorded the test. How can I get around this? I need the automated test to except whatever the newest Recid will be.
 
Example.
 
When I recorded an automated test, the Recid=15266 (see below). The next time I access the same web-page, this Recid will equal 15227 (or even higher number)
 
https:/ser/Crf/Enter.aspx?Id=R01-0028BB&RecId=15226
  
I am testing out  Test Studio  trial to see if this is a product my company may want to purchase. However, the above issue would be a show stopper for us.
  
Also, is there a way to ignore pop ups when recording UI recorded tests?
Cody
Telerik team
 answered on 25 Sep 2014
2 answers
109 views
Hello,

   My version is 2012.2.1317.0.

My question is simple. Is it possible to call a test as a substep in a test? i.e. I have several automated tests that need to have the same workflow executed in them. I write that workflow as a test called 'basic workflow test'. I create a new test. In that new test is it possible to call the 'basic workflow test' as a step? This would save me time and reduce maintenance. 

   If I have posted this question in the wrong section and it should be put in the forums, please let me know. 
mousumi
Top achievements
Rank 1
 answered on 24 Sep 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?