Tosca : How to fetch a value from an excel file and store it in a buffer value

Поделиться
HTML-код
  • Опубликовано: 20 авг 2024
  • How to Fetch a Value from an excel file and store it into a buffer value in Tricentis Tosca

Комментарии • 49

  • @sac1arknexus
    @sac1arknexus 3 месяца назад

    Nicely explained Arekal - thank you!

  • @parthuit
    @parthuit Год назад +1

    Hi, Thanks for sharing valid information, Do more real-time video's would useful for anyone..

  • @abhilashtc
    @abhilashtc Год назад

    Thank you.. Its been very well explained.

  • @prachijoshiporwal3353
    @prachijoshiporwal3353 2 года назад +2

    You saved my life very wonderfully explained and i completed my task.... Are you gonna share video how to use this buffer value in scripts now ?

    • @srinidhiarekal3483
      @srinidhiarekal3483  2 года назад

      Yes. Definitely. But it may take a while.

    • @smdrafiq3854
      @smdrafiq3854 11 месяцев назад

      u know how to add total amount to a buffer from a table which have n rows?

    • @vijinambiyar
      @vijinambiyar 2 месяца назад

      You can use rowcount or column countfor that

  • @hameedibrahim6366
    @hameedibrahim6366 11 месяцев назад

    Srinidhi ...good explanation ....am preparing for interview ...i actually liked urs clear explanation In this video ...please post more videos ...am expecting urs response for this comment

    • @srinidhiarekal3483
      @srinidhiarekal3483  11 месяцев назад

      Thank you so much. All the best for your interview 😃

  • @gayathrisurakka6033
    @gayathrisurakka6033 Год назад

    Really helpful thanks..

  • @harishbalne9196
    @harishbalne9196 Год назад

    Do more videos on Tosca automation

  • @pk775358
    @pk775358 Год назад

    Hi Thank you so much well explained on excel operations
    I have one query that in the Excel sheet.
    how can we get list of duplicate name that are present in Excel sheet can you please share the test steps for that?

  • @muhammadjunaidahmed3297
    @muhammadjunaidahmed3297 2 года назад

    Please Do make all the tosca automation from scratch it would help us in many ways.

  • @jatindersingh9627
    @jatindersingh9627 2 года назад

    Is it mandatory to close the workbook after we used it? Because you have not added that step at last.

    • @srinidhiarekal3483
      @srinidhiarekal3483  2 года назад

      It's good to close.. as it would not disturb the process.

  • @ArjunCreatives
    @ArjunCreatives Год назад

    Sir please add some related videos about Tosca ui automation.

  • @shruthisadhana.a.t9167
    @shruthisadhana.a.t9167 Год назад

    Hi, I have another question too. Kindly confirm, Can we pass 1000+ records from Excel File to API Request as input using Tosca at a time.

  • @anaveerb2859
    @anaveerb2859 7 месяцев назад

    Thank you so much... I am facing a issue I will explain you pls response me

  • @gtr3440
    @gtr3440 9 месяцев назад

    Is it possible to loop through the excel data using TOSCA ?? I mean TOSCA should read the row 1 data in first iteration and then row 2 in 2nd iteration and so on ..

    • @toothlessanaconda7707
      @toothlessanaconda7707 9 месяцев назад +1

      Following this question as i also need this answer

    • @vijinambiyar
      @vijinambiyar 2 месяца назад

      Yes it is possible to loop the Excel data . You can perform this with rowcount actions

  • @vijinambiyar
    @vijinambiyar 2 месяца назад

    Is it possible to perform row by row comparison in excel without using excel 1:1 comparison module

    • @srinidhiarekal3483
      @srinidhiarekal3483  2 месяца назад

      You mean comparing the cells like A1 and B1 ?

    • @vijinambiyar
      @vijinambiyar 2 месяца назад

      Yes all the cell values in two different work sheet .

    • @vijinambiyar
      @vijinambiyar 2 месяца назад

      I got the answer how to do that

  • @zyx1234100
    @zyx1234100 Год назад

    Hi.. please advise for me it’s not reading the first row. Error is “could not find row ‘#1’

  • @user-ix1qu3wx6d
    @user-ix1qu3wx6d Год назад

    I am getting this error
    "Unable to cast COM object of type 'Microsoft.Office.Interop.Excel.ApplicationClass' to interface type 'Microsoft.Office.Interop.Excel._Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{000208D5-0000-0000-C000-000000000046}' failed due to the following error: Element not found. (Exception from HRESULT: 0x8002802B (TYPE_E_ELEMENTNOTFOUND))."
    Please help

  • @kranthimusuluru5894
    @kranthimusuluru5894 Год назад

    Can you please explain a bit clear about the difference between $ and # with an example.....!! Thanks..!! good work.

    • @j_j8758
      @j_j8758 Год назад +2

      $ is used to steer a particular position.
      # is used for the number of occurrence.
      So if u write $3 then it will steer the 3rd row of the table. But say u have the name Peter 3 times in the table. And you want the third occurence then use #3.
      If you know the position use $. Otherwise go for #

    • @kalyankranthi4563
      @kalyankranthi4563 Год назад

      @@j_j8758 Thank you 🙂

  • @gopirajukeerthi
    @gopirajukeerthi Год назад

    If rows and columns are dynamic then how to define the range ? Could you please help

  • @shruthisadhana.a.t9167
    @shruthisadhana.a.t9167 Год назад

    Can you please share a video on how to use this buffer value in scripts further?

  • @babug24
    @babug24 Год назад

    If row & column is dynamic how to get count in TOSCA

  • @shruthisadhana.a.t9167
    @shruthisadhana.a.t9167 Год назад

    Can you share a video for passing 1000+ records from Excel File to API Request as input using Tosca at a time

    • @srinidhiarekal3483
      @srinidhiarekal3483  Год назад

      Yes... I would do it soon!

    • @vijinambiyar
      @vijinambiyar 2 месяца назад

      Try request and response api request once

    • @lokeshsbioa
      @lokeshsbioa Месяц назад

      @@srinidhiarekal3483 Hi, have you done this kind of video? this must be really helpful if you can post a video to capture multiple rows and store in DB

  • @kabindrajoshi6095
    @kabindrajoshi6095 Год назад

    can you post your contact details.