TestNG Part - 13 | Selenium தமிழ் Selenium Tamil Tutorial

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 24

  • @vinothsn6685
    @vinothsn6685 Рік тому +1

    videos are very helpful

  • @nashrinbegam1182
    @nashrinbegam1182 9 місяців тому +1

    Thanks Koushik Bro ..Well Explained:)

    • @letcode
      @letcode  9 місяців тому

      Welcome 🤗

  • @whathappenthenxtsecond8747
    @whathappenthenxtsecond8747 2 роки тому +1

    Anna neega vera level Naa.. ❤️

    • @letcode
      @letcode  2 роки тому +1

      Nandri bro 😃

  • @SivaLingam-cc2bb
    @SivaLingam-cc2bb 4 місяці тому +1

    Hai Koushik, Happy married life, Thankyou so much for your extraordinary work. I have a query here, you have added indices in the getData method, which means we are adding it constantly on getData method. Rather than adding that we can specify only the required data's in the two dimensional array right, so that instead of adding indices we can get the required data. Are there a ways to add those indices dynamically? so that atleast we can send dynamic numbers for the indices values and achieve dynamic fetching of datas. Correct me if I am wrong :)

    • @letcode
      @letcode  4 місяці тому

      Thanks.
      Yes it can change in the array dimensions,
      Indices are a constant value so it cannot be dynamic.

  • @karthickchandran7247
    @karthickchandran7247 2 роки тому +1

    ​ @LetCode with Koushik ... Indices and data provider are well explained Bro.. Thanks much..!

  • @anujase673
    @anujase673 9 місяців тому +1

    hi Koushik. here u r running a specific row using indices like {1,2}. Is there any possibility to run a specific cell like {(0,0),(1,2),(2,2)}. I hope that u understood my doubt

    • @letcode
      @letcode  9 місяців тому

      To run a specific cell, if you have to customise the read excel utility, cannot be done through data provider.

  • @gayathriraghu3736
    @gayathriraghu3736 3 роки тому +2

    Anna can you upload videos for cucumber

    • @letcode
      @letcode  3 роки тому +1

      Ok 😊

    • @gayathriraghu3736
      @gayathriraghu3736 3 роки тому +1

      @@letcode tq so much. Your videos are really very good . Before I was afraid of coding and now I can understand things well through your videos

    • @letcode
      @letcode  3 роки тому

      Thank you ☺️

  • @gajalakshmisethuraman9041
    @gajalakshmisethuraman9041 Рік тому +1

    Hi bro,Can we run the tests in parallel with DataProvider annotation?..If possible Could you pls tell me how to do that?..

  • @MaheshKumar-wr2gm
    @MaheshKumar-wr2gm 3 роки тому +1

    Can we pass data provider name as method name like@Dataprovider(name="getData")

    • @letcode
      @letcode  3 роки тому +1

      Yes possible, I have explained it one video.

    • @MaheshKumar-wr2gm
      @MaheshKumar-wr2gm 3 роки тому +2

      "Indices" where you can get this information

    • @letcode
      @letcode  3 роки тому

      @@MaheshKumar-wr2gm from the testng official docs

  • @azeemk7883
    @azeemk7883 2 роки тому +1

    Bro, i am getting "org.testng.internal.reflect.MethodMatcherException" Please explain the Exception.

    • @letcode
      @letcode  2 роки тому +1

      Data provider no.of data and test method argument wrong bro.