Tag: Testing

  • What are Frames? How to handle frames in Selenium WebDriver with C#?

    IFrame (FullForm: Inline Frame) is an HTML document that is included in another HTML document and is used to place the contents from another source. Eg: Advertisements, Youtube Videos etc… Almost all site includes IFramenow a day, where they would be displaying advertisements or playing videos of other sources. Now, let’s see how to identify…

  • Widespread Web Application Testing Checklist

    While testing the web applications, one should consider the below mentioned checklist. The below mentioned checklist is almost applicable for all types of web applications depending on the business requirements. The web application checklist consists of: Usability Testing Functional Testing Compatibility Testing Database Testing Security Testing Performance Testing Usability Testing What is Usability Testing? Usability…