GVgireendra varma padmarajuinmanualtesting-mt.hashnode.dev·Sep 15, 2025 · 7 min readAutomation Using AIAutomation Using AI Tools Artificial Intelligence (AI) is rapidly transforming automation. Tasks that once took hours can now be done in minutes with AI-powered tools. In software testing, AI can automatically create test cases, generate test data, a...00
GVgireendra varma padmarajuinmanualtesting-mt.hashnode.dev·Sep 13, 2025 · 8 min readAutomation Testing.What is Automation Testing? Automation Testing (or Test Automation) is the process of using software tools, frameworks, and scripts to automatically execute test cases in the software development and QA lifecycle. Instead of manually clicking through...00
GVgireendra varma padmarajuinmanualtesting-mt.hashnode.dev·Sep 11, 2025 · 20 min readManual TestingSoftware Testing: Software Testing is an essential activity in the software development process that ensures the product is reliable, secure, and works according to customer needs. It helps in detecting defects early, saving cost and time, and ultima...00
GVgireendra varma padmarajuingit-commands-for-practice.hashnode.dev·Apr 29, 2025 · 3 min readPractice GIT commandsIntroduction: what is GIT? Git is an version control system used to track all the changes in the codebase made by fellow developers. so,before starting with git commands, Install Git by using sudo apt install git it will install new version of the gi...00