TPThirumalaivasan Perumalinthirumalaivasan.hashnode.dev·Dec 5, 2023 · 2 min readTest Case Design TechniquesQ1: Decision Table for Appointment Scheduling Form Q2: Test Scenarios for Mobile App Scenario 1: User Account Management Test Steps: Create a basic user account. Verify that the basic user can log in successfully. Attempt to access premium featur...00
TPThirumalaivasan Perumalinthirumalaivasan.hashnode.dev·Dec 4, 2023 · 2 min readSelenium Locators1.Write a Selenium script that opens the Firefox browser, maximizes the browser window, navigates to "http://google.com", prints the URL of the current page, reloads the page, and closes the browser. import org.openqa.selenium.WebDriver; import org.o...00
TPThirumalaivasan Perumalinthirumalaivasan.hashnode.dev·Dec 3, 2023 · 5 min readAutomation Testing 2Selenium IDE: Type of Tool: Selenium IDE is a record and playback tool. It is primarily used for creating test cases quickly by recording user interactions with the browser. Programming Language: Does not require any programming knowledge. Te...00
TPThirumalaivasan Perumalinthirumalaivasan.hashnode.dev·Dec 3, 2023 · 2 min readAutomation TestingExecution Process: Manual Testing:Testers manually execute test cases without using any automation tools. Testers interact with the application, observe results, and log defects. Automation Testing:Test cases are executed with the help of automated...00
TPThirumalaivasan Perumalinthirumalaivasan.hashnode.dev·Nov 24, 2023 · 6 min readTask 1What are the different types of testing Manual Testing: Unit Testing: Testing individual units or components of a software independently. Integration Testing: Verifying the interaction between integrated components or systems. System Testing: Evalu...00