I am new to Silktest, so can anyone help me out to verify the Windows version and the IE browser that the test is about to run on.
Is there an inbuilt function that I could use in my test case that would actually pull th
|
I am new to Silktest, so can anyone help me out to verify the Windows version and the IE browser that the test is about to run on. Is there an inbuilt function that I could use in my test case that would actually pull th |
||||
|
|
In addition to tehlexx's answer, you can also try If you're doing web testing or some kind of non-trivial parallel/network testing, I would try avoiding using |
|||
|
|
|
I haven't used SilkTest, but I understand that it supports C#. In C# you can get browser info via the HttpRequest.Browser property and you could use the System.PlatformID enumeration and the System.Environment.OSVersion property, or for more detailed OS info you invoke some Win32 APIs described in my blog here |
|||
|
|
|
Try the From the doc:
|
|||
|
|