[Setting]
Change environment varable
http://minghsiangsu.pixnet.net/blog/post/167178593-android-virtual-device(avd)%E6%A8%A1%E6%93%AC%E5%99%A8%E7%84%A1%E6%B3%95%E6%AD%A3%E7%A2%BA%E5%9F%B7%E8%A1%8C
mklink /f "d:\" "c:\"
http://stackoverflow.com/questions/18540607/starting-emulator-for-avd-then-panic-could-not-open
Solution:
Change %temp% to F:\
[Install]
http://www.cnblogs.com/tangdongchu/p/4234127.html
https://m.oschina.net/blog/361769
https://looksok.wordpress.com/2014/02/08/uiautomator-in-eclipse/
[Emulator]
http://ephrain.pixnet.net/blog/post/43194040-%5Bandroid%5D-android-%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98%EF%BC%9A%E5%95%9F%E5%8B%95%E6%89%8B%E6%A9%9F%E6%A8%A1%E6%93%AC%E5%99%A8
http://ephrain.pixnet.net/blog/post/47001884-%5Bandroid%5D-android-%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98%EF%BC%9A%E5%95%9F%E7%94%A8%E6%A8%A1%E6%93%AC%E5%99%A8%E7%9A%84%E7%A1%AC%E9%AB%94%E5%8A%A0
硬體加速
http://ephrain.pixnet.net/blog/post/47001884-%5Bandroid%5D-android-%E5%AD%B8%E7%BF%92%E7%AD%86%E8%A8%98%EF%BC%9A%E5%95%9F%E7%94%A8%E6%A8%A1%E6%93%AC%E5%99%A8%E7%9A%84%E7%A1%AC%E9%AB%94%E5%8A%A0
[abd]
http://stackoverflow.com/questions/20564514/adb-is-not-recognized-as-an-internal-or-external-command-operable-program-or
指令
http://style77125tech.pixnet.net/blog/post/17556680-%5Bandroid%5D-%E4%BD%BF%E7%94%A8adb%E6%8C%87%E4%BB%A4
[找不到 android.support.test]
http://stackoverflow.com/questions/29122205/the-import-android-support-test-can-not-be-resolved-in-revision-22
[範例]
http://stackoverflow.com/questions/24669317/uiautomator-test-case-android
http://university.utest.com/android-ui-testing-uiautomatorviewer-and-uiautomator/
圖解
http://smritituteja.in/android-automation-uiautomator/
1. You can open command prompt.
2. Create a fresh, bare clone of your repository:
git clone --bare https://github.com/user/repro.git
cd repro.git
3. If you use the official website's bash you will get error:
So just copy the follow script and save as changename.sh:
4. And execute:
C:\Program Files\Git\bin\sh.exe "X:\changename.sh"
5. git push --force --tags origin master
6. rm -rf ./repro.git
[Reference]
https://help.github.com/articles/changing-author-info/
http://codex.wiki/question/1572846-5253
2. Create a fresh, bare clone of your repository:
git clone --bare https://github.com/user/repro.git
cd repro.git
3. If you use the official website's bash you will get error:
WARNING: Ref 'refs/heads/master' isunchanged。git filter-branch --commit-filter '
case "$GIT_AUTHOR_NAME" in
*[Jj]ersey*[Ss]u*)
GIT_COMMITTER_NAME="Jersey Su"
GIT_COMMITTER_EMAIL="loverjersey@gmail.com"
GIT_AUTHOR_NAME="Jersey Su"
GIT_AUTHOR_EMAIL="loverjersey@gmail.com"
git commit-tree "$@"
;;
*)
git commit-tree "$@"
;;
esac
' HEAD
4. And execute:
C:\Program Files\Git\bin\sh.exe "X:\changename.sh"
5. git push --force --tags origin master
6. rm -rf ./repro.git
[Reference]
https://help.github.com/articles/changing-author-info/
http://codex.wiki/question/1572846-5253
1. Install python and environment var
http://www.cnblogs.com/yuzr/p/4197093.html
http://blog.csdn.net/yydoraemon/article/details/13847781
2. Steps to install Robotframe work and RIDE
http://fanli7.net/a/bianchengyuyan/Python/20130http://www.tonylin.idv.tw/dokuwiki/doku.php/rf:rf:installrideonwin817/412658.html
http://joelee-testing.blogspot.tw/2015/01/robot-framework-mac.html
http://blog.csdn.net/tulituqi/article/details/7592711
[DEMO]
https://bitbucket.org/robotframework/webdemo/downloads
[Reference]
https://github.com/robotframework/RIDE/wiki/Installation-Instructions#start-up
http://carl.logdown.com/posts/2014/03/07/robotframework-gettingstarted
http://blog.csdn.net/windone0109/article/details/24637757
http://blog.csdn.net/wirboz/article/details/41316105
Global sharing.
http://ruleoftech.com/2013/web-application-test-automation-with-robot-framework
https://github.com/rtomac/robotframework-selenium2library/wiki
Create Own Library
http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#id198
20151022 New Add
[wxPython cannot install in MAC os x 10.11]
It looks like wxPython cannot install proper upon 10.xx
even use the brew to install wx and turn off the sercurity still cannot install it.
So Jeremy helps to resolved the problem by rebuild the wxpython on mac os 10.11
http://imsardine.simplbug.com/note/wxpython/install-osx.html#10.10-el-capitan
20151029
[Launch RIDE crash on os x 10.11]
Just delete the temp file from $home
rm -r .robotframework
http://stackoverflow.com/questions/33134896/install-wxpython-2-8-for-ride-on-osx-el-capitan/33209614?noredirect=1#comment54350857_33209614
http://www.cnblogs.com/yuzr/p/4197093.html
http://blog.csdn.net/yydoraemon/article/details/13847781
2. Steps to install Robotframe work and RIDE
http://fanli7.net/a/bianchengyuyan/Python/20130http://www.tonylin.idv.tw/dokuwiki/doku.php/rf:rf:installrideonwin817/412658.html
http://joelee-testing.blogspot.tw/2015/01/robot-framework-mac.html
http://blog.csdn.net/tulituqi/article/details/7592711
[DEMO]
https://bitbucket.org/robotframework/webdemo/downloads
[Reference]
https://github.com/robotframework/RIDE/wiki/Installation-Instructions#start-up
http://carl.logdown.com/posts/2014/03/07/robotframework-gettingstarted
http://blog.csdn.net/windone0109/article/details/24637757
http://blog.csdn.net/wirboz/article/details/41316105
Global sharing.
http://ruleoftech.com/2013/web-application-test-automation-with-robot-framework
https://github.com/rtomac/robotframework-selenium2library/wiki
Create Own Library
http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#id198
20151022 New Add
[wxPython cannot install in MAC os x 10.11]
It looks like wxPython cannot install proper upon 10.xx
even use the brew to install wx and turn off the sercurity still cannot install it.
So Jeremy helps to resolved the problem by rebuild the wxpython on mac os 10.11
http://imsardine.simplbug.com/note/wxpython/install-osx.html#10.10-el-capitan
20151029
[Launch RIDE crash on os x 10.11]
Just delete the temp file from $home
rm -r .robotframework
http://stackoverflow.com/questions/33134896/install-wxpython-2-8-for-ride-on-osx-el-capitan/33209614?noredirect=1#comment54350857_33209614
[.Net install]
silent mode:
NDP452-KB2901907-x86-x64-AllOS-ENU.exe /q /norestart
[Reference]
https://ardamis.com/2014/05/24/microsoft-net-framework-4-5-2-installation-fails-during-sccm-osd-task-sequence/
https://social.technet.microsoft.com/Forums/en-US/4808233e-1410-4305-a8d1-0e88f3a6fdc8/net-451-install-only-works-when-running-on-a-ui-session?forum=configmanagerapps
[PowerShell]
Auto Install powershell
http://stackoverflow.com/questions/10522240/powershell-script-to-auto-install-of-iis-7-and-above
SignIn powershell script
http://blogs.technet.com/b/heyscriptingguy/archive/2010/06/17/hey-scripting-guy-how-can-i-sign-windows-powershell-scripts-with-an-enterprise-windows-pki-part-2-of-2.aspx
Create IIS
http://www.iis.net/learn/manage/powershell/powershell-snap-in-creating-web-sites-web-applications-virtual-directories-and-application-pools
[Reference]
http://www.iis.net/learn/manage/powershell/powershell-snap-in-creating-web-sites-web-applications-virtual-directories-and-application-pools
silent mode:
NDP452-KB2901907-x86-x64-AllOS-ENU.exe /q /norestart
[Reference]
https://ardamis.com/2014/05/24/microsoft-net-framework-4-5-2-installation-fails-during-sccm-osd-task-sequence/
https://social.technet.microsoft.com/Forums/en-US/4808233e-1410-4305-a8d1-0e88f3a6fdc8/net-451-install-only-works-when-running-on-a-ui-session?forum=configmanagerapps
[PowerShell]
Auto Install powershell
http://stackoverflow.com/questions/10522240/powershell-script-to-auto-install-of-iis-7-and-above
SignIn powershell script
http://blogs.technet.com/b/heyscriptingguy/archive/2010/06/17/hey-scripting-guy-how-can-i-sign-windows-powershell-scripts-with-an-enterprise-windows-pki-part-2-of-2.aspx
Create IIS
http://www.iis.net/learn/manage/powershell/powershell-snap-in-creating-web-sites-web-applications-virtual-directories-and-application-pools
[Reference]
http://www.iis.net/learn/manage/powershell/powershell-snap-in-creating-web-sites-web-applications-virtual-directories-and-application-pools
if you got launch virtual box in windows 7 64bit fail, you can choose follow version to solve the problem.
VirtualBox-4.3.12-93733-Win => PASS
VirtualBox-4.3.22-98236-Win => FAIL
VirtualBox-4.3.30-101610-Win => FAIL
If you import appliance *.ova fail.
1. Extract ova file as *.vmhd and *.ovf
2. Enter command line:
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonehd C:\temp\Jason0401\TW
IN2008-TMP\TW-WIN2008-TMP-disk1.vmdk C:\temp\Jason0401\TW-WIN2008-TMP\test.vdh
-format vhd
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'vhd'. UUID: c594ce4f-7bf8-4270-b136-e2cd6d2
5e3
3. New a new machine and select the certain *.vhd to import
4. DONE :)
if you want to extend HD setting
1. VBoxManage modifyhd “C:\Users\Chris\VirtualBox VMs\Windows 7\Windows 7.vdi” --resize 81920
[Reference]
https://forums.virtualbox.org/viewtopic.php?f=6&t=38275
http://www.howtogeek.com/124622/how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware/
VirtualBox-4.3.12-93733-Win => PASS
VirtualBox-4.3.22-98236-Win => FAIL
VirtualBox-4.3.30-101610-Win => FAIL
If you import appliance *.ova fail.
1. Extract ova file as *.vmhd and *.ovf
2. Enter command line:
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe clonehd C:\temp\Jason0401\TW
IN2008-TMP\TW-WIN2008-TMP-disk1.vmdk C:\temp\Jason0401\TW-WIN2008-TMP\test.vdh
-format vhd
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone hard disk created in format 'vhd'. UUID: c594ce4f-7bf8-4270-b136-e2cd6d2
5e3
3. New a new machine and select the certain *.vhd to import
4. DONE :)
if you want to extend HD setting
1. VBoxManage modifyhd “C:\Users\Chris\VirtualBox VMs\Windows 7\Windows 7.vdi” --resize 81920
[Reference]
https://forums.virtualbox.org/viewtopic.php?f=6&t=38275
http://www.howtogeek.com/124622/how-to-enlarge-a-virtual-machines-disk-in-virtualbox-or-vmware/
最近正在搞這個自動化測試這篇真是太有用了
[GetReponse]
http://webservice-testing.blogspot.tw/2011/10/soapui-response-to-file-groovy.html
[GetResponseNode]
import com.eviware.soapui.support.GroovyUtils;
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def response = context.expand( '${testcaesname#Response#//*:node1//*:node2})
[GetReponse]
http://webservice-testing.blogspot.tw/2011/10/soapui-response-to-file-groovy.html
[GetResponseNode]
import com.eviware.soapui.support.GroovyUtils;
def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context )
def response = context.expand( '${testcaesname#Response#//*:node1//*:node2})
