Software Testing Methodology Question:
Download Job Interview Questions and Answers PDF
What is HTML content-checking tests?
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 Question | Next Question |
What is Click-Stream Testing? | What is black-box (or functional) testing? |