Telerik Forums
Test Studio Forum
4 answers
86 views
Just an FYI for anyone running into this; I didn't see another thread about it on here.

I've run into some issues around automating popups that exit out to another URL with my default browser settings.  When I am recording with IE9 and my internet options are set to allow IE9 to decide between opening links in a new Tab or a new Window, I'm not getting the "Connect to Pop-up Window" step during my recording (it appears the record control is staying focused on the initial tab and not being applied to the new tab even though it appears there).  The work around is to change your IE settings to always open links in a new window.  This causes the record control to populate on the new window when it is opened and you can proceed with recording.

James
Rodney
Telerik team
 answered on 26 Feb 2013
1 answer
167 views
Hi there
        one of our applications uses a PDF to display some information to the user, now I know that test studio doesn’t support PDF documents either in a browser or standalone, but I have been able to do some testing of the PDF file using the iTextSharp library for c#, the only problem is I need the file to be on my local hard disk and I don’t know how to get test studio to download the PDF from the link. Basically I want test studio to right click the link and select "save target as..." and then save the file to my hard drive. How do I do that?

Thanks

Carl
Boyan Boev
Telerik team
 answered on 26 Feb 2013
1 answer
68 views
Hi,

Is there any way to prevent Test Studio from reporting a pass and giving green lights on tests that do not run please?  See attached for examples.
Plamen
Telerik team
 answered on 26 Feb 2013
1 answer
83 views
Hey i want to test a web application in which i have to add new user.
Now when i record the test i fill all the text boxes with its input and new user is created .

so now when i run this test again the same user get created so there now there are 2 users with same name now as much time i run a test redundant user are been created of same name.

What i do is, every time i create a user than delete that particular user and than run the test again so there is no data redundancy is there a way where i can run a test with out data redundancy.

Boyan Boev
Telerik team
 answered on 26 Feb 2013
1 answer
109 views
Hi,

I am attempting to pass a variable from a function in C# to my Javascript via InvokeScript, with the following code
String name = ".username";
Actions.InvokeScript("buildPath(name)");
however when I investigate the name variable on the javascript side, it is listed as an empty string. I've spent a good amount of time looking but have yet to see any hint that I am doing something wrong.

Any assistance would be highly appreciated.
Boyan Boev
Telerik team
 answered on 26 Feb 2013
5 answers
278 views
Hello,

Am creating a test which will insert records into a web portal using data provided in an excel file. Here is the sequence :
1. log in to the application
2. Search for the record
3. Click on update
loop
4. Insert record
end loop

End.Test
If runs alright on the first loop using the first record in the excel file. The problem is if it loops the second time, it uses the 1st record in the excel file which has already been inserted.
I want it to use the next record each time it loops

kindly asist pls
Boyan Boev
Telerik team
 answered on 25 Feb 2013
1 answer
79 views
Hi,
I am very new to this tool, just learned recording and verification. 
Could you please explain to me the steps to follow if I want to run my test case for multiple browsers?
For example,
I recorded my steps to log into my gmail from IE9. But now I want to log into gmail from firefox and Chrome and Opera using the same recording. Is it possible?

I would also like to know how I can log into multiple portals with the similar test case.
Your help will be really very appreciable.

Plamen
Telerik team
 answered on 21 Feb 2013
1 answer
47 views
Hi

When I record WPF TEST. I noticed that no step was added to the test ,I do as follow link

thank you for you help
Boyan Boev
Telerik team
 answered on 21 Feb 2013
2 answers
83 views
Hi

I want to keep my browser window open after completion of test. Currently, Test Studio closes the browser windows as soon it is finished with the test. Also, I wan to verify the data I have entered in different fields of a form that whether correct data has been entered and saved in the respective field as supplied from a CSV file i.e. I want to use some checkpoints so How can I do the same also?
Plamen
Telerik team
 answered on 20 Feb 2013
4 answers
123 views
I am not able to get the row counts in the grid, I have tried the following code

    SilverlightApp app = ActiveBrowser.SilverlightApps()[0];  

    DataGrid grid = app.Find.ByName<DataGrid>("Root");  

    Log.WriteLine(T_Grid.RowElements.Count.ToString());

   
Got the following error,

 

Exception thrown executing coded step: '[SampleTest_CodedStep] : To Add WorkPapers'.InnerException:System.InvalidOperationException: Unable to find DataGrid rows container! Please override the .RowContainer property for custom DataGrid template. at ArtOfTest.WebAii.Silverlight.UI.DataGrid.get_RowElements() at TestProject1.SampleTest.SampleTest_CodedStep()

 

 

I have attached images which shows the table and also the DOM structure, Also let me know how to loop through each cells text block,Please reply as soon as possible

 

 

Boyan Boev
Telerik team
 answered on 20 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?