Great tutorials to learn about TestNG. Great work Chandan.
@chandanguptaSDET3 жыл бұрын
Thanks Sanjay !
@antonioskokiantonis70512 жыл бұрын
Learned a lot through this video! Thank you
@RupaliKiDuniya Жыл бұрын
very informative . 👍
@chaudharysales33432 жыл бұрын
Thank you so much sir for explaining in details
@srinivaskadiyala3 жыл бұрын
Thank you - Learnt about TestNG and Benefits.
@chandanguptaSDET3 жыл бұрын
You are welcome Srinivas.
@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.
@shivanshusharma20.072 жыл бұрын
In this video you are using inheritance. but why in Testdemo class you have not use static main method?
@chandanguptaSDET2 жыл бұрын
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
@bobera21000 Жыл бұрын
I cant import org.testng.annotations.Test; for some reason
@ilavarasansriraman41403 жыл бұрын
Thanks ❤
@shivanshusharma20.072 жыл бұрын
Hi sir What is prerequisite to learn testng?
@chandanguptaSDET2 жыл бұрын
Basic java should do
@shivanshusharma20.072 жыл бұрын
@@chandanguptaSDET i mean to ask do i need selenium before following testNG?
@chandanguptaSDET2 жыл бұрын
@@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.072 жыл бұрын
@@chandanguptaSDET Thanks alot brother. Subscribing your channel for updates. But please try to create videos on selenium api testing., Jmeter etc. Good luck :)