Robin's Snippet
Just a blog to share my tricks, code snippets
Toggle navigation
Home
About Me
Portfolio
No posts with label
notepad++
.
Show all posts
No posts with label
notepad++
.
Show all posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
Shamir's secret sharing scheme
Shamir's secret sharing is a threshold secret sharing scheme invented by Adi Shamir in his paper "How to share a secret" in 1...
Python: get Hipchat 1-1 history chat
Group chat history is only exported by users with admin permission only. However, a normal user can export his 1-1 history chat via Hipchat ...
Convert Windows's end of line characters into Unix, and vice verse, using Notepad++
The format of Windows and Unix text files differs slightly. DOS uses carriage return and line feed ("\r\n") as a line ending, whic...
Python: delete emails with imaplib
Before running the script, you need to turn on "Allow less secure apps". - Login your mail account - For gmail, you can access ...
How to update Appium server
Appium 1.6.0 has released a while. Below are steps to update Appium from old version to newest version (1.6.0). Note that Appium 1.6.0 is th...
An example of Github Rest API using Python
Suppose I want a python script to get some information of Customer IO's Github : How many total open issues are there across all repos...
Write a simple zip file password cracker with Python
In order to extract a zip file, Python provides a zipfile library which help us create, read write, append and list a zip file. However, It ...
Improve Android Genymotion Emulator performance for mobile automation testing
1. Change the resolution: Open Genymotion --> Select Configurate this virtual device --> Reduce the ScreenSize - Density. 2. ...
Copy/paste between virtual remote console of vShphere client and the system
1. Login vShphere client and power off the VM 2. Right click the VM and select Edit Settings 3. Navigate to Options > Advanced > Gen...
Python: Some restrictions when using multiprocessing library on windows
I ran into one of these restrictions today and want to share it. Those restrictions are stated in multiprocessing library document at HERE ...
Categories
adb
Android Emulator
Appium
Appium Desktop
email
ESXi
Genymotion
github
hipchat
lonelyscreen
Mac
mobile
mobile automation
multiprocessing
notepad++
python
python re
quicksupport
record screen
rest api
Shamir's secret sharing
SSH
teamviewer
unix
vCenter
virtual CA
VMWare
windows
zipfile
About
Hi I'm Thanh, a seasoned QA engineer based in Vietnam. I've been working on manual and automation test using Python in an Agile maner for more than 6 years