in real world, how do we log reports using selenium? is it with log4j or testNG listener?? please answer asap
Answers were Sorted based on User's Feedback
We can use both..But according to me log4j we use report incidents only..By using ReportNg listeners we can put more details of incident...
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of frameworks?
What are the advantages of pom?
How do you perform drag and drop operation in webdriver?
Which attribute you should consider throughout the script in frame for “if no frame id as well as no frame name”?
Write a code snippet to launch internet explorer browser in webdriver.
How to validate the dropdown value contains specific value or not?
How can you find if an element in displayed on the screen?
If the test case frame contains several test cases, how can one execute just the selected one of those test cases?
What are some commonly encountered exceptions in selenium?
What are the technical limitations while using selenium rc?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
Why to choose python over java in selenium?