Lighthouse for performance testing

Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO, and more. To check the performance of the page we can use Lighthouse extension in chrome browser. Navigation: Open Chrome… Continue reading Lighthouse for performance testing

Common Selenium Exceptions

Selenium is a popular framework for automating web browsers, and it is commonly used with Java for web testing. When working with Selenium in Java, you may encounter various exceptions that indicate errors or unexpected behavior. Here are some common exceptions you might encounter while using Selenium in Java. Webdriver Exception This is a general… Continue reading Common Selenium Exceptions

Test Planning with AI Assistant

Incorporating AI, particularly ChatGPT, into test planning can revolutionize the way software testing is approached, offering a range of assistance that covers various aspects of the testing process. Let’s begin with forming a comprehensive list of actions where ChatGPT can assist in test planning, along with variations of help it can provide: List of Actions… Continue reading Test Planning with AI Assistant

Randomized testing is a testing technique

Randomized testing is a software testing technique that involves introducing randomness or unpredictability into the testing process to discover defects or vulnerabilities that might not be easily identified through more structured testing methods. This approach aims to simulate real-world scenarios where users may interact with the software in unexpected ways or encounter unforeseen issues. How… Continue reading Randomized testing is a testing technique

Optimize Search and Performance Reporting

NetSuite provides powerful search capabilities that enable retrieval of the precise information needed, from a potentially vast amount of stored data. However, going through a large number of stored records can slow the retrieval of search results. Important Keep in mind: Use scheduled searches where possible, even for integrations where performance is currently acceptable. Scheduled… Continue reading Optimize Search and Performance Reporting

Optimize NetSuite Preferences

NetSuite includes many preferences that users can set to configure the system for optimum performance. Users can review available preference options, at Home > Set Preferences. Users can adjust the following preferences to speed up page loading: On the Appearance subtab, Centers & Dashboards section set the Landing Page preference to open NetSuite to a page other than… Continue reading Optimize NetSuite Preferences

Application Performance Managment Steps

Differences Between APM from the SuiteApp Marketplace and from the SuiteBundler The Application Performance Management (APM) SuiteApp installed from the Search & Install Bundles page is no longer being updated with the latest features. If you are using this version, consider installing APM from the SuiteApp Marketplace to get the latest releases. The following are… Continue reading Application Performance Managment Steps

Testing points after a Sandbox refresh

Sandbox Refresh Status   Awaiting Processing: The refresh request has been submitted and will be processed in the order received. Pending Copy to Sandbox: This notice only appears for newly provisioned sandboxes. Administrators can choose when to initiate the copy of data from the production account to the sandbox. Copy Data to Sandbox: This button… Continue reading Testing points after a Sandbox refresh

Protractor Automation Framework

Protractor is an end-to-end test framework for Angular and AngularJS applications. Protractor runs tests against your application running in a real browser, interacting with it as a user would. Specialized for Angular Stuff: Like someone who knows all the quirks and details of a specific hobby or job, Protractor is tailored for Angular websites. It… Continue reading Protractor Automation Framework