What Is DevOps? DevOps is a set of practices, tools, and a cultural philosophy that automate and integrate the processes between software development and IT teams. It emphasizes team empowerment, cross-team communication and collaboration, and technology automation. The DevOps movement began around 2007 when the software development and IT operations communities raised concerns about the traditional software development model, where developers… Continue reading DevOps
Category: Test case documentation – QA
Test case documents
Remote Testing
Postman
Postman is one of the most popular software testing tools which is used for API testing. With the help of this tool, developers can easily create, test, share, and document APIs. This tutorial will help in understanding why Postman is so famous and what makes it unique when compared to other API testing tools. All… Continue reading Postman
Test case for Invoice pagination
Test case document for Implementing fav icon
Test case for Return detail page
TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS ATG-244_001 Check and verify the Return detail page The return detail page should be working fine The account balance form is working fine PASS ATG-244_002 Check and verify the Ui of the Return detail page is matching the current theme Ui of the return detail page… Continue reading Test case for Return detail page
Test case document for ‘UI of the account balance form ‘
TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS ATG-244_001 Check and verify the account balance form The account balance form should be working fine The account balance form is working fine PASS ATG-244_002 Check and verify the Ui of the account balance form is matching the current theme Ui of the account balance form… Continue reading Test case document for ‘UI of the account balance form ‘
Test case document- Modify the quote page with additional fields
System Testing
System Testing includes testing of a fully integrated software system. Generally, a computer system is made with the integration of software (any software is only a single element of a computer system). The software is developed in units and then interfaced with other software and hardware to create a complete computer system. In other words,… Continue reading System Testing
Test NG Basics
TestNG is an automation testing framework in which NG stands for “Next Generation”. TestNG is inspired by JUnit which uses the annotations (@). TestNG overcomes the disadvantages of JUnit and is designed to make end-to-end testing easy. Using TestNG, you can generate a proper report, and you can easily come to know how many test cases are passed, failed, and… Continue reading Test NG Basics