Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[automated testing Technology QTP basic Series Nine]-script debugging

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

This lecture mainly includes:

syntax checking

breakpoint check

step through

Watch uses

Command used

VBSEdit Script Editor Tool

syntax checking

Syntax checking is to check whether there are syntax errors in scripts. When the script is finished editing, press Ctrl+F7. If there is a syntax error, there will be a corresponding prompt message in the "Information" column.

breakpoint debugging

Breakpoint debugging is one of the most frequently used debugging methods in script development. By setting a breakpoint, you can pause the session at the breakpoint to check the code effect of the breakpoint and the state of the application being tested.

step through

Stepping refers to running a script in a single-step manner. During the single-step debugging process, you can observe the changes in variables, the operation of conditional statements, and the running state of the application under test.

Watch uses

The Watch tab allows you to view the values of variables, expressions, or attributes contained in objects added to the Watch tab in a timely manner.

Command used

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report