LoadNinja : 1)LoadNinja by SmartBear allows you to quickly create scriptless sophisticated load tests, reduce testing time by 50%, replace load emulators with real browsers, and get actionable, browser-based metrics, all at ninja speed. 2)You can easily capture client-side interactions, debug in real-time, and identify performance problems immediately. 3)LoadNinja empowers teams to increase their test coverage… Continue reading Performance Testing Tools
Category: Errors & Solutions
Articles related to errors and its solutions
Saved search to see the custom roles
After creating the saved search other than administrator role can’t see the search result. Solution:- There is a audience tab to see the saved search result to other roles. Put check mark to this roles that you want to see the saved search result. Saved search> Audience Subtab Click Save
Scenario :- You have entered an Invalid Field Value 01/07/2022 for the following field: trandate ( CSV import error)
Solution Change the date format Go to Home > Set Preferences > General. Under Formatting Subtab, Change date format according to your preferences. Click Save.
Timesheet Error
When adding weekly timesheet in Netsuite it shows error as below. Solution Check the employee record details of employees who can’t enter the timesheet. If he is an inactive employee this error will be populated by the system. To check this, Navigate to List> Employees> Employees Check the box show inactive. If the inactive box… Continue reading Timesheet Error
Software Testing Tool- QTP
What is QTP? QTP stands for QuickTest Professional. It helps in executing the automated functional testing which is helpful for the tester to identify any error, defects, or bugs. It was designed and developed by Mercury Interactive, then powered by HP and now it is under MicroFocus. Features of QTP: It is more of an… Continue reading Software Testing Tool- QTP
Process the Settlement Flow Error in Celigo
Issue When we run the Celigo Settlement flow, there occurs an error which shows a settlement_order_not_found with message “NetSuite transaction could not be found. Settlement details: Settlement Id# 15460107661, Amazon AFN Order# 114-8511691-4140214.” Solution In this case, we need to copy the Amazon AFN Order# from the error list and need to import that id… Continue reading Process the Settlement Flow Error in Celigo
BOX SUITEAPP ISSUE
Scenario There is an issue with the box suite app. Please refresh and try again. If the problem persists contact your Netsuite Administrator. Solution Go to the employee record and find their internal ID Go to the Record type “Box account association” Find the Internal ID in the Netsuite User ID Column – Delete the… Continue reading BOX SUITEAPP ISSUE
Cannot read property ‘top’ of undefined
It is very likely that this javascript function was placed before the actual html was loaded. Do something like add a condition
CORS Policy issue on browser
for avoiding this kind of error on chrome search chrome://flags on that , search the CORS and disable that then refresh the page which fixes the issue
How to automate the captcha
Here is the stepwise working solution Step1- Add dependency for net.sourceforge.tess4j Step2- Download and keep “eng.traineddata” file in your project directory Step3- //Create one folder to store captcha image and assign that path to Variable Stringpath_stud_captcha=”C:/Users/shrad/.eclipse/Cucumber/src/test/resources/captcha_images/c ap.png”; //Inspect and store captcha element WebElement wb_stud=driver.findElement(By.xpath(“//div[@class=’style_captchaContainer LdFYB’]”)); //Give some wait Thread.sleep(3000); //Get screenshot of captcha element File… Continue reading How to automate the captcha