Software Testing Methodology Question: Download Testing Methodology PDF

What is HTML content-checking tests?

Tweet Share WhatsApp

Answer:

HTML content checking tests makes a request to a Web page, parses the response for HTTP hyperlinks, requests hyperlinks from their associated host, and if the links returned successful or exceptional conditions. The downside is that the hyperlinks in a Web-enalbled application are dynamic and can change, depending on the user's actions. There is little way to know the context of the hyperlinks in a Web-enabled application. Just checking the links' validity is meaningless if not misleading. These tests were meant to test static Web sites, not Web-enabled application

Download Testing Methodology PDF Read All 70 Testing Methodology Questions
Previous QuestionNext Question
What is Click-Stream Testing?What is black-box (or functional) testing?