I have some idea that, HTML link parser, HTTP sampler will help..I try to use it but unfortunatly didn't succeed in doing so..
Will act something like spider...
I have some idea that, HTML link parser, HTTP sampler will help..I try to use it but unfortunatly didn't succeed in doing so..
Will act something like spider...
Option 1
Use HTML Link Parser as follows:
yourdomain.org
yourdomain.org
as a Server Name and .*
as Path
This scenario will visit all the links. However it will stop on the first failure and you won't be able to tell whether only one link is broken or there are more.
Option 2
Use i.e. Regular Expression Extractor, XPath Extractor or CSS/JQuery Extractor in combination with ForEach Controller. This scenario will iterate each single link so you will be able to tell which one is broken.
For more information on implementing Option 2 refer to Using Regular Expressions in JMeter guide.
Instead of Link Parser - we can create a robust test plan just by using Regular Expression Extractor.
Find the sample tets plan.
For more info, visit the below link.