Month: December 2021
Tutorial 9: Merge Branch
What you will Learn: Create a branch and checkout in a single command Delete a branch Merge branches in remote GitHub Pull merged branch in local machine Create a branch and checkout in a single command So far we have used a separate command to create a branch (git branch <branch-name>) and a separate command …
Common Exceptions in Selenium
When things go awry: Exceptions in Selenium Has it happened to you that you went to a restaurant to have a nice dinner and when it’s time to pay the bill, you realize that you have forgotten your wallet at home? This will be called Wallet Not Found exception in real life. Similarly, there are …