Telerik Forums
Test Studio Forum
0 answers
52 views

Test Studio User Guide Updates

Now Live for 2012 R2 SP1

New

Updated

Byron
Top achievements
Rank 1
 asked on 05 Dec 2012
1 answer
133 views
Hi there,

I just installed the trial of Test Studio for evaluation purposes. I tried to record a simple Web-Test:

Open a form, input some values into textboxes and submit.

The problem is: As soon as I insert a value (into the second textbox, the first seems to get recorded), Internet Explorer hangs completely.

After a few seconds I get the "Unresponsive" suffix in the titlebar and from there on I can only restart the browser.


So in fact I am unfortunately not able to evaluate Test Studio at all :( .. which is a bummer, because it really looks very useful.

I am running Windows 8 + Internet Explorer 10.
I already run the automatic browser configuration dialog - which states that everything is correctly configured.


Thanks for any advice,
Wolfgang
Ivaylo
Telerik team
 answered on 04 Dec 2012
2 answers
77 views
Hi there
        I was wondering is, is there any way I could use a coded step to pull back a list of the tests in a test list as it is executing.

The reason I ask is I want a coded step in the first test to react to changes in the test list.

So for example lets say I have a test list of 6 tests

Setuptest
test1
test2
test3
test4
test5

I want to be able to have Setuptest preform some data set up for all the other tests and I want it to be able to react to changes in the test list so that if I add test6 to the list it will react to the change without needing to be updated.

Thanks

Carl
Carl
Top achievements
Rank 1
 answered on 04 Dec 2012
7 answers
227 views
Hi,

I have a requirement for data driven tests with the following scenario
I need to be able to populate the screen with

Example Queries
Order
SELECT CustomerID FROM dbo.[Order]
OrderLine
SELECT [ProductID], [Qty] FROM [Sandbox].[dbo].[OrderLine] WHERE CustomerID = [@Parameter]

Order CustomerID: 100
OrderLine ProductID: 100 Qty: 1
 
Order CustomerID: 101
OrderLine ProductID: 201 Qty: 1
OrderLine ProductID: 300 Qty: 2

Order CustomerID: 102
OrderLine ProductID: 100 Qty: 1
OrderLine ProductID: 200 Qty: 1
OrderLine ProductID: 300 Qty: 13

I would like to setup the tests as a parent(order)/child(orderline).

I can't use "InheritParentDataSource" because that would cause an order to always have one orderline.

If I have to do code behind to set up the datasource for child. Please show how to pass parameter from parent to child and then how I override the datasource for child

Current Steps
Add Order Test(Parent)

Type '' into TxtCusomterTextbox - DataDriven: [$(CustomerID)]
Click BtnOrderButton
Execute test 'AddOrderLine'

Add OrderLine Test(Child)
Type '' into TxtOrderLineProductIDTextbox - DataDriven: [$(ProductID)]
Type '' into TxtOrderLineQtyTextbox - DataDriven: [$(Qty)]
Click BtnOrderButton

Any help would be appreciated.


Cody
Telerik team
 answered on 03 Dec 2012
1 answer
238 views
I tried to use the verify option to check if a button is visible but the script fails when the button is not visible. I have attached a couple of screenshots.
Plamen
Telerik team
 answered on 03 Dec 2012
7 answers
219 views

Hi,

I have some issue with recording some steps in test studio.I am a beginer in test studio. I have a wpf application. On its interface I have a zone with properties for controls I use. This list is displayed into a radgridview. When select the first cell from each row all the step are recorded, but when refer to the second cell on each row(this cell contain radnumericupdown) then the step is recorded but when replay the test this step fails because allways show the dates from first row.

Any idea why?

When I looked  in "Find element" on XamlPath I found this:
/gridviewvirtualizingpanel[name=PART_GridViewVirtualizingPanel]
/gridviewgrouprow[2]
/grid[name=PART_GroupExpanderGrid]
/border[name=Content]
/stackpanel[0]
/gridviewvirtualizingpanel[name=PART_GridViewVirtualizingPanel]
/gridviewrow[automationid=Row_-1]

Thank you in advance.

 

Regards,

Simona

Boyan Boev
Telerik team
 answered on 29 Nov 2012
1 answer
87 views
Hello,

Here's our test scenario:

We're adding an "item" to the grid by completing the form.
Next we want to click recently added item (to edit it) on the grid and here we have a problem:

How to get this item when we have virtualized grid with many rows?

We tried to filter on choosen column which we know the value will be unique for that item.
PROBLEM: The textbox in RadGridView where we can enter text to filter on each time has other Name/AutomationId, so the engine cannot locate this element (screen1) (screen2). Tried other find logic without success.

How to achieve this?

I've searched other forum posts and I found this : grid verification where it is stated that translators can do something similar but's isn't true for virtualized grid. In the same topic I read: We plan to release non-coded data-driven find logic in our second 2012 release this fall. Is it released?

Ok let's say it can't be done without coding. How to make coded steps for my testers where they can easily provide 2 inputs (lets say column name and search value), which can do the "click new added item" step for them?

Any help appreciated =]

Boyan Boev
Telerik team
 answered on 28 Nov 2012
7 answers
545 views
Hi Telerik,

I haven't tried it yet but is it possible that can the test studio pass the extracted values to the next test? I will just store the extracted values in the memory so no writing of values on a excel sheet.

Steps:

1. Navigate to Browser.
2. Enter Details.
3. Save.
4. Extract Values(e.g. Record Id)
5. Search for Record (This step will be a Test as Step using the extracted value as an input.)

Thanks.
Plamen
Telerik team
 answered on 28 Nov 2012
1 answer
133 views
I have already written Vb script, I have to load in Telerik and Test the application..please let me know how to load that script in telerik.
Thanks & Regards,
Abhishek
Plamen
Telerik team
 answered on 28 Nov 2012
3 answers
129 views
Hello,

Is there a way to end the current iteration in the middle of a test and go to the next iteration?

Thanks!

if x == false
   //end iteration (and automatically begin the next)
if x == true
   //continue on with remaining test steps
Cody
Telerik team
 answered on 26 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?