quarta-feira, junho 24, 2020

Tail for Windows 10

DisplayTool 2.1 for Windows 7/8/10

DisplayTool is the small, powerful helper for administrators and developers. Text files can be viewed in real time - changes are displayed immediately. Even remote files can be viewed over the network. If the remote computer is restarted, DisplayTool waits for connectivity and immediately displays the file again.
  • Permanently displays the end of a text file
  • Filter for fast search for lines
  • Many modification options (shortening, expanding, filtering, ...)
  • Robust tool - waits for file at reboot
  • Callable via command line with parameters
  • Free - also for commercial use




http://display-tool.com/

terça-feira, junho 23, 2020

Python File Handling: Create, Open, Append, Read, Write


Python File Handling: Create, Open, Append, Read, Write

 

In Python, there is no need for importing external library to read and write files. Python provides an inbuilt function for creating, writing, and reading files.


https://www.guru99.com/reading-and-writing-files-in-python.html

How to add to the path on Windows 10



Hello fellow internet citizens! Here is a concise guide to modifying the PATH on Windows 10!
Open the Start Search, type in “env”, and choose “Edit the system environment variables”.

Original article

quinta-feira, junho 18, 2020

User Acceptance Testing (UAT)

User Acceptance Testing (UAT) is a type of testing performed by the end user or the client to verify/accept the software system before moving the software application to the production environment. UAT is done in the final phase of testing after functional, integration and system testing is done.



The main purpose of UAT is to validate the end to end business flow. It does NOT focus on Cosmetic errors, Spelling mistakes or System testing. User Acceptance Testing is carried out in a separate testing environment with production-like data setup. It is a kind of black box testing where two or more end-users will be involved. The Full Form of UAT is User Acceptance Testing.