Test cases of promo code application on SCA web sites

Verify that entering a valid promo code at checkout applies the specified discount on the SCA website. Verify that entering an expired promo code displays a relevant error message on the SCA website. Verify that applying an invalid promo code results in an appropriate error notification on the SCA web platform. Verify that using a… Continue reading Test cases of promo code application on SCA web sites

Test cases for Facets display on PLP by including “Product, brand, price, rating”.

Product Listing Page (PLP), including facets such as Product, Brand, Price, and Rating: Product Facet: Verify that selecting a specific product category in the product facet correctly filters the products displayed on the PLP. Verify that deselecting a product category restores the PLP to display all available products. Confirm that the product count next to… Continue reading Test cases for Facets display on PLP by including “Product, brand, price, rating”.

Pagination testing test cases of SCA web site

When testing pagination on a Single-Page Application (SCA) website, you’ll want to cover various scenarios to ensure the functionality works as expected. Here are some test cases you can consider for pagination testing: Initial Page Load: Verify that the initial page load displays the correct number of items per page as configured in the application… Continue reading Pagination testing test cases of SCA web site

watir-Automation Testing

Watir (Web Application Testing in Ruby) is an open-source Ruby library for automating web browsers. It is used for automated testing of web applications and allows you to simulate interactions with a web browser, such as clicking buttons, filling out forms, and validating text. Watir is particularly well-suited for testing web applications that are built… Continue reading watir-Automation Testing

SDET VS Tester

SDET (Software Development Engineer in Test): Development Skills: SDETs are essentially developers with a focus on testing. They possess strong programming and coding skills. They are capable of writing and maintaining code to automate tests, build testing tools, and contribute to the overall development process. Automation: SDETs are heavily involved in test automation. They design,… Continue reading SDET VS Tester

Differences between GUI Testing and Usability Testing

GUI testing and usability testing are two distinct aspects of software testing that focus on different aspects of a software application. Here are the key differences between GUI testing and usability testing: Focus: GUI Testing:GUI (Graphical User Interface) testing primarily focuses on validating that the graphical elements of the user interface, such as buttons, menus,… Continue reading Differences between GUI Testing and Usability Testing

XStudio

XStudio, a test management software designed to help teams manage the entire testing process, including test case creation, execution, and tracking. Key features of XStudio may include: Test Case Management: Organize and manage test cases efficiently, including the ability to group them into test sets or campaigns. Test Execution: Execute manual and automated test cases… Continue reading XStudio

Reset password test cases in SCA web site

Verify that the reset password page is accessible: Check that the reset password page is accessible via the “Forgot Password” link on the login page.Ensure that users can reach the reset password page from various browsers and devices.Verify that a user can request a password reset email: Enter a valid email address and verify that… Continue reading Reset password test cases in SCA web site

Global search on SCA web sites

Verify that the search bar is functional: Result: Confirm that the search bar accepts input, and pressing “Enter” or clicking the search button initiates a search process.Verify that relevant results are displayed for a specific keyword: Result: Ensure that the search returns items containing the specified keyword in their names or descriptions.Verify that the search… Continue reading Global search on SCA web sites