A tool used to generate scripts (nbs files) required for Transaction processing tasks. Through this tool, you can record various operations when a user visits a website, such as waiting for the page to be downloaded, keyboard and mouse operations, entering text and querying, clicking links to visit other URLs, etc.
NBRecorder: recording script ①Recording: Click the red button of the recorder, which is the start recording button, jump to the input entry box, and fill in the URL that needs to be monitored. ②Debugging: You can double-click the step with the mouse to execute it step by step and check whether the manual debugging action is successful. ③Playback: You can automatically playback the recorded script to check the script's smoothness and whether the debugging wait time is appropriate. ④Save, files named with the “.nbs” suffix
① Choose chrome for the browser kernel, because most of them are now monitored by chrome, except for some banking systems, and IE compatibility is too poor. ②Click Record and enter the monitoring URL: report.tingyun.com ③A browser box will pop up, which is the screen we monitor. ④Same as accessing in the browser, enter the account password ⑤After all processes are executed, click Close in the upper right corner, and the recorder will automatically generate steps and actions. ⑥Debugging: Change the reusability of waits and actions ⑦ Just name it Save.
①Open WebWatch and select "Transaction Monitoring" ②Click "Monitoring Settings" in the upper right corner to jump to "Monitoring Option Settings". ③Select the corresponding browser, select the monitoring script, and click to start monitoring ④Execute the script (just wait, the script will be executed automatically) ⑤View corresponding data Summarize the data to see if the script reports an error The rendering process can be viewed, with screenshots corresponding to each step (when recording a script, the script step needs to turn on the "copy screen" function)
Most of the waiting in the first recording of the script is inappropriate and needs to be debugged based on experience. For detailed explanations of various indicators, please refer to https://tingyun.yuque.com/ngkrgt/voo71c/qwvct6