Tips and Tricks for Beginner Quality Assurance Engineer
In this section I'm going to publish some tips and tricks that can help in your work. Something very small, but useful
In this section I'm going to publish some tips and tricks that can help in your work. Something very small, but useful
import urllib.error ... try: post = urllib.request.urlopen(request) print(post.__dict__) except urllib.error.HTTPError as e:
Exec in PowerShell the command Get-ChildItem -Recurse Cert: > c:\tmp\certs.txt
Modify /etc/nginx/nginx.conf file by adding a new stream section, for example: user www-data; worker_processes auto; pid /run/nginx.pid; include
There is a way to export the raw binary subtitle data from MKV using ffgpeg ffmpeg -i "input.mkv" -map 0:s -c copy -f data "raw.bin"
The Netsh Interface Portproxy commands provide a command-line tool for use in administering servers that act as proxies between IPv4 and IPv6 networks and applications.
To pretty print JSON in a shell, we can use Python json module...
Open a command prompt or terminal window and navigate to the directory where you want to launch the HTTP server...
If you are running your tests via command line and you get the error – port is already in use, the below command will kill the process on the specified port.