sdsd Welcome to TestNG Quiz Series. This quiz consists of 7 multiple-choice questions. Keep the following in mind: Multiple Attempts - You will have multiple attempts for this quiz. Timing - You will need to complete each of your attempts in one sitting, as you are allotted 7 minutes to complete each attempt. Answers - You may review your answer-choices and compare them to the correct answers after your final attempt. To start, click the "Next" button. When finished, click the "Submit Quiz" button 1. What is the default value of thread-count in TestNG?71051 1 out of 7 2. Which is NOT the correct Annotation in TestNG?@DataProvider@AfterMethod@AfterGroup@BeforeGroups 2 out of 7 3. Which Annotation will Execute before every Test Method?@BeforeClass@BeforeMethod@AfterClass@BeforeSuite 3 out of 7 4. What is the return type of timeOut property in TestNG?LongintlongString 4 out of 7 5. Can you disable any Test method from TestNG XML?YesNo 5 out of 7 6. How to execute a Test Method when it depends on a method that failed?By using AlwaysRun PropertyBy using RunEvenFail PropertyBy using alwaysRun PropertyBy using executeWithoutFail Property 6 out of 7 7. Which is the correct way to assign a Test Method for more than one group?@Test(groups = "group1", "group2" , "group3")@Test(groups = {"group1", "group2" , "group3" } )@Test(groups = {group1,group2,group3})@Test(groups = {"group1,group2,group3"}) 7 out of 7 Time is Up!