Answered Questions

  • QTP data table question

    In QTP data table, we have two excel sheets one is Global and another one is Local(Action1). If I want to enter another excel sheet in Data Table, then how will I add ?

    Gowthami

    • Dec 13th, 2017

    Datatable.addsheet
    Using above statement we can insert a new sheet to the datatable

    kotike

    • Apr 14th, 2010

    We can dynamically add/delete sheets to runtime datatable.datatable.addsheet "sheet name" ' It will add sheet to runtime datatable during runtime.  We can see this table in results runt...