DataDriven Framework

Also check the tutorial video on Keyword Driven Framework

5 Comments

  1. Hi Sachin,

    Go Step by step.
    – Import the Excel sheet.
    – Get the WorkSheet : usually the name would be sheet1
    – Once you have the sheet, you can get the row and cololumn count
    – Iterate thru the rows and use the function “getcelldata(row,col)”

    else
    you could just create it using Excel object
    set objexcel = description.create(excel.application)
    and so on.

    Reply
  2. Hi Ankur,

    In how many ways we can an excel file in any frame work?

    Reply
  3. Hello Ankur,

    Could you please share folder structure of framework.

    Regards,
    Sameer

    Reply
  4. hello sir,
    hw we work with active screen…..

    Reply
  5. hello sir..
    i m not able to fetch the value of username nd pasword frm outside table still i m using import or export…..
    like…Datatable.import(“filename”)
    {

    }
    Datatable.export(“filename”)

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *