P18 - How to use the dataprovider partially in TestNG | TestNG | Testing Framework |

  Рет қаралды 15,584

H Y R Tutorials

H Y R Tutorials

Күн бұрын

Пікірлер: 35
@HYRTutorials
@HYRTutorials 3 жыл бұрын
↔️ TestNG Playlist Link: bit.ly/3wXyuXB ✴ Checkout my other playlists: bit.ly/3gLIAVL ☕ Buy me a coffee: bit.ly/33ljBWc
@nagasaimaddula56
@nagasaimaddula56 9 ай бұрын
Super explanation bro
@shivakumarmaraboina2417
@shivakumarmaraboina2417 2 жыл бұрын
explanation is awesome
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Glad you liked it buddy
@RaghavVinu
@RaghavVinu 10 ай бұрын
is indices applicable only for single dimension array?
@MyGreatAchievers
@MyGreatAchievers 2 жыл бұрын
You are outstanding brother
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thanks buddy 😊
@heisenbergukr3180
@heisenbergukr3180 Жыл бұрын
I don't forget you and teaching bro
@HYRTutorials
@HYRTutorials Жыл бұрын
Thanks buddy 😊
@abzaman77
@abzaman77 Жыл бұрын
Is it possible to have a range.?
@HYRTutorials
@HYRTutorials Жыл бұрын
No buddy
@HYRTutorials
@HYRTutorials Жыл бұрын
You have to specify all indices that you want to include
@abzaman77
@abzaman77 Жыл бұрын
@@HYRTutorials ok
@mohanreddymadem2683
@mohanreddymadem2683 3 жыл бұрын
HI Sir, How to apply indices on two dimesional array data while reading data from excel, we need to add for rows or columns can you guide me
@HYRTutorials
@HYRTutorials 3 жыл бұрын
We need to add for rows only. In two dimensional array the number rows represent the number of times the test has to execute and the number of columns represent the parameters inside the test method.
@yaswanthtirupathi6551
@yaswanthtirupathi6551 2 жыл бұрын
Thank you so much bro😊
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Happy learning buddy 😊
@bharathpybodi2842
@bharathpybodi2842 6 ай бұрын
Nice Bro
@sivaramaprasad9202
@sivaramaprasad9202 3 жыл бұрын
Hi, please make videos on log4j reports and listener class
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Sure buddy
@Targetgroups123
@Targetgroups123 3 жыл бұрын
Am completed all videos in this playlist💐💐💐 thank u for ur hardwork 💐💐🥰🥰🥰 can i know next video release date..... 🙏🙏🙏🙏
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Thankyou buddy, Very soon
@TechCommuteTelugu
@TechCommuteTelugu 3 жыл бұрын
Hi, Please make a video on bug Tracking tools, which is the best one in market and open source tool?
@HYRTutorials
@HYRTutorials 3 жыл бұрын
Companies are not using the third-party bug tracking tools separately. If they are using jira for the agile then they will use jira only for tracking the bugs as well. Similarly for other things as well. Best in the market are JIRA, ALM, TFS etc..
@purvidholakia3570
@purvidholakia3570 2 жыл бұрын
Hi Reddy, I am watching your all videos, good explanation. Here I do have one question, DataProvider name is not a dp1 but you have mentioned @Test(dataProvider = "dp1"), if dp name not defined still we can define dp name in a @Test annotation?
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Yes buddy. If we don't provide any name to the dataprovider, we can use the dataprovider method name as the name
@purvidholakia3570
@purvidholakia3570 2 жыл бұрын
@@HYRTutorials ,Thanks!
@aravpriyadiya4405
@aravpriyadiya4405 2 жыл бұрын
watchin all your videos.. your teaching is amazing.. how to handle same scenario for 2 dimensional or multidimensional. Lets say .. i have details first name , last name , user name and PWD. like these i have 4 data. i wanna take out only user name and password for the 4 data. i know using loop its possible handle this scenario. i want to know whether its possible through indices.. i know its a silly question. out of curiosity i am asking things.. thanks in advance for ur reply
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Thankyou buddy Indices is used for restricting the datasets but not the data inside each set buddy. For example if u have 10 sets of data, you can pass only the required sets like 1st and 3rd. but you can't restrict the data in each set
@aravpriyadiya4405
@aravpriyadiya4405 2 жыл бұрын
Understood .. thanks a lot..
@aravpriyadiya4405
@aravpriyadiya4405 2 жыл бұрын
Can you please create a video customising testng report. For ex; creating a pdf file. Adding a class name as a title. Method name as header. Screen shot value and then sreen shots..if test case fails attaching a screenshot.. adding a html report then zip the report.. i know we have lots of third party tools... I have seen your listener video.. and taking a screenshot while script fails... All those Videos i have seen.. i am trying to replicate all those in the customized report. getting stuck here and there... If you post a video on this it will be very helpful
@HYRTutorials
@HYRTutorials 2 жыл бұрын
@@aravpriyadiya4405 Most of the testers doesn't use or like the report based on PDF buddy. you can use the third party libraries like extent or allure reports. As many would not be interested in the PDF based reports, im not gonna spend the time on that buddy. You can checkout my extent reports playlist for learning it 📌 Extent Reports Playlist Link: bit.ly/3pGD1gh
@aravpriyadiya4405
@aravpriyadiya4405 2 жыл бұрын
@@HYRTutorials thank you
@mahindra2052
@mahindra2052 2 жыл бұрын
hi, cucumber bdd framework videos chestara in telugu.
@HYRTutorials
@HYRTutorials 2 жыл бұрын
Time pattuddi buddy
Just In Time (JIT) Compilers - Computerphile
10:41
Computerphile
Рет қаралды 287 М.
Selenium Framework for Beginners 24 | TestNG How to use Parameters | in Selenium
7:59
P12 - How to ignore tests in TestNG | TestNG | Testing Framework |
20:11
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 83 М.
What is XPath | How to create XPath | for Beginners
10:53
Automation Step by Step
Рет қаралды 267 М.