Telerik Forums
Test Studio Forum
4 answers
164 views
Hi.
My control, radtreeview, doesn’t provide the method FindNode.
Any idea???
Natasha
Top achievements
Rank 1
 answered on 14 Dec 2011
3 answers
135 views
Hello,

I've been testing an application that uses an aspera plugin. I've downloaded the Aspera plugin and used it without issues. However when I try to run a or record a test using telerik, it seems my browser no longer recognizes that I have the plugin. It tells me I need to install aspera plugin to upload files. What makes this more confusing is that none of my colleagues are experierncing this problem.

I've tried uninstalling/re-installing aspera, aswell as installing it again from the link, to no avail. Has anyone else experienced a similar issue or know a way of resolving this?

Thanks,
Joseph
Plamen
Telerik team
 answered on 14 Dec 2011
1 answer
123 views
Tool is recognizing the grid and all the contents , but it doesn’t reads the linkbutton in the grid.
For example I have test data grid with following columns :
Name,Email and Designation.
In the above column Name and Email are text but Designation is the linkbutton.When i read the values from the grid tool reads Name and EMail but it doesn't reads the Designation.

I have used the following code to read the values from the grid.

foreach (HtmlTableRow r in Pages.Http172160.DgTestDataTable.AllRows)
            {
                foreach (HtmlTableCell c in r.Cells)
                {
                    Log.WriteLine("Identifying Grid Items:"+c.TextContent);
                }
                
            }


Please refer the attached Sample Code used.
Anthony
Telerik team
 answered on 12 Dec 2011
1 answer
124 views
Hello,

Are there are any futures plans to enhance the Manual Test functionality?

For example, a couple of useful items can be "Expected Results/ Behavior "  and “Actual Results/Behavior” similar to the format below:

Test Step/Action                    Expected Behavior        Actual Behavior
    
Go to URL www.google.com     Google page displays

Thanks in advance for your response.
Cody
Telerik team
 answered on 12 Dec 2011
5 answers
148 views

Hi,

I have a problem I need to use in one test, the data of the other test.

I read this link http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/data-driven-testing/multi-level-tests.aspx but my test aren’t sequential.

I want to know if exist any way transform one variable in global and use in all project.

I tried use data source, but the content of my excel file isn’t update.

The content of variable I need global is: text concatenate with actual date, are started the test.

Cody
Telerik team
 answered on 12 Dec 2011
1 answer
129 views
Hi Team,

Using the code I can get a content presenter. I would like to change the text(textbox/checkbox)of all controls accordingly.Here all these controls are adding dynamically so i am not able to locate into DOM Explorer.

Please find attached document for hieraxhy in DOM your reference.

Appreciate your help, It’s really a show stopper for us to go ahead, Please help us to overcome this issue.

Thanks in advance


-Sreeee

Cody
Telerik team
 answered on 11 Dec 2011
2 answers
177 views
Is it possible to automatically fill a text box with random numbers in QA edition? I have a text box which I want to be filled in automatically with numbers ranging between 9990000 to 9999999. I don't want to use a data source as it will put the execution in a loop.

Any suggestions are welcome...
Vaibhav
Top achievements
Rank 1
 answered on 07 Dec 2011
8 answers
506 views
Hi,

I have this step that I want to upload a file. I want to make the location of the file dynamic/parameterized so that when my team gets the latest solution in TFS they no longer need to change the file location.

I've use the code:

 

string File = Environment.CurrentDirectory + @"\Datasource\SampleFile.docx";
SetExtractedValue("File", File);
Log.WriteLine(Data["File"].ToString());

 


And the current directory it points to is "C:\Program Files\Telerik\Test Studio 2011.2\Bin" not the location of the TestStudio Directory.

Using the VSTS CodedUI it works properly since I can add the Solution directory to the Deployment Settings of the Project.
Cody
Telerik team
 answered on 07 Dec 2011
5 answers
300 views
Hello,
I am having problems with tests that are scheduled not executing.  The tests run fine when executed from test studio however when I schedule them they do not run.  Originally the scheduling server log was giving me an error saying the execution server was busy even though this was not the case.  After the standard restart services/reboot etc.. with no luck we installed the latest version of Test Studio.  Scheduled tests are still not running with a mixture of messages in the scheduling server log some continuing to say the machine is busy executing other tests and others saying that the project was deployed to a folder and I believe building but nothing further.  Any help or suggestions are appreciated I love this product until this problem came up.

Thanks
Plamen
Telerik team
 answered on 07 Dec 2011
5 answers
303 views
Hi,

I have upgraded Test Studio from 928 to 1117. I have a test scenario with a pop-up window, it worked fine with previous versions but now it can open pop-up window, click on a button there but while trying to close it it gives an error:

InnerException:
System.ArgumentException: Cannot find Browser host with Url: '/payment/PostFinancePayConf.ashx?'.
Attempted to close Browser: 'https://dev-en.office.comparis.intra/payment/YellowPayEmuNew.aspx
   at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.HtmlDialogHandlerDescriptor.Execute(Browser browser)
   at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)

I tried it with Firefox, IE, Chrome and Safari and got the same error.
It worked fine before the upgrade.

Thanks

Ercan
Doga Ercan
Top achievements
Rank 1
 answered on 07 Dec 2011
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?