Answers

Question and Answer:

  Home  SilkTest

⟩ Can anybody explain me, where does logs get stored for an activity performed in Silktest?

Answer1:

Following command will export the log in text format.

"c:program filesseguesilktestpartner.exe" -complog "c:logs.txt"

-resextract -r "C:sample.pln"

Answer2:

By default, Silk doesn't create log files, it create a .res files. They are binary files and .log giles are usually text files.

However if you call partner.exe from the command line with the -resextract it will create a copy of the .res file as .txt.

These files are created in the directory where the .t file or .pln file that is executed are located.

 210 views

More Questions for you: