버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...


코드 블럭
languagepowershell
linenumberstrue
......

...


Run odi test manager

odi test manager can be started with the following commands:

Windows

코드 블럭
languagepowershell
linenumberstrue
bin\start-odi.bat

Linux

코드 블럭
languagepowershell
linenumberstrue
./bin/start-odi.sh
How to shutdown

Shutdown odi test manager

odi test manager can be shutdown with the following commands: 

Windows

코드 블럭
languagepowershell
linenumberstrue
bin\stop-odi.bat

Linux

코드 블럭
languagepowershell
linenumberstrue
./bin/stop-odi.sh


...