Submitted Questions

  • how do we invoke winrunner in Linux

    sri ganesh

    • May 29th, 2006

    hai, First install Xrunner application in Linux/unix .After install winrunner.  WinRunner application support Xrunner application in Linix/Unix.byesri ganesh

    Karthik

    • Apr 29th, 2006

    Hi,You can use XRunner from Mercury to perform funcional testing of Linux applications. As you might be familiar windows in Linx are called as Xwindows. WinRunner can be used only in Windows OS.

  • what is the purpose of load_dll?

    karthik

    • Apr 29th, 2006

    This is a TSL statement used to load dll's for use in winrunner. Usually DLL's contain user defined functions that might needed regularly.ex:r=load_dll("dll-path");r=unload_dll("dll-path");There are 2...