Contract acceptance testing

Contract acceptance testing is a process of testing whether a software system meets the requirements specified in a contract or agreement between two parties. This type of testing is usually performed by the customer or client who has entered into a contract with a software development company to build a custom software application. The purpose… Continue reading Contract acceptance testing

Mismatch in Quantity Remaining

The following scenario occurs: Client wants to display the remaining quantity in packing slip. while creating the first Item Fulfillment, the remaining quantity shows correctly. ie, Remaining Qty= Ordered Qty -Shipped Qty. When we create another IF for the same order, the latest remaining Qty is displayed, After that if we check previous packing slip… Continue reading Mismatch in Quantity Remaining

Ad Hoc Testing

Ad Hoc Testing is a software testing technique where the tester performs testing in an unstructured and informal manner without following any predefined test plan or test case. The term “ad hoc” means “for a specific purpose” or “improvised,” and therefore, ad hoc testing is also known as improvisational testing or exploratory testing. Ad hoc… Continue reading Ad Hoc Testing

Cross Browser Testing

Cross-browser testing is the process of testing a software application or website to ensure that it works correctly and appears the same across different web browsers and browser versions. Since different browsers have different rendering engines, features, and quirks, cross-browser testing is essential to ensure that a software application or website is accessible and functional… Continue reading Cross Browser Testing

Boundary Analysis Testing

Boundary analysis is a testing technique used in software engineering to identify and test the boundaries or limits of input parameters. The objective of boundary analysis is to ensure that the software being tested can handle all possible input values, including the highest and lowest possible values, without producing any unexpected results. In boundary analysis,… Continue reading Boundary Analysis Testing

Search to get Child item (Name only)

Using this formula only Child Item Names will displayed in the formula column Criteria :Parent:Name is not empty Result:Name, Formula Text : ltrim(regexp_substr({name},'[^:]*$’))

Advanced Testing Tools

There are several advanced testing tools available that can help improve the quality and reliability of software products Artificial Intelligence (AI) and Machine Learning (ML) Testing Tools: AI and ML testing tools are designed to improve the testing process by automating test case creation, optimizing test execution, and identifying patterns in test results. Examples of… Continue reading Advanced Testing Tools

Timers in JMeter

JMeter threads usually run one after another without any time delay. This can be unrealistic in nature because a normal user will take time gaps to read or think between performing every action. That time is called Think Time and it should be added to make the script more realistic and reliable. To perform such… Continue reading Timers in JMeter

TESTING TOOLS -AUTOMATION

Automation testing tools are applications designed to verify function and/or non-functional requirements via automated test scripts. 1.Cypress Purely supporting JavaScript frameworks, Cypress is a developer-centric automation tool for end-to-end web testing. Built upon a new architecture, Cypress can directly operate within a browser in the same run-loop as your application, enabling native access to elements… Continue reading TESTING TOOLS -AUTOMATION