Category: AUTOMATION TESTING
-
GIT Cheat sheet – Study Notes
What is version control? What is Git? File states Tracked (Unmodified, Modified, Staged), Untracked Restoring files git restore . git checkout . Ignore files why? sensitive info, personal notes, system file Using .gitignore Git log -p By adding the option -p, all changes are shown in the history. What key closes the commit log view?…
-
Python-Selenium-1: Setup Python on Eclipse
Prerequisites Installing PyDev Plugin PyDev is the most popular Python plugin for Eclipse. Configuring Python Interpreter Creating and Running a Python Script