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
Automated software testing has evolved a bit differently than manual testing has. When manual testing was introduced, the tester had a goal in mind and explored the software manually on their own. Even if they just did regression testing, they still did it manually repeatedly. When more demand for the software grew in the market,…
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…
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…
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…
In continuation to the previous tutorial about making changes in the local repository and pushing them to the remote repository, this post starts from where we left. If you somehow landed on this post without reading the git push tutorial, it is highly recommended to give it a read first. Catching up, the changes were…
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…
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…
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 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…
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…