Forum Discussion

aPrivett's avatar
aPrivett
Occasional Contributor
3 years ago
Solved

Want to manipulate registry with a keyword test

I'm rewriting delphiscript tests to keyword tests because delphiscript has been deprecated and I prefer keyword tests. It's a huge undertaking and I don't want to switch to a different scripting lang...
  • AlexKaras's avatar
    3 years ago

    Hi,

     

    While DelphiScript has been deprecated, it was not disposed of and can be used without any restrictions.

    Keyword tests do not have something like Registry operation, so you may consider either Run Code Snippet one or create your custom operation.