We decided to automate manual Httpwatch pro testing. Basically we are going to create a tool that will run in the background while the manual testers do their testing going through our website and the tool will check the tags and values. What is the best approach for this? it looks like we need something like this:
if title of page is x
if tag is y
if value is z then pass else fail.
Looks like x, y and z should be hardcoded (or put into database or flat file manually beforehand). Is there something I am missing? what is your approach?
Thanks,
Is using Httpwatch important for your project? If you are familiar with C#, C++ or Java, then you can do this with HTTP Debugger API.
HTTP Debugger API