1)Cross-Browser Compatibility: Currently, with hundreds of browsers along with their different versions available for desktop and mobile, cross-browser compatibility is a common issue. It is ideal for a tester to use a cloud testing platform like Lambdatest for testing whether the application is compatible across different browsers. 2)Responsiveness: It’s of utmost importance that your images are responsive… Continue reading Challenges Faced by Testers While Testing a Web Application
Category: Errors & Solutions
Articles related to errors and its solutions
How to fix ‘Syntax error: missing ; before statement’ for suitescript documents version 2.0 and below
Suitescripts written in version 2.0 or below shows this error ‘Syntax error: missing ; before statement’ even when there is ‘;’ present after every single line of code. For example check this client script sample code in suitescript v2.0.(This is a sample code and not used for any specific purpose) /** *@NApiVersion 2.0 *@NScriptType ClientScript… Continue reading How to fix ‘Syntax error: missing ; before statement’ for suitescript documents version 2.0 and below
Import of closed A/R or A/P transactions
When we migrate the transactions from the client’s computer there will be some transactions that are closed ones. To add these transactions we have different methods. We can import these transactions as journal entries. When importing the journal records we have to find out which of the accounts should be added for each transaction. Import… Continue reading Import of closed A/R or A/P transactions
Employee Labor cost is showing in parent subsidiary currency, not in employee subsidiary currency.
This behavior is related to an existing enhancement request in the system (404297 | Employee Saved Search > Labor Cost reflected in Base Currency of Parent Subsidiary instead of Base Currency of the Subsidiary where the Employee belongs to). Alternative Solution Create a Custom Field showing the Labor Cost based on the Employee Record Click Edit on… Continue reading Employee Labor cost is showing in parent subsidiary currency, not in employee subsidiary currency.
Resolving IF record duplication
Description We have two separate Sales order which populates different Item fulfillment record with same document number. Solution Check whether there is any script deployed to the Item Fulfillment record. If it is, then check the con currency limit of the script deployment and it may be set to 2 or more. Revert it back… Continue reading Resolving IF record duplication
Custom role can’t see custom entity field
After creating a custom entity field from the administrator role Project manager role can’t see that particular field. Solution Add access to the project manager role in the custom entity field setup.
Software Testing Tools
1. Sahi Sahi Pro is a test automation software for desktop applications, mobile applications, and web applications. Sahi was conceived as an open-source product in 2005 with a specific focus on test automation management tools for web 2.0 technologies but as a test automation tool geared towards testers. The open-source version includes basic tools set sufficient for most testing purposes (Record on all browsers, Playback on… Continue reading Software Testing Tools
Error while Parsing XML in the template
Issue Error: “The entity name must immediately follow the ‘&’ in the entity reference” when trying to print or save an Advanced PDF/HTML Template. Solution This usually happens if one of the Company Information or one of the Field Label or values have a special character like ‘&’. Identify first which field label or value has ‘&’ then add a… Continue reading Error while Parsing XML in the template
How much do we know about selenium?
What is Selenium? Selenium is an open-source, automated testing tool used to test web applications across multiple browsers. It’s primarily built in Java and supports several browsers and programming languages. The Selenium test suite comprises of four tools: Selenium Integrated Development Environment (IDE) Selenium Remote Control (RC) Selenium WebDriver Selenium Grid Need for Selenium WebDriver To… Continue reading How much do we know about selenium?
XML Parsing Error in the Script
Issue User is experiencing “Error Parsing XML: The entity name must immediately follow the ‘&’ in the entity reference” whenever it triggers the script that prints the name of the Customer. Solution This error is caused by the ‘&’ in the Customer name of record wherein the script is reading this as an operator. In order to… Continue reading XML Parsing Error in the Script