The Capability Maturity Model (CMM) and the Test Maturity Model (TMM) are both frameworks used to improve processes in software development, but they focus on different aspects of the process. Here’s a comparison to highlight their differences: Capability Maturity Model (CMM) Focus Area: CMM is centered around the overall software development and maintenance process. Purpose:… Continue reading Difference between CMM & TMM
Category: Test case documentation – QA
Test case documents
Runscope
Runscope is a comprehensive platform for API testing, monitoring, and debugging. Here’s an overview of its features and capabilities: API Testing: Runscope allows users to create and execute API tests to verify the functionality and performance of APIs. Tests can be written using Runscope’s intuitive interface or imported from other testing tools. Test Automation: Users… Continue reading Runscope
Tools for Main Frame Testing
what is main frame testing: Mainframe testing refers to the process of testing software applications or systems that run on mainframe computers. Mainframes are large, powerful computers that are typically used by large organizations to handle critical business operations such as transaction processing, database management, and batch processing. Mainframe testing involves ensuring the reliability, functionality,… Continue reading Tools for Main Frame Testing
Testcase Documentation: AHAP-1890 Delivery scheduler for customer
Implement a delivery scheduling feature that allows the customer to schedule the delivery. Existing Process When the “Delivery Scheduler” button is clicked within the sales order, a page will appear displaying sales order details along with an option to select a route. Once a route is selected, the corresponding route details will be displayed. This… Continue reading Testcase Documentation: AHAP-1890 Delivery scheduler for customer
Test case Documentation for CRYS-61
Task Description When an invoice is generated in NetSuite with a status of “PAID IN FULL” or a Cash Sale is generated with a status of “Deposited and Not Deposited,” and the “Initiate Reward” checkbox is checked, the system will assess eligibility for rewards based on the customer’s membership tier and reward level and if… Continue reading Test case Documentation for CRYS-61
Database Testing
Database Testing.docx
Risk Based testing
Risk Based Testing Most teams have limited resources, therefore optimally using the available resources is the key to achieve good quality. An expert software tester knows how to discover and mitigate risks early on in the development lifecycle and deliver a defect-free application. In order to prioritize testing and identify problem areas faster, there is… Continue reading Risk Based testing
Why is API Testing Indispensable For Today’s Complex Apps?
Why is API Testing Indispensable For Today.docx
Cause and Effect Testing -In software testing
Cause and effect testing, also known as Causal testing or C&E testing, is a software testing technique that focuses on identifying and testing the causes of specific system behaviors or defects. The goal is to systematically explore the relationships between inputs (causes) and outputs (effects) to ensure comprehensive test coverage. Here’s how Cause and Effect… Continue reading Cause and Effect Testing -In software testing
Different ways to create Xpath
XPath (XML Path Language) is a powerful language used to navigate through elements and attributes in an XML document, which is also widely used in web scraping and automation testing with Selenium to locate elements in HTML documents. Here are different types of XPath expressions and how you can create them: Absolute XPath: This provides… Continue reading Different ways to create Xpath