Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
Answer / Tapan Sharma
@test(invocationcount=?) is used to specify the number of times a test method will be executed during test execution. For example: @Test(invocationCount = 3) indicates that the test method should run three times.nn@test(threadpoolsize=?) specifies the size of the thread pool for the TestNG framework's multithreaded execution. For example: @Test(threadPoolSize = 5) sets the number of threads available to execute tests concurrently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What could be the cause of selenium webdriver test to fail?
How to insert a start point in selenium ide?
Write a code snippet to launch internet explorer browser in webdriver.
What is the difference between selenium and qtp?
What are the two modes of views in selenium ide?
What is the use of logging in automation?
How could ajax controls be handled in webdriver?
How to check which option in the dropdown is selected?
Is the firefoxdriver a class or an interface?
How to launch a browser using selenium webdriver?
What are the challenges and limitations of selenium webdriver?
How to enforce the title of the website?