SMSk Md Sahilinappium5046.hashnode.dev·Sep 15, 2025 · 4 min readAppiumWhat is Appium? Appium is an open-source test automation framework used to test mobile applications. It allows developers and QA engineers to write automated UI tests for: Native apps (built specifically for iOS or Android) Hybrid apps (mix of nati...00
SMSk Md Sahilinautomation5046.hashnode.dev·Sep 14, 2025 · 7 min readAutomation TestingWhat is Automation Testing? Automation testing is a software testing technique where test cases are executed automatically using specialized tools or scripts instead of manually by humans. It involves writing scripts to validate that a software appli...00
SMSk Md Sahilinmanualtesting5046.hashnode.dev·Sep 12, 2025 · 5 min readManual TestingWhat is Manual Testing? Manual testing is the process where human testers execute test cases manually without using automation tools. Manual Testing vs Automated Testing Both manual testing and automated testing play important roles in the software d...00
SMSk Md Sahilinseleniumtutorial.hashnode.dev·Aug 9, 2025 · 4 min readSeleniumSelenium provides multiple locators to find elements: By.id("elementId") By.name("nameAttr") By.className("className") By.tagName("tagName") By.linkText("FullLinkText") By.partialLinkText("PartialText") By.cssSelector("cssExpr") By.xpath("xpa...00
SMSk Md Sahilingitconcept.hashnode.dev·Apr 29, 2025 · 2 min readGIT ConceptWhat is GIT? Git is a version control system that tracks changes to files. It is software that can be installed on your computer. How to Install GIT in Linux Run sudo apt update to update the package list. Install Git by executing sudo apt in...00