Telerik Forums
Test Studio Forum
1 answer
162 views
Hi all,

in test recording, we do a double click (in a RadGridView row).
But Test Studio records two left clicks (single clicks).

What went wrong ? Can we adjust the time period that switches between a double click and two single clicks ?

Best regards
Oliver
Boyan Boev
Telerik team
 answered on 14 Mar 2013
1 answer
49 views
Hi Folks,

If we inherit from RadControls, can we be safe that TestStudio will identify our controls the same way ?
Or is it possible that we get into problems with TestStudio ?

In other words, does TestStudio do any class name matches, i.e. if (class name == RadGridView) do this and that ?

Best regards
Oliver
Boyan Boev
Telerik team
 answered on 13 Mar 2013
3 answers
214 views
We are using the command line tool ArtOfTest.Runner within Jenkins CI to run our tests. It would be great to have the results published to scheduling server and/or by mail. The ArtOfTest.Runner holds the arguments for this scenario:

ArtOfTest.Runner list=Tests\TestLists\BasicTestList.aiilist out=Results serverPublish=true notifyOption=1 mails="mytestresults@mail.com"

But after executing the test we get the error "Unable to find TFS server info". Since we do not specify a TFS server in the project but a scheduling server, this error came unexpected.

The following output from test execution shows our problem:
C:\Temp\test>ArtOfTest.Runner list=Tests\TestLists\BasicTestList.aiilist out=Results serverPublish=true notifyOption=1 mails="mytestresults@mail.com"
Executing test: 'BasicTest'
Navigate to : 'http://www.google.de/'
Enter text 'google' in 'GbqfqText'
Keyboard (KeyPress) - Eingabetaste (1 times) on 'GsrBodyTag'
Verify 'TextContent' 'Contains' 'translate..de/' on 'TranslateDeCiteTag'
Wait for '250' msec.
Result saved with path: 'Results\BasicTestList 130068607503594562.aiiresult'.
PublishRunResult: Unable to find TFS server info


How can we publish the results via command line?
Ivaylo
Telerik team
 answered on 13 Mar 2013
18 answers
978 views
Hi Telerik team!

I'm evaluating WebUI TestStudio and have several questions:
How I could create common global methods for all my tests (not as script step for specific test)?
Is it possible to make all project tests not in keyword steps but strictly in code?
Does TestStudio support global project variables or built-in data store that could be used for all tests?
Is there some ability to collaborate between tests, pass arguments to them and run set of tests without using test lists?
Could I make my login, logout, verification, navigate, etc tests as separated functionality that couldn't be run as tests?
Is it possible to develop custom framework for project using resources of TestStudio?

I'm looking forward for your feedbacks.
Thanks.
Boyan Boev
Telerik team
 answered on 13 Mar 2013
7 answers
400 views
As far as I know Test Studio supports parallel test execution. I wonder if there is a way to make tests execute on several test controllers (or several browser instances) in parallel if there are dependencies between tests?

For instance, test 2 can only execute after test 1 successfully finished. And test 4 can only run after test 3. But 1 and 3 can very well run in parallel. And all tests can run only after test zero finishes its very basic initialization of the system.

Can I specify dependencies between tests so that parallel execution obeys those?

Thank you!
Konstantin
Cody
Telerik team
 answered on 12 Mar 2013
1 answer
103 views
SqlCommand thisCommand = thisConnection.CreateCommand();
            
thisCommand.CommandText = "select distinct claimid,claimno,  claimdocumenttypeid from ClaimDocument cd1 inner join Claim c on c.ID = cd1.ClaimID where cd1.RecordStatus = 1 and cd1.claimdocumenttypeid = 1 and c.claimno = Data("Claimno");
I want to compare the current data from the datasource (data binding) to a SQl query in my coded step. How do i refer to the data in the datasource. For eg: I bound SQL Database Table Claim and it has a column name 'Claimno'. when I write a SQL query  to get me a record from a different table ClaimDocument, I want to make sure that Table Claim's claimno is equal to Table claimdetail's claimno. Following is the code I have written, but i get error on execution. Please help


 

 

 

Cody
Telerik team
 answered on 12 Mar 2013
1 answer
61 views
Hi, we currently have our development split between two different domains. To access these domains, we have to be their respective VPN.

Say, we write our tests in Domain A and create a test list to run them remotely on a test server in Domain B. How can we achieve this? Is this even possible?
Cody
Telerik team
 answered on 12 Mar 2013
8 answers
342 views
I have a form with seven radio buttons. i want to make data driven test for this form. How can i do this for Radio Buttons.
tx
Plamen
Telerik team
 answered on 12 Mar 2013
6 answers
206 views
I am executing my test that currently has 207 steps but it is failing on the 144th step with 'Exception of type 'System.OutOfMemoryException' was thrown.'
Please see attached
Ivaylo
Telerik team
 answered on 12 Mar 2013
1 answer
73 views
Is it possible to test Visual Basic client-based applications with Test Studio?
Cody
Telerik team
 answered on 11 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?