Hello guys In this video you are going to learn how to do parallel test execution using testng.xml runner and Parallel Attribute
:Parallelism or multi-threading in software terms is defined as the ability of the software, operating system, or program to execute multiple parts or sub-components of another program simultaneously. TestNG allows the tests to run in parallel or multi-threaded mode. This means that based on the test suite configuration, different threads are started simultaneously and the test methods are executed in them. This gives a user a lot of advantages over normal execution, mainly reduction in execution time and ability to verify a multi-threaded code.
#test#dev#AUtomation#Selenium#tech#feeder#techFeeder#testNG#testng.xml