Software Testing Methodology Question:
Download Questions PDF

What is HTML content-checking tests?

Testing Methodology Interview Question
Testing Methodology Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is Click-Stream Testing?What is black-box (or functional) testing?