[15 weeks] [] [] is not throwing bricks title] [] software testing tools

Yes this story is creative background or job blog of DDL

 

0 Episode : EDITORIAL

    Please use the testing tools on other platforms, and write blog describes how specific use in your project

    "Specific use", that is to find the right test tools and their usage to make a presentation myself?

The prototype project was completed, the code is still in the programming phase, not enough to bring the test, so this story will not have to show his face project code, test code on the Cyberpunk 2077 while on line

 

1 Episode : on the lesson has not been mentioned testing tools and features:

 

Domestic software testing tools introduce a better site: 51testing Software Testing Forum

Open source test management tool: Bugfree , Bugzilla , TestLink , Mantis zentaopms

Open source features automated testing tools: Watir , the Selenium , MaxQ , WebInject

Open source performance test automation tool: Jmeter , OpenSTA , DBMonster , TPTEST

Center at Quality : Based Web test management tool that can organize and manage all phases of the application testing process, including specifying testing requirements, test planning, test execution and defect tracking.

Professional QuickTest : used to create functional and regression testing.

LoadRunner: predict system behavior and performance load testing tool.

Free domestic software testing tools: AutoRunner and TestCenter .

 

As stated, we are here to choose AutoRunner as the first edition of the source testing tool (not really because free)

Here AutoRunner particular method used in the test:

 

Episode 2AutoRunner

AutoRunner refers black box testing tool, it can be used to perform repetitive manual testing. Mainly used for automated functional testing, regression testing and other work. It uses data-driven and parametric concept, by recording the user to operate the system under test, generate automated scripts, and then let the computer to perform automated scripts to improve test efficiency and reduce the cost of manual testing.

 

3 Episode : Test Case

The concept of black box white box next door that I think we all learned a lesson not go into the script and as a frequent visitor to the next lesson that no longer revert, since the essence of our project is to Calendar & memo, and no user logged in, the test range is relatively small, better planning

Equivalence partitioning will give you an example: Enter the reminder interval option can not be shorter than 30 minutes, this will lead to too often reminded, will destroy the mood of the user when using the product; can not be longer than 24- hours to prevent losing Push Notification timeliness (which of course based on the premise user chooses to open the next push switch).

In summary, this embodiment can be written by three test cases: are input in the input field reminder interval 29min , 1h30min and 24h10min to test the alert system is also provided in the case of work input abnormality met.

 

 

4 Episode : specific introduction

 

Step1 : Project Operation

Suppose we have a good write test scripts through the analysis of test cases

New Project and import the project, this is what we project the (real force)

 

Step2 : Script Action

We can import the script, of course, he can

Exclude the script, the script delete, rename script

 

 

Step3 : script recording

To Windows comes with the calculator, for example, tell us about the recording Windows process program scripts.

Recording script

Click on the menu [Record] → [] to start recording, or click on the record button on the toolbar, and then will pop up a dialog box shown in Figure below, asking additional recording information.

配置好后点击确定,软件将进入录制阶段,此阶段里软件界面会被隐藏,并在屏幕的右下角显示一个录制信息窗口,显示出当前的录制相关信息。下图所示的是点击了计算器上的数字键12另加一个等号键一个加号键的录制信息,这里并没有选择上记录击键和记录时间。

Step4:停止录制

录制完成后,点击面板左上角的停止按钮 ,结束录制,此时在脚本里我们会看到面板上的脚本,同时在对象库中我们能看到每个对象的具体属性信息(点击工具栏的最后一个按钮打开对象库面板)。

Step5:生成文件

  在录制好脚本后,在项目目录下会存在如下几个文件。

 

  第一个为脚本文件,保存了脚本编辑器中的脚本;

  第二个为参数表文件,是一个excel表格,所有的参数化数据都将被保存到这里,当然在我们没用到参数化时,此文件中无数据。

  第三个为对象库文件,是一个xml格式,前面我们看到的对象库信息会被保存到这里,对象库可以进行编辑,编辑后也会被保存下来。

 上面的三个文件都可以在软件中修改,不建议在软件外编辑。

 

 

Episode 5:回放

 

点击菜单【执行】→【开始执行】或者点击工具栏的回放按钮 ,此时软件进入回放阶段,界面会被隐藏,回放的结果会在输出窗口中显示,如回放成功会有如下信息输出。

 

 

THE END

 

Guess you like

Origin www.cnblogs.com/danhuabaoyikouyinzi/p/10963454.html