Telerik Forums
Test Studio Forum
17 answers
244 views
my application -in the page some text is there say "hello" and in the same page there is a dropdown having diffrnt language.so if i ll select dutch then "Hello" will change to same lang.so in test i am verifying the word hello .i want data bind so i put a excel having two column language and word.in language US and dutch and in Word Hello and hello in dutch lang.  so test should go loke this 1. go to page by default value in drop down US lang 2.it will verify word hello 3.again return to page select dutch and verify the word(using data binding)....can u please send me a video how to do this test .
Nikolay Petrov
Telerik team
 answered on 30 Aug 2016
1 answer
119 views

Hi all,

 

I was wondering if the following action could be done without the need for a coded step :

Scenario:  an HTML page shows a search results in a Dynamic Table with 4 fixed columns.

1. Verify that the first column of each row contains the word: "blue" 

 

I am new to Test Studio, I believe in Test Studio a "Conditions" step can be created using IF, ELSE  as well as LOOP.

 

I thought of getting the row count of the Table and use that value to perform my loop operation, but I am not sure how to increment or decrement a databindvalue using the LOOP construst.

 

Cheers

 

FN.

 

Daniel Djambov
Telerik team
 answered on 30 Aug 2016
9 answers
609 views

Hi,

I am new to Telerik test studio.

 

For a registration page, am entering the email field and also extracting the input value, it is passing and while script execution also it is visible that the value is being entered in the field. But when register button is clicked, it displays error that email field is not entered.

 

How come it is not being passed, when it is visible in the application while running that it is being entered.

 

Please help

 

Nikolay Petrov
Telerik team
 answered on 30 Aug 2016
1 answer
116 views

Hi.

 

When recording a test, the part that involves kendoinput values doesnt work when i run it..

The text that´s inserted on the kendo input value dissapears at the moment that the kendo select is invocated.

 

 

 

 

 

Pavel
Telerik team
 answered on 30 Aug 2016
1 answer
84 views

In a coded test, I’m trying to compare an image displayed in a ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control with an image I have on the file system. This would be quite straightforward in WPF, but how do I get the bitmap (either as a byte[] or System.Drawing.Bitmap) from ArtOfTest.WebAii.Controls.Xaml.Wpf.Image control? 

Thanks

Konstantin Petkov
Telerik team
 answered on 30 Aug 2016
8 answers
183 views
Hi,

I am getting the error "Scheduling Service is not running" and when i tried to start manually from services.msc it starts and it will immediately switch back to stopped with an windows error message "The Telerik Test Studio Scheduling service service on local computer started and then stopped. Some services stop automatically if they have no work to do for example performance logs and alert services"

Kindly Suggest.

Thanks in Advance..
Konstantin Petkov
Telerik team
 answered on 30 Aug 2016
7 answers
277 views

Hi Team,

 

I am trying to click on a link which is Inside a HTML Table.

 

Added the Element with Properties hierarchy as follows :

 

Tagname = Table

 

   Tagname = tbody

   TagIndex = tbody:0

 

       Tagname = tr

       Innertext Contains $(ID)       Here ID should be 55999

 

              Tagname = td

              Class = dxgv

              Innertext Contains $(ID)         Here ID should be 55999

 

                     Tagname = a

 

But during runtime, Test Studio is NOT clicking on link inside a cell of HTML table. Please guide me on this

Konstantin Petkov
Telerik team
 answered on 30 Aug 2016
1 answer
160 views

In my attached code sample, I have added an ID to a particular HtmlDiv called "THIS_TEXT". In a coded step, how would you go about finding that particular div if the ID was not added? I have something like this currently:

 

HtmlDiv divContainer = Manager.ActiveBrowser.Find.ByAttributes<HtmlDiv>("class=x-grid3-row-first");

HtmlTable table = divContainer.Find.ByAttributes<HtmlTable>("class=x-grid3-row-table");

// Fails on step above: Object reference not set to an instance of an object. Am I missing something?

IList<HtmlTableRow> tableRowList = divContainer.Find.AllByTagName<HtmlTableRow>("tr");
string returnValue = String.Empty;
for (int i = 1; i < 2; i++)
{
   returnValue = tableRowList[i].Cells[1].InnerText.ToString();
}

 

Any advice/tips/feedback is appreciated for this newbie...

- Chris

 

Pavel
Telerik team
 answered on 29 Aug 2016
1 answer
130 views

Hello guys,

Does anyoane encoutered this situation: after execution of a dynamic test list the result file is not saved (*.aiiresult)

--I noticed that after execution, the Telerik.TestStudio.Desktop.exe *32 process  have occupied almost 4 gb->is this a problem?

 

Thanks,

Daniel

Boyan Boev
Telerik team
 answered on 26 Aug 2016
1 answer
59 views
We have a number of tests that use Excel spreadsheets as a data source.  I know that to configure the data source I have to have Excel installed on the Test Studio machine but what about when we copy the tests to a machine with the Run Time version?  Does that need Excel as well or can it use the Microsoft.Office.Interop.Excel dll as it would if you were writing to the spreadsheet?
Elena
Telerik team
 answered on 26 Aug 2016
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?