Speed up Loading of Eclipse IDE
2:19
Пікірлер
@sivaram4563
@sivaram4563 6 күн бұрын
Pls do video on cucumber framework
@sathisha341
@sathisha341 16 күн бұрын
is there a way to find the total tests in this nested xml file??
@ujjawalsharma5484
@ujjawalsharma5484 23 күн бұрын
Should put ./ Before eclipse
@VishnuR-dc6ed
@VishnuR-dc6ed Ай бұрын
hi sir this trick not working my pc my eclipse version is 2023-12
@nasibaMehraban-xl7sz
@nasibaMehraban-xl7sz Ай бұрын
Thanks
@cdtero
@cdtero 7 ай бұрын
I would like to learn different ways to use Python to find the Channel name for any YT video without using YT API
@nikhilmaliyan8384
@nikhilmaliyan8384 10 ай бұрын
Doesn't worked for me
@Mahmood-
@Mahmood- 11 ай бұрын
oh wow, it worked.
@YashGajula
@YashGajula Жыл бұрын
Error: Main method not found in class utils.AppUtils, please define the main method as: public static void main(String[] args) or a JavaFX application class must extend javafx.application.Application I'm using the TestNG framework. This framework doesn't require a main method during execution. Could you please tell me how to fix this.
@ashokmannai1997
@ashokmannai1997 Жыл бұрын
Neat .. explanation 👍
@kfpcraft531
@kfpcraft531 Жыл бұрын
Thank you, this worked for me. Shaved the loading time from 5 min to 10 sec.
@adrianmacovei8592
@adrianmacovei8592 Жыл бұрын
Hello, Sir! This approach works on @BeforeClass annotation?
@ahmedisultana751
@ahmedisultana751 Жыл бұрын
I need to create and jar file and run Testng test cases, how can I do it ?
@chandanguptaSDET
@chandanguptaSDET Жыл бұрын
You should be able to export it to jar and run the way you run it via cmd
@RupaliKiDuniya
@RupaliKiDuniya Жыл бұрын
very informative . 👍
@rajithabanoth31
@rajithabanoth31 Жыл бұрын
Please upload mobile testing automation related videos
@sinardets01
@sinardets01 Жыл бұрын
It's fake it doesn't works
@rudhralife
@rudhralife Жыл бұрын
Very well explained , Thanks bro 🙏🏻
@anuradharadhakrishnan8310
@anuradharadhakrishnan8310 Жыл бұрын
hey, I tried to run the command but got this error : Error: Could not find or load main class Caused by: java.lang.ClassNotFoundException: COuld you help with this?
@bobera21000
@bobera21000 Жыл бұрын
I cant import org.testng.annotations.Test; for some reason
@jnp9155
@jnp9155 Жыл бұрын
you are doing great work , I have found better content for automation testing here and your videos have in depth knowledge about automation testing keep it up👍
@priyanka_chaudhari
@priyanka_chaudhari Жыл бұрын
Actually i m trying to this cross browser testing code with chrome and Firefox but only my chrome driver is running and i m getting issue in Firefox idk what is an issue since I downloaded gecko driver correctly and set path too plz suggest any solution?
@chandanguptaSDET
@chandanguptaSDET Жыл бұрын
Hi Priyanka , please use latest selenium version, you would not need to add or download browser specific drivers. It wll handle them automatically
@priyanka_chaudhari
@priyanka_chaudhari Жыл бұрын
@@chandanguptaSDET yes , thanks 😇now it's working but prblm is I took two @Test annotations in testNG class so both are working fine in chrome but in Firefox second test case is showing failed idk what is reason?
@chandanguptaSDET
@chandanguptaSDET Жыл бұрын
Check the stacktrace/logs, the reason must be printed
@hathu7750
@hathu7750 Жыл бұрын
Thank you Chandan Gupta, It is what i am searching
@surlefeed
@surlefeed Жыл бұрын
great, a big thanks !
@carlos_gongora
@carlos_gongora Жыл бұрын
Very useful tutorial, you really deserve credit for this work. Thanks a lot!!
@SanjeewaGunarathna-sr2kn
@SanjeewaGunarathna-sr2kn Жыл бұрын
Wow this man is awesome thanks bro you save me 👍👍👍👍❤❤
@mohammednawaz.s1214
@mohammednawaz.s1214 2 жыл бұрын
Super bro
@amawachar
@amawachar 2 жыл бұрын
Thank you so much sir.. because of you i learn lot many thinks about TestNG.
@ketankhapekar70
@ketankhapekar70 2 жыл бұрын
Tysm sir for sharing
@caritau123
@caritau123 2 жыл бұрын
i cant run this programm, skip for input data from exel
@prasanna7305
@prasanna7305 2 жыл бұрын
even i am facing the same problem
@piyushkotiyal9964
@piyushkotiyal9964 2 жыл бұрын
chandan,I have 54 tests(classes) and i run them using testng.xls so how will i run them parallelly
@devendrasuryawanshi8464
@devendrasuryawanshi8464 2 жыл бұрын
extraordinary explanation sir thankyu so much for that
@devendrasuryawanshi8464
@devendrasuryawanshi8464 2 жыл бұрын
Can you make video on parallel execution on testng
@chandanguptaSDET
@chandanguptaSDET 2 жыл бұрын
Please watch the complete playlist, it has the video
@devendrasuryawanshi8464
@devendrasuryawanshi8464 2 жыл бұрын
very beautiful explanation sir thanx lot
@shivanshusharma20.07
@shivanshusharma20.07 2 жыл бұрын
In this video you are using inheritance. but why in Testdemo class you have not use static main method?
@chandanguptaSDET
@chandanguptaSDET 2 жыл бұрын
TestNG calls a main method internally. Since it is a framework, we need to follow the way it is designed. So inshort to run/execute any lines of code using TestNG, you don't need main method. I have created a separate video on the same. Please check my channel, you will find- How TestNG runs test without a main method. kzbin.info/www/bejne/jZWcdYOdotWYeNk
@devendrasuryawanshi8464
@devendrasuryawanshi8464 2 жыл бұрын
very good** the way you describe testng just need clearification on testng.xml plz provide one more video on testng.xml
@shivanshusharma20.07
@shivanshusharma20.07 2 жыл бұрын
Hi sir What is prerequisite to learn testng?
@chandanguptaSDET
@chandanguptaSDET 2 жыл бұрын
Basic java should do
@shivanshusharma20.07
@shivanshusharma20.07 2 жыл бұрын
@@chandanguptaSDET i mean to ask do i need selenium before following testNG?
@chandanguptaSDET
@chandanguptaSDET 2 жыл бұрын
@@shivanshusharma20.07 Not actually. It is a test framework used by developers and testers. You can learn selenium and testng in parallel or one after the other Finally understand how they are used together. Go through the whole tutorial, things will get clearer over time.
@shivanshusharma20.07
@shivanshusharma20.07 2 жыл бұрын
@@chandanguptaSDET Thanks alot brother. Subscribing your channel for updates. But please try to create videos on selenium api testing., Jmeter etc. Good luck :)
@chaudharysales3343
@chaudharysales3343 2 жыл бұрын
Thank you so much sir for explaining in details
@ajay-jy3le
@ajay-jy3le 2 жыл бұрын
Hi Chandan , can u please make a playlist on Maven covering all important topics?
@vineetnt
@vineetnt 2 жыл бұрын
suppose i run this command and it executes it successfully, now after that if i make some changes in the code and re-run the code using this command, would it execute the updated code ?
@chandanguptaSDET
@chandanguptaSDET 2 жыл бұрын
Yes, it should. You may need to build the project again though
@yourbro6479
@yourbro6479 2 жыл бұрын
Command not working now
@hematogen50g
@hematogen50g 2 жыл бұрын
34:02 I got the same error! Could you tell us how have you solved it?
@pramodhs7004
@pramodhs7004 2 жыл бұрын
Thank you for making video....
@somrajyadav2446
@somrajyadav2446 2 жыл бұрын
Thanks a lot!!
@RajniKumari-mg3kn
@RajniKumari-mg3kn 2 жыл бұрын
Plz continue uploading testing related videos
@sangireddyeswarreddy1787
@sangireddyeswarreddy1787 2 жыл бұрын
Well explained thank you I got this question in interview but I missed it
@swapnilramdasi5055
@swapnilramdasi5055 2 жыл бұрын
Thank u sir you tell everything clearly
@prashantlandge9409
@prashantlandge9409 2 жыл бұрын
Hello sir Your way of teaching is good. can you please make tutorials on selenium with java
@niktoshepherd2037
@niktoshepherd2037 2 жыл бұрын
i got this error when i try to run the codes. Need your help [Utils] [ERROR] [Error] java.lang.NoSuchMethodError: 'byte[] org.apache.commons.io.IOUtils.byteArray(int)'
@sauravkumar6666
@sauravkumar6666 2 жыл бұрын
Just go and paste this in pom.xml <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>4.1.2</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml</artifactId> <version>4.1.2</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi-ooxml-schemas</artifactId> <version>4.1.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> <version>4.4</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency>
@debasishdas3808
@debasishdas3808 2 жыл бұрын
Very much helpful and your explanation is NeXT level.
@antonioskokiantonis7051
@antonioskokiantonis7051 2 жыл бұрын
Learned a lot through this video! Thank you
@antonioskokiantonis7051
@antonioskokiantonis7051 2 жыл бұрын
"ok"? :)