This is a migrated thread and some comments may be shown as answers.

crystal reports params box

7 Answers 88 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Veteran
Iron
Andrew asked on 30 Aug 2011, 08:30 PM
anyone know how to get access to the controls in the param box the crystal displays when running a report so the values can be set

7 Answers, 1 is accepted

Sort by
0
Anthony
Telerik team
answered on 31 Aug 2011, 10:50 PM
Hi Andrew,

I'm a bit confused by your inquiry. It is my understanding that Crystal Reports is a standard WinForms application. Test Studio does not support the automation of that type of software. Test Studio can automate against Web and WPF technologies such as ASP.NET AJAX, Silverlight, PHP, MVC, etc. Please see here for more information.

If I've misunderstood your scenario, please provide additional information or a sample public site against which you are testing.

Kind regards,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 01 Sep 2011, 01:27 PM
actually it is a web site, but I found my answer thanks,

but I am having another issue, I was able to run ui tests in firefox 6, but now my firefox has updated to 6.0.1 and test will not run in it anymore.....

0
Anthony
Telerik team
answered on 01 Sep 2011, 03:05 PM
Hello Andrew,

I just updated to Firefox 6.0.1 this morning and my tests still run successfully. I am using Test Studio version 2011.1.829.

Can you provide more details as to how your test does not run? Does it now fail at a specific step? Or is it stuck at the initial white screen where the "Navigate to" step is never executed?

Ensure the Telerik Firefox Add-on is installed and enabled and that no other Add-ons are conflicting.

Regards,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 01 Sep 2011, 03:14 PM
here is what I got: I am trying to do this test with webaii directly.

and I get a time out on the line 'browser = manager.ActiveBrowser;'
Test(BrowserType.FireFox);
 
public void Test(BrowserType browserType)
    {
 
        //Setup
        Setup(browserType, @"http://biz-devapps/IveyPub.Web/");
 
    }
 
private void Setup(BrowserType browserType, string testURL)
    {
 
        //Initialize the settings you want used.
        Settings settings = new Settings(browserType, @"c:\log\");
 
        //Create the manager object
        manager = new Manager(settings);
 
        //Start the manager
        manager.Start();
 
        //Launch a new browser instance.
        manager.LaunchNewBrowser();
 
        //Set Browser
        browser = manager.ActiveBrowser;
 
        //Navigate to a certain web page
        browser.NavigateTo(testURL);
 
        //Wait For Page
        browser.WaitUntilReady();
 
    }

I am not sure if this means anything but I did notice in the firefox extentions that 'Telerik Testing Framework - firefox 4+ Client 2011.1.0.0' is disabled, it says it is incompatible with firefox 6.0.1
0
Anthony
Telerik team
answered on 01 Sep 2011, 04:26 PM
Hello Andrew,

The Telerik Firefox Add-on absolutely needs to be enabled for this to work. I believe I have seen that message before and a simple restart of Firefox resolved it. If that doesn't work, close all instances of Firefox and reinstall Test Studio.

All the best,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
0
Andrew
Top achievements
Rank 1
Veteran
Iron
answered on 01 Sep 2011, 05:27 PM
ok, I have tried all the options you suggested and none worked, also a coworker of mine also has the same problem 
0
Anthony
Telerik team
answered on 07 Sep 2011, 03:37 PM
Hello Andrew,

I apologize for the delay in getting back to you. Please upgrade to our latest internal build, (v. 2011.1.829), ensure the Telerik Add-on is enabled in Firefox, and retest.

Greetings,
Anthony
the Telerik team
Vote for Telerik Test Studio at the Annual Automation Honors Voting!
Tags
General Discussions
Asked by
Andrew
Top achievements
Rank 1
Veteran
Iron
Answers by
Anthony
Telerik team
Andrew
Top achievements
Rank 1
Veteran
Iron
Share this question
or