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
Author: Athul N.V
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
What is performance,load,stress testing in JMETER
JMeter is a software that can perform load test, performance-oriented business (functional) test, regression test, etc., on different protocols or technologies. Performance testing is a process by which we can test the performance of applications against performance metrics. By performing this testing, we can identify whether applications fail or lack in their performance. The performance… Continue reading What is performance,load,stress testing in JMETER
How to terminate an Employee from an effective date in NetSuite?
Steps 1.list>employees>employee 2.Select any employee 3.select the sub tab Human Resources 4.select terminate from employee status 5.Add the termination date Now the employee status will be changed to TERMINATED
TEST AUTOMATION
Automation Testing is a process of automating the testing process that is usually performed for testing the functional and non-functional behavior of a software application. Why Automate Tests? / Benefits of Automating Tests Which Test Cases to be Automated? Automation – Types of Testing Which Test Cases NOT to be Automated? When NOT to Automate? Challenges in… Continue reading TEST AUTOMATION
TEST CASE ON INFOR – NETSUITE INTEGRATION
INFOR – NETSUITE INTEGRATION Infor is a warehouse management tool which can be integrated to NetSuite. In this task sales order, transfer order, purchase order, return authorization sync from NetSuite to Infor and item receipt, item fulfillment sync from Infor to NetSuite.NetSuit to Infor sync is done using a USER EVENT SCRIPT and Infor to… Continue reading TEST CASE ON INFOR – NETSUITE INTEGRATION