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 :)
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
videos are very helpful
Nandri 😃
Thanks Koushik Bro ..Well Explained:)
Welcome 🤗
Anna neega vera level Naa.. ❤️
Nandri bro 😃
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 :)
Thanks.
Yes it can change in the array dimensions,
Indices are a constant value so it cannot be dynamic.
@LetCode with Koushik ... Indices and data provider are well explained Bro.. Thanks much..!
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
To run a specific cell, if you have to customise the read excel utility, cannot be done through data provider.
Anna can you upload videos for cucumber
Ok 😊
@@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
Thank you ☺️
Hi bro,Can we run the tests in parallel with DataProvider annotation?..If possible Could you pls tell me how to do that?..
Yes, i think i have covered that.
Pls check the next video.
@@letcode Thank you so much,watched now
Can we pass data provider name as method name like@Dataprovider(name="getData")
Yes possible, I have explained it one video.
"Indices" where you can get this information
@@MaheshKumar-wr2gm from the testng official docs
Bro, i am getting "org.testng.internal.reflect.MethodMatcherException" Please explain the Exception.
Data provider no.of data and test method argument wrong bro.