Telerik Forums
Test Studio Forum
4 answers
101 views
Hi,

I have a scenario where there are 7-10 radtileitems for which I need to check the drag n drop functionality. It is an element to element drag-drop. In short, I should be interchange any radtileitem's position with any other radtileitem's position in the same window.

Is there any way to data drive the drag and drop targets, cos there there would be many combinations of drag and drop to be tested and it is gonna be hard to record each of then separately.

Thanks in advance.

Regards,
Anju
Ivaylo
Telerik team
 answered on 20 Jun 2013
1 answer
100 views
Hi,

I have exported the tests in Stand Alone version of TestStudio project to VS 2012 and when I open the solution I am not able to see the Test Studio tool bar. Nor am I getting any TestLists option under Test->Windows.

I am attaching a snapshot of the scenario. Please have a look into the issue and let me know if I need to do anything more while exporting the tests.

Won't test studio VS plug in work with VS 2012 professional version?

Thanks & Regards,
Anju
Boyan Boev
Telerik team
 answered on 20 Jun 2013
3 answers
93 views
Hi everyone,

I have one question. I can execute an entire Converted Test in Telerik Test Studio (StandAlone)???

Bests,

José Teles
Boyan Boev
Telerik team
 answered on 19 Jun 2013
3 answers
358 views
Hi everyone,

If I wanna run many tests, I can still the browser open between tests in Test Studio (StandAlone and VS Plugin)??

Thanks,

José Teles
Velin Koychev
Telerik team
 answered on 19 Jun 2013
5 answers
126 views
Hi,
 I am trying to register to test studio web portal to try out test studio for iOS. I did get an activation email, however when I try to activate using the link, I am getting 
  • The provided verification code was invalid for the given email address.

Please let me know what am I missing.

Thanks
-Raja
Ivaylo
Telerik team
 answered on 19 Jun 2013
3 answers
137 views
Hi,

I have a project with GUI tests, I try to open the project but i found this error message :"Cannot find code-behind of guiTest.tstest", but the file is there. Why can open but all code-behind in C# isn't charge for the Test Studio StandAlone? what i can do?


Thanks,

José Teles
Boyan Boev
Telerik team
 answered on 19 Jun 2013
1 answer
145 views
Hi everyone,

I have one question, I can do performance tests and get the memory used in a GUI Test in Test Studio( stand-alone and Visual Studio Plugin)???


Bests,

José Teles
Velin Koychev
Telerik team
 answered on 19 Jun 2013
4 answers
154 views

Hello,

I have written the script below to click the link but the issue is that it is devexpress link. So everytime I run the script it gives error "Object reference not set to instance of object".

HtmlTableRow containerRow=

 

null;

foreach

 

 

(HtmlTableRow r in Pages.EndpointPULSE.FrameContentiframe.Messagegrid.AllRows)

{

 

foreach(HtmlTableCell c in r.Cells)

{

Log.WriteLine(

 

"Cell found. TextContent:"+c.InnerText);

       

 

if (c.TextContent.Equals("New Message"))

{

containerRow = c.Parent<HtmlTableRow>();

}

}

}

HtmlTableCell editbutton = containerRow.Cells[

 

1];

editbutton.ScrollToVisible();

editbutton.MouseClick();

Regards,
Glen

Plamen
Telerik team
 answered on 19 Jun 2013
1 answer
115 views
Hi Telerik Team,

I have a method that generates a random number that is used to populate a textbox. This code works fine within a test but I would like to move it into a separate library where all my tests within the project can access & use it (the broader goal being to put multiple methods in one place).

So right now I have WebTest1 which has a coded step to call this function (getNumber) however it is failing with this error:

c:\QA_Test_Automation\Test Suite\Work In Progress\WebTest1.tstest.cs: Line 82: (CS0120) An object reference is required for the non-static field, method, or property 'Test_Suite.Utility.getNumber()'

Here is how I am calling the method from within WebTest1.tstest:

[CodedStep(@"Enter text '' in 'TxtSearchText'")]
        public void WebTest1_CodedStep()
        {
            int randomNum = Utility.getNumber();
             
            Actions.SetText(Pages.COBRApointTPAPortalHome.TxtSearchText, randomNum.ToString());
          }

And here is how I have the method setup within the UtilityTest1.tstest:

public class Utility {
         
        public void getNumber(){
             
         System.Random random = new System.Random();
            int randomNum = random.Next(100000000,999999999);
        }
    }

Both files exist within the same project. Any clue on what I am doing wrong? I was also following this link:

http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/code-samples/general/utility-in-standalone.aspx

My version of Test Studio is 2012.2.1527.0

Thank you for any help.
Cody
Telerik team
 answered on 18 Jun 2013
7 answers
367 views
Greetings!

I'm running a data driven test with 500 rows and 220 Columns that has roughly 600 steps. It fails in the middle of the 49th iteration. I'm seeking tips reduce the number of batches I need to run the test.

Unfortunately, the log didn't pick anything up other than "Out of Memory"

Structure:
1 Master test with Data Binding
1 Subtest to login run each iteration - opted for this so that the browser could be terminated between iterations
1 Subtest to click "Save" that runs a single step - the save button is the same across all pages

Cody
Telerik team
 answered on 18 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?