Metrics Dashboard in TestLink

Metrics Dashboard is another feature which is given by Test Link. As name suggest it is all about Dashboard. We are going to learn about reviewing dash board in Test Link. Dashboard will provide you information about selected test project. You will be able to see all the test case execution detail here. Only Active … Read more

How To Get Browser And OS Details On Run-Time In Selenium WebDriver

Earlier we already learnt how to execute selenium WebDriver test In different browsers like Mozilla Firefox (VIEW THIS POST), Google Chrome (VIEW THIS POST) and IE (VIEW THIS POST) browsers. Sometimes you also need to know browser and OS name and version where your selenium WebDriver tests are running. Supposing you are running your tests … Read more

How To Capture And Verify Tool tip Text In Selenium WebDriver Example

Tool tips are very common elements of web page and visible on mouse hover of element. It can be on text box, link or anywhere else on the page. Sometimes we need to capture tool tip text In Selenium WebDriver to verify If text Is correct or not. Let’s learn how to read tool tip … Read more