1

I am trying to figure out a way to reliably convert SilkTest scripts into C#.

The only idea I have come up with so far is disassembling a SilkTest binary then decompiling it. However, I can't find a way to get a SilkTest binary from a SilkTest .t file.

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222
user3236794
  • 578
  • 1
  • 6
  • 16

2 Answers2

1

A .t file is text that contains the automation for your test case written in the 4Test language which is the language that Silk Test Classic, there is nothing to disassemble or decompile.

If you want your test case to be in C# consider using Silk4Net rather than Silk Test Classic.

eggbox
  • 617
  • 4
  • 16
0

TL;DR: No.

This feature has been requested for Visual Test scripts since 2012 (Uservoice) but never been implemented.

I have asked the question for 4Test scripts (Uservoice) and got the following response:

Please get in touch with support, to information about how to migrate from Silk Test Classic to Silk4J.

Unfortunately, the response from MicroFocus support was: "Automatic conversion is not possible. But they can recommend a company which does such a conversion as a service provider".

Thomas Weller
  • 55,411
  • 20
  • 125
  • 222