Telerik Forums
Test Studio Forum
1 answer
92 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
86 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
347 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
124 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
133 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
141 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
151 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
112 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
355 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
1 answer
109 views
Hi,
        I am working on automating a web application but have been encountering issues with it. There is not a detailed way for me to explain the complete problem but i can show it to you if need be.

The web application has several links that have to be clicked and when clicked, fields are displayed in which data can be entered. I recorded the steps to click on that link and enter that data but during the execution, clicking on the link action is performed but i do not see the fields displayed. It looks like Test Studio is populating all the fields in the back ground but finally it fails. I tried to put in delays, simulate real click, wait for's, etc but i still have that problem.

I would appreciate it if you can schedule a session for me to show you the issue.

Thank you,
Nithin
Rodney
Telerik team
 answered on 18 Jun 2013
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?