Older Browser compatibility for testing legacy applications in a ReadyAPI functional test
Hi,
We are looking to use ReadyAPI to test some of our legacy applications. These applications often require to be run using an older version of a browser. Eg. IE 7.0.
We have attempted to pass a user-agent header that is a compatible browser version to test the application however we are recieving an error on our application which states that an older browser version is required to use the application in the request response.
This is the header we are passing:
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Zoom 3.6.0)
Is emulating an older browser version something that is supported in a ReadyAPI functional test? And if so how can we go about implementing it.
Many thanks,
Kayleigh