http://robotframework.org/
A keyword base test automation framework.
Setup on Windows:
1. Install Python 2.7
http://www.python.org/getit/
2. Install wxPython 2.8.12.1 (for RIDE)
http://sourceforge.net/projects/wxpython/files/wxPython/
3. Install robot framework (may use pip or easy_setup)
https://pypi.python.org/pypi/robotframework
4. Install RIDE
https://pypi.python.org/pypi/robotframework-ride
https://github.com/robotframework/RIDE/wiki/Installation-Instructions
5. Add PATH C:\Python27\Scripts
個人在學習Linux過程當中的個人筆記,提供個人及有需要的人查閱,若有錯誤歡迎提供指正,謝謝。 This Blog recorded notes about my learning Linux and provides myself and others reference. If there are any incorrect information, welcome to leave a message to correct me, Thanks.
2013年12月31日 星期二
2013年12月12日 星期四
How to PAUSE and CONTINUE a Linux process
Use kill command to send -STOP signal to pause a process and -CONT signal to continue it.
Example on CentOS6 Desktop:
1. Open a Terminal (name as T1) on Desktop and send "ps -aux | grep bash" to see how much bash in there.
2. Open another Terminal (name as T2) on Desktop and on T1 send "ps -aux | grep bash" to see process id of new created bash (T2)
3. On T1, send "kill -STOP" to pause T2
>T2 is hang
4. On T1, send "kill -CONT" to continue T2
>T2 is back to work
This is useful if a script is running on T2 and you want to pause it and continue it later
Reference:
http://tombuntu.com/index.php/2007/11/23/how-to-pause-a-linux-process/
Example on CentOS6 Desktop:
1. Open a Terminal (name as T1) on Desktop and send "ps -aux | grep bash" to see how much bash in there.
2. Open another Terminal (name as T2) on Desktop and on T1 send "ps -aux | grep bash" to see process id of new created bash (T2)
3. On T1, send "kill -STOP
>T2 is hang
4. On T1, send "kill -CONT
>T2 is back to work
This is useful if a script is running on T2 and you want to pause it and continue it later
Reference:
http://tombuntu.com/index.php/2007/11/23/how-to-pause-a-linux-process/
2013年12月5日 星期四
安裝Windows出現unable to create a new system partition
開機時移除USB,若需要Load Driver,等到跳出Load Driver畫面時在把USB stick插進去。
http://social.technet.microsoft.com/Forums/windows/en-US/9e18e169-f77e-4026-b22f-f602e670d55c/install-failure-unable-to-create-a-new-system-partition?forum=w7itproinstall
http://social.technet.microsoft.com/Forums/windows/en-US/9e18e169-f77e-4026-b22f-f602e670d55c/install-failure-unable-to-create-a-new-system-partition?forum=w7itproinstall
訂閱:
文章 (Atom)