Browse By Tags

  • AutomationIDs for grid rows?

    Hello, we just moved from a pretty old version of Infragistics WinForms (11.1) to the current one (21.1). Our QA noticed that their UI automation which used to access the Name property of the grid row is no longer populated. Instead the automation id…

  • Document.Excel: how to control outlining after Export of data

    Hello,

    using Infragistics 2016.1's Documents.Excel Reference, I managed to export data from a datatable to a new Excel file and to create outlining.

    Here's a code snippet:

    qryGroupHeadersOfCurrentPackage.ForEach
                                 …

  • Conquering the Last Stronghold: Automating the Results of Automation

    Almost every software company nowadays is developing automation for the software it produces. We're building software and we're automating it in parallel. We're also employing a continuous integration process in order to have our automation running on…

  • Infragistics Test Automation ( part 2)

    Infragistics Test Automation - Frameworks and executionThus far we’ve made it pretty clear we have devoted a big part of our process to test automation  for both Ignite UI and in general. We strive to make the most out of it by incorporating Behavior-driven development methodology and tools like Selenium…

  • The Future of Story Tests with Selenium WebDrivers and ISTA 2012

    Test Automation: A Future with Selenium WebDrivers, ISTA 2012 conference presentationThis year we had the pleasure of being part of the second “Innovations in Software Test Automation (ISTA 2012)” conference! This year with even more companies joining for knowledge sharing, additional workshop/hands-on track and a lot more participants…

  • Infragistics Test Automation: Ignite UI

    Infragistics Testing Automation: IgniteUI Here at Infragistics we have always been invested in ensuring the quality of our products - that is part of how we deliver great experience to our users and, as you know, we do care about that a lot. Over the years we've delved into many platforms and…

  • Announcing TestAdvantage for WPF

    Do you have WPF applications that are built with NetAdvantage for WPF and you were not able to use HP QuickTest Pro to test the user interface?
    The wait is over and now you can do that.
    Infragistics is announcing the release of its latest testing product…
  • Automating UltraComboEditor

    I'm trying to automate the UltraComboEditor control in C#. Assuming cboViews is an instance of UltraComboEditor and Item is the text string to match, the following line successfully changes to the correct selection.

    foreach (String key in new List…