Forum Discussion
maximojo
12 years agoFrequent Contributor
Hi
We asked Smartbear support about basically what you're asking (except for requests made by flash swfs). Their reply was there is nothing directly built-in to TestComplete to handle this. They mentioned tools you already know:
http://www.fiddlertool.com/Fiddler2/
http://www.wireshark.org/
However, our thought (though we haven't implemented this) was to make plugins to one of those tools which output the requests to e.g. a file, and then read that file in though a TestComplete script plugin. Perhaps you could pass a filter string to the TestComplete plugin which would only get the get/posts you needed (as I'm sure you noticed when you look at the requests made by a PC there's a lot of junk that pops up from random places depending on what web pages you have open).
So e.g. you might initialize your TestComplete plugin with the string "*.google.com" so that you would only see strings related to google.
That's one idea for you :)
We asked Smartbear support about basically what you're asking (except for requests made by flash swfs). Their reply was there is nothing directly built-in to TestComplete to handle this. They mentioned tools you already know:
http://www.fiddlertool.com/Fiddler2/
http://www.wireshark.org/
However, our thought (though we haven't implemented this) was to make plugins to one of those tools which output the requests to e.g. a file, and then read that file in though a TestComplete script plugin. Perhaps you could pass a filter string to the TestComplete plugin which would only get the get/posts you needed (as I'm sure you noticed when you look at the requests made by a PC there's a lot of junk that pops up from random places depending on what web pages you have open).
So e.g. you might initialize your TestComplete plugin with the string "*.google.com" so that you would only see strings related to google.
That's one idea for you :)