Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

...

Use a different display argument if :20 is not available.

$ cd /path<INSTALL>/to/soatest/plugins/com.parasoft.xtestptest.libs.web_[version]<VERSION>/root
$ ./Xvfb_Linux :20 -ac

...

Once you determine the arguments that you need to pass to Xvfb, put these arguments to use in SOAtest. To do so, create a shell script named Xvfb_Linux that invokes Xvfb with the necessary arguments. SOAtest will then run the shell script when trying to start Xvfb. 

(1) In /path/to/soatest/plugins/com.parasoft.

...

ptest.libs.web_

...

<VERSION>/root rename Xvfb_Linux to Xvfb_Linux.bin.

$ mv Xvfb_Linux Xvfb_Linux.bin

...