Skip to main content

Posts

Manual Testing - part 3

Automation Regression Test The eCommerce team has automation regression tests that are set up in Jenkins to execute every day, early mornings. After UAT/Stage database refreshed during deployment, the Java automation Frameworks errors were mainly due to product and stock updates. Jenkins test results presented in Red or amber stressed the need to retesting to address any necessary areas of impact.   Results of the test Automation Regression Tests presented within the Test Complete Report to the stakeholders. You can see that all the test passed, indicating that this release would have no impact if released onto production. Test Complete Report Security Testing Acquia, our cloud-based host and service provider for the e-commerce websites controls and managed the security testing for Cancer Research, UK. However, Cancer Research UK is under obligation to carry out vulnerability scan security testing to help protect and keep their system safe from attack. Nessus is a remote securi...

Cypress UI Automation - part 1b

  Requirement analysis, Test Execution, Implement testing procedures: As this project contains more than one requirement ticket, I will be documenting the Requirement analysis, test executions and test procedures under this heading for each requirement, to enable flow readability. Cypress  Automation Jira Ticket ECOM-1705_ Gift Shop search scenario1 - Search and publications checkout1   As part of the Quality Assurance, Cypress automation migration strategy document and instructions, each Tester within their product the team had to create a ticket on Jira for each feature file or scenarios they wish to work on. The above is the first ticket I created. As you can see here, I have provided the cucumber behaviour driven steps from the Java automation framework. This way, others in the team could visualise what I was working on. The ticket has a link to an Epic-  ecom Automation java to cypress , this was an instruction provided to all Quality Assurance members to follow...