locked
how to verify grid records, record count, checkbox column, nested records RRS feed

  • Question

  • I am automating one invoice payment web application using vsts 2010.

    On one page there is Telerik grid control. it populate open invoices at dynamically and displayed its details hierarchically  

    I want to verify invoice count, its group totals and expand/ collapse functions. Is there any sample example how to automate grid functionality.

    Thursday, December 31, 2009 12:36 PM

Answers

  • Hi Niteen
    We dont have a way to identiy the GridControl out of Box as a GridControl. We will be able to identify the individual Cell and the values thereof. So there isnt any Out-Of-Box solution to get the Row Sum's etc.
    What you can however do is to identify the Column on which you want to SUM the values and for each row in the Table you should iterate and get the sum.. It should be easy to write custom expressions to do what you are attempting..

    I dont have any sample Example on this at this point but will get back to you with some sample's that will help you.

    thanks
    Rituparna
    http://blogs.msdn.com/rituparna
    Sunday, January 3, 2010 4:32 PM