What is testng and why is it better than junit?
Answer / Pankaj Tripathi
TestNG is an extension of JUnit for Java, designed to provide more power and flexibility for writing test cases. TestNG supports data-driven testing, parameterized tests, dependencies between tests, and annotations. It is considered better than JUnit because of its advanced features like handling exceptions within the test methods, time management, and reporting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know what is selenese?
Explain some automation testing tools.
in keyword driven frame work..where Driver Script is locate? is there any inbuilt script for driver script?who writes the driver script?how to call it any body can tell me with an example...like(yahoo login,inbox, logout).
What testing activities you may want to automate?
Do you know what is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
Do you know the difference between close and quit command?
What are the frameworks available in rc?
Why we use Junit and Jmeter? Suggest some sites where we can get more information on these two Tools?
How to get the Background color of a Tab or Button in TestComplete Tool using VBScript? I have a validation that to verify whether a particular tab or button is highlighted or not. When the tab or button is highlighted the background color will be in Yellow color.If i get the background color then its easy for us to validate whether its highlighted or not. Can anybody help me on this?. Thanks in Advance.
What did you include in a test plan?
Do you know what is a xpath?
Can you explain data-driven testing?