I am a computer science engineer. I love to keep growing as the technological world grows. I feel there is no powerful tool than a computer to change the world in any way. Apart from my field of study, I like reading books a lot and develop new stuff. I also write sometimes on The Meaningless Life Follow me on Twitter on Linkedin and on Instagram

State Transition Testing – Diagram, Example and Technique

ISTQB Course Preparation0. ISTQB Introduction0.1 Foundation Exam Format And Structure0.2 Exam Syllabus for Preparation1. Fundamentals of Testing1.1.1 Typical Objectives of Testing1.1.2 Testing and Debugging1.2.1 Why is Testing Necessary?1.2.3 Error, Defect, and Failure1.2.4 Defects, Root Cause and Effects1.3 Seven Testing Principles1.4.2 Test Activities and TasksTest Completion1.5.1 The Psychology of Testing1.5.2 Tester’s and Developer’s Mindsets2. Testing Throughout…

WebDriverWait and Fluent Wait in Selenium

BASICSSelenium TestingSelenium WebDriver AchitectureSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRun Selenium Tests on Internet ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation…

Selenium Wait Commands – Implicit, Explicit and Fluent Wait

BASICSSelenium TestingSelenium WebDriver AchitectureSet Up WebDriver with EclipseSet Up JavaSet Up EclipseDownload Selenium WebDriverConfigure Selenium WebDriver with EclipseFirst Selenium Test CaseHow to use GeckoDriver in Selenium?Running Test on Safari BrowserRun Selenium tests on ChromeRun Selenium Tests on Internet ExplorerRun Selenium tests on EdgeInternet Explorer Driver ServerChallenges to run Selenium Scripts with IE BrowserWebDriver CommandsBrowser CommandsNavigation…

SSH Authentication in Git

While going through the post on cloning in GitHub, I realised that to clone the repository, a link was used which appears when we press the Clone or download button. But, observing closely you might have noticed the caption of the popup. For those who missed it, let me show it. The pop-up after pressing…

Adding and Verifying SSH Keys

The perks and usage of SSH authentication were seen in the last tutorial. We also discussed private and public keys which are used in authenticating through SSH in GitHub. Not only this, actually, it has a lot of applications. But, we will stick to SSH currently. Going through the advantages of SSH, it was clear…

Cloning Repository Using SSH in Git

In the previous tutorials about SSH, we have learnt What is SSH Authentication and How to Generate SSH Keys in Git. By now, it is expected that you already have a good understanding of SSH and have generated the keys on your system too. In this tutorial, we will share some thoughts on cloning using…

Git

Tags Operations

Git TutorialIntroduction to GitWhat is Version Control SystemLocal, Central and Distributed Version Control SystemsWhat is GIT?Difference between Git and GitHubGit Life CycleGit InstallationGit ClientsInstall Git on WindowsQuick Start with Git RepositoryGit HelpSet Up Default Credentials for Git ConfigSet Up Notepad++ for Git BashCommon Directory commands on Git BashCreate Git RepositoryDot Git FolderStage and Commit ChangesGit…

What is Fault Tolerance in Test Automation?

BlogsProgram QA AutomaionEstimating an Automation ImplementationAutomation (Importance of Feasibility Study & Returns on Investments)Five most important Automation best practicesTest Data Management Best Practices for AutomationProgram QAAuto-Tracking Project SchedulesTest Data Management or Test Data Masking ProcessHow to Attain more Test Coverage in Lesser timeProduct TestingDid we ever hear of Sampling TestingComparison Testing – Legacy to Modernized…