Telerik Forums
Test Studio Forum
2 answers
53 views
Hi, 

I was trying to "Recapture Storeboard", but I found myself loosing the spotlight in the captured image, i.e., the red-rectangle circle that highlights where the action is taking place. 

The Telerik that I'm using is the latest, TestStudio_2012_2_1420. 

Please advice

Thanks

Ohsha
Top achievements
Rank 1
 answered on 02 Apr 2013
3 answers
121 views
Is there any way to use the pass/fail result of a step as the condition for an if/else?
Boyan Boev
Telerik team
 answered on 01 Apr 2013
3 answers
250 views
I read in some other thread that the Capture Browser step could only take screenshots if launched from Test View in Visual Studio. 

Is there any way to get the sceenshots to work from Test Studio? I'm exploring this product as a potential addition to the software our QA team uses. I'd prefer if they didn't have to use Visual Studio for this feature to work.
Tory
Top achievements
Rank 1
 answered on 01 Apr 2013
1 answer
64 views
Is there a way to export the Test Studio test steps to use them as test cases for manual testing?  We are trying to figure out a way to update our manual test cases with the updated details that were scripted in our Test Studio test scripts.  We thought we would see if there is a way to reverse the process and use the automated test steps as the manual test cases for that team to use if needed. 
Cody
Telerik team
 answered on 29 Mar 2013
3 answers
78 views
Hello,

I am trying to test the Grid Batch Editing feature from Kendo UI (I am using Kendo UI default examples). I am performing a simple test of opening it and deleting the first element. When I press delete, a popup alert appears which asks if I am sure that I want to delete the element or not. How do I record pressing the "Ok" button from the alert? Test Studio does not record it automatically.

Regards,
Corina
Plamen
Telerik team
 answered on 29 Mar 2013
1 answer
102 views
Hello,

if we create a manual test like we see it here:
http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/manual-testing/start-a-manual-test.aspx
We can add notes and screenshots for the steps.

If we then use the FastForward function, it stays as a manual test, but looks some kind of different.
I don't find the notes and screenshots anymore.

Can you please tell me where I can find it? Or is it lost at the moment you start to transform it in a web test?

And the second question:
When I run my manual test and add screenshots and notes to the steps where can I find the result with the notes and the screenshots?

Best regards,
Adriane
Boyan Boev
Telerik team
 answered on 29 Mar 2013
3 answers
134 views
Hello, I am trying to create some tests on the Grid Inline editing feature from Kendo UI default controls examples provided by Telerik, and I cannot seem to succeed in doing so.

I am using the examples provided with the Telerik Kendo UI controls, Grid - Inline editing.

What I am trying to do is record a simple test which consists of the following step:
        1. open Grid - Inline editing
        2. click "Edit" button on first row (Product Name = Chai)
        3. change product name from "Chai" to "Black Coffee"
        4. increase unit price from 18 to 20
        5. increase Units in stock from 39 to 40
        6. check checkbox in "Discontinued" column
        7. click "Update" button

The problems appear right after I click the "Edit" button. I don't even know if it is clicked on, when playing back the test I can see that the product name is changed, but I get errors when trying to change all the other columns (increase/decrease quantities using provided buttons) and also when clicking the "Update" button. When I check why the steps failed, the screen shot at the time of failure does not contain anything, it is basically blank.

Could you please help me with this problem and maybe tell me what steps are needed in order to be able to record the inline editing operations properly?
Boyan Boev
Telerik team
 answered on 29 Mar 2013
4 answers
136 views
Hi,

I was hoping somebody might have a suggestion on how to do this using Standalone without having to resort to doing code behind:

On our site we have areas where the user can add extra Chosen ( http://harvesthq.github.com/chosen/ ) dropdown elements to choose more items.  Each one of these gets a Unique ID in the following format:

Item_(Item GUID)_ItemIDChzn

There is no way to hard-code the GUID into a test since it is generated each time a dropdown is added, but I'm able to get it to work when there's only a single dropdown using 'startswith' and 'endswith' logic.  Is there any way to, perhaps, store the item ID after it's been selected so I can use it to make sure it isn't clicked again?  Or some other solution?

I'm sure I can work out a solution to this using code-behind but I'd prefer to do it regularly if possible.

Thanks,
Michael
Michael
Top achievements
Rank 1
 answered on 28 Mar 2013
3 answers
202 views
Hey there,

I have one problem. I enter text in a textbox of a form. But this text wont be submitted. So i need to focus the textbox. Then it works. How can i focus that. I tought with a click in the input, but if i execute the test it doesnt executes the click. Only if i start the test with Selected steps, It works.

So can i focus the input like that?

Pages.FundClassCustomViews.ShortIDText.Focus();

But if i code that it answres with a exception. It expects a div and not a input... 

So can you help me?

Thanks and greetings Chris
Boyan Boev
Telerik team
 answered on 28 Mar 2013
2 answers
91 views
Hi,

I'm wondering if there is any workaround to issue a second-browser activity without interfering with the current browser activity.

Describing in real browser terms, basically I want to perform a series of operations with my current browser window, but want to launch a second browser instance and check other urls. For example, my web app has front end and back end, when a user logged in from the front end, I can verify from the back end url that "Authentication OK". The problem is that I can't jump from front end to back end to check it, because the browser will think I've left my front end, and I can't continue on without starting all over again from log in.

It sounds complicated, but all that I want to do now is to change the following customize code

// Navigate to : 'http://google.com/'
ActiveBrowser.NavigateTo("http://google.com", false);


into not using ActiveBrowser, but something else (second-browser).

I hope a workaround is possible.
Please help.

Thanks
Ohsha
Top achievements
Rank 1
 answered on 26 Mar 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?