my requiremtn is i have multiple no of url need to test one by one by get method to get response.
example follwing urls
1-https:scgncp.com/12041/. 2-https:ibm.com/120024/. ..... ....... ....... ...... ...... ..... ...... 100- no fo urls.
test using
$http(url).then(function(response)
{
//write status of response
},function errorfunction(response){
//error status code should be display here
}
need to test 100 urls using above method or other way is there please help me