[Stage] soft engineering project Alpha Scrum meeting blog and test reports

[Section] The first Scrum Meeting

Week 6: blog links

Week Seven: blog links

 

[] The second part of the test report


 

Tests found some bug, such as:

 Traversing assembly and components in time to pass values ​​can only pass the entire data, where data can not pass a value

Login screen response is slow, sometimes impossible Jump

 Each module can not display all classification, image loading chaos 

Garbled after the release of the information submitted

and many more……

After the discovery of the bug, we also made corresponding adjustments and improvements, fixes the bug, we have found a new problem

1
2
3
4
5
6
7
8
9
用户更改界面风格时图片显示不完整
 
出现了thirdScriptError  this.loadNewData is not a function;的错误,原因是地址位置出现错误,修改函数地址后代码正确
 
微信开发错误 : errmsg config invalid signature
 
是data传入参数写法不正确,应改为data: {"requestUrl":url}
 
经过不断的尝试,我们改善了以上问题,并进行着新的检测与发现。

Blog link: Test Report blog links

 

 

[Part III] working method soft acquisition / principles / skills:

 


 

for example:

 

(1) During the development of xxxx, xxxx us around some detours [/ Our analysis xxxx, xxxx] discussion, decision (how) should do so. . . .

 

① In the switching of the page, and a jump function is provided using a return navigateTo and navigateBack, the functions are to retain the current page, jump to a page within the application and to close the current page, previous page or multilevel page If you want to specify a return layer, by getCurrentPages ()) to get the current stack of pages, the decision needs to return several layers. If the redirectTo can not return the current page

 

② appeared thirdScriptError this.loadNewData is not a function; the error because the address position error, modify the address of the function code is correct

 

③ develop micro-channel error: errmsg config invalid signature

 

Incoming data is written incorrect parameter should read data: { "requestUrl": url}

 

Background ④ micro-channel applet can not fill the screen. The default value of the height after the upgrade client changes, the need to add in the forefront of the program file .wxss
Page {
  height: 100%;
}

 

⑤报错"Parse app.json error: SyntaxError: Unexpected token / in JSON at position 332"

 

Because .json file with the Notes. The file can not have any comment.

 

 

 

(2) at the time of testing, we used xxxx be written automated test scripts, the project unit testing, stress testing, test xxxx, respectively, to obtain satisfactory results. . .

We During operation, the following test results detailed in the second part of the test report links

 

1. Performance Testing:

 

① using small micro-channel device debugging program development software, data modification AppData;

 

② at the midpoint of the real machine debugging applet open Performance Monitor Developer Edition provides the tools to restart the applet opens, you can see a small program performance data, including the basis of performance, start-up and switching performance, rendering performance and data cache performance Wait;

 

After opening the opening performance monitoring panel ③ Trace data export, developer tools selected in the Trace, select the Save Trace recording of phone, select Trace data export, you can see real-time performance of the image.

 

2. Compatibility Test : For model compatibility and version compatibility done some initial testing.

 

3. Pressure test: To verify how many people at the same time when access to Sina Home, an exception occurs, this test difficult to complete.

 

Guess you like

Origin www.cnblogs.com/old-testament/p/11832421.html